Fixed Versions
This commit is contained in:
@@ -37,7 +37,7 @@ import net.nemez.chatapi.ChatAPI;
|
||||
|
||||
@AutoRegisterListener
|
||||
@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
|
||||
{
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ import java.util.UUID;
|
||||
|
||||
@Commands (CommandHolderType.File)
|
||||
@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 {
|
||||
private static final String[] SUDO_BLACKLIST = new String[] {
|
||||
"(.*:)?e?sudo",
|
||||
|
||||
@@ -26,7 +26,7 @@ import net.nemez.chatapi.ChatAPI;
|
||||
|
||||
@Commands(CommandHolderType.File)
|
||||
@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 static final String PERMISSION_TELEPORT = "utils.teleport.tp";
|
||||
|
||||
Reference in New Issue
Block a user