Archived
0

Bumped DamnSpam and Survival revisions

I forgot again - derp
This commit is contained in:
David Panić
2019-04-17 20:36:58 +02:00
parent 5110799401
commit 6d94598547
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ import com.redstoner.modules.Module;
@Commands(CommandHolderType.File)
@AutoRegisterListener
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
@Version(major = 5, minor = 0, revision = 1, compatible = 4)
public class DamnSpam implements Module, Listener {
File configFile = new File(Main.plugin.getDataFolder(), "DamnSpam.json");

View File

@@ -24,7 +24,7 @@ import net.nemez.chatapi.ChatAPI;
@Commands(CommandHolderType.File)
@AutoRegisterListener
@Version(major = 5, minor = 0, revision = 7, compatible = 4)
@Version(major = 5, minor = 0, revision = 8, compatible = 4)
public class Survival implements Module, Listener {
@EventHandler
public void onPlayerTeleport(PlayerTeleportEvent e) {