Add SimulatorCommand
Dieser Commit ist enthalten in:
Ursprung
9ee4c3f255
Commit
0e24023e78
@ -24,15 +24,12 @@ import de.steamwar.bausystem.BauSystem;
|
||||
import de.steamwar.bausystem.Permission;
|
||||
import de.steamwar.bausystem.SWUtils;
|
||||
import de.steamwar.command.SWCommand;
|
||||
import de.steamwar.core.Core;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public class SimulatorCommand extends SWCommand {
|
||||
|
||||
public SimulatorCommand() {
|
||||
super("simulator", "sim");
|
||||
if(Core.getVersion() < 15)
|
||||
unregister();
|
||||
}
|
||||
|
||||
@Register(help = true)
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren