SteamWar/BauSystem2.0
Archiviert
12
0

Add SimulatorCommand

Dieser Commit ist enthalten in:
yoyosource 2021-04-18 00:16:40 +02:00
Ursprung 9ee4c3f255
Commit 0e24023e78

Datei anzeigen

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