Revert enjin changes
This commit is contained in:
parent
2615ef74dd
commit
e5cd38c11b
@ -6,10 +6,6 @@ commands:
|
|||||||
description: Translates enjin commands to mineplex.
|
description: Translates enjin commands to mineplex.
|
||||||
usage: Don't use it, you get kicked.
|
usage: Don't use it, you get kicked.
|
||||||
aliases:
|
aliases:
|
||||||
enjin_clans:
|
|
||||||
description: Translates enjin commands to mineplex.
|
|
||||||
usage: Don't use it, you get kicked.
|
|
||||||
aliases:
|
|
||||||
pull:
|
pull:
|
||||||
description: Translates enjin commands to mineplex.
|
description: Translates enjin commands to mineplex.
|
||||||
usage: Don't use it, you get kicked.
|
usage: Don't use it, you get kicked.
|
||||||
|
@ -55,7 +55,6 @@ public class Enjin extends MiniPlugin implements CommandExecutor
|
|||||||
|
|
||||||
plugin.getCommand("enjin_mineplex").setExecutor(this);
|
plugin.getCommand("enjin_mineplex").setExecutor(this);
|
||||||
plugin.getCommand("pull").setExecutor(this);
|
plugin.getCommand("pull").setExecutor(this);
|
||||||
plugin.getCommand("enjin_clans").setExecutor(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
@ -83,12 +82,6 @@ public class Enjin extends MiniPlugin implements CommandExecutor
|
|||||||
if (sender instanceof Player)
|
if (sender instanceof Player)
|
||||||
((Player)sender).kickPlayer("Like bananas? I don't. Here take these and go have fun.");
|
((Player)sender).kickPlayer("Like bananas? I don't. Here take these and go have fun.");
|
||||||
|
|
||||||
if (label.equalsIgnoreCase("enjin_clans"))
|
|
||||||
{
|
|
||||||
String clansServer = args[0];
|
|
||||||
Long minutes = Long.parseLong(args[1]);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (label.equalsIgnoreCase("enjin_mineplex"))
|
if (label.equalsIgnoreCase("enjin_mineplex"))
|
||||||
{
|
{
|
||||||
final String name = args[1];
|
final String name = args[1];
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user