Fixed Versions
This commit is contained in:
@@ -37,7 +37,7 @@ import net.nemez.chatapi.ChatAPI;
|
|||||||
|
|
||||||
@AutoRegisterListener
|
@AutoRegisterListener
|
||||||
@Commands(CommandHolderType.File)
|
@Commands(CommandHolderType.File)
|
||||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
@Version(major = 5, minor = 0, revision = 1, compatible = 4)
|
||||||
public class Mail implements Module, Listener
|
public class Mail implements Module, Listener
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ import java.util.UUID;
|
|||||||
|
|
||||||
@Commands (CommandHolderType.File)
|
@Commands (CommandHolderType.File)
|
||||||
@AutoRegisterListener
|
@AutoRegisterListener
|
||||||
@Version (major = 5, minor = 1, revision = 0, compatible = 4)
|
@Version (major = 5, minor = 1, revision = 1, compatible = 4)
|
||||||
public class Misc implements Module, Listener {
|
public class Misc implements Module, Listener {
|
||||||
private static final String[] SUDO_BLACKLIST = new String[] {
|
private static final String[] SUDO_BLACKLIST = new String[] {
|
||||||
"(.*:)?e?sudo",
|
"(.*:)?e?sudo",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ import net.nemez.chatapi.ChatAPI;
|
|||||||
|
|
||||||
@Commands(CommandHolderType.File)
|
@Commands(CommandHolderType.File)
|
||||||
@AutoRegisterListener
|
@AutoRegisterListener
|
||||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
@Version(major = 5, minor = 0, revision = 1, compatible = 4)
|
||||||
public class Teleport implements Module, Listener
|
public class Teleport implements Module, Listener
|
||||||
{
|
{
|
||||||
public static final String PERMISSION_TELEPORT = "utils.teleport.tp";
|
public static final String PERMISSION_TELEPORT = "utils.teleport.tp";
|
||||||
|
|||||||
Reference in New Issue
Block a user