Archived
0

Fixed Versions

This commit is contained in:
Minenash
2019-01-07 21:27:24 -05:00
parent 5a9c34851b
commit 76563a12f8
3 changed files with 3 additions and 3 deletions

View File

@@ -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
{

View File

@@ -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",

View File

@@ -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";