Dieser Commit ist enthalten in:
Ursprung
37e59401d7
Commit
57de31af2f
@ -45,7 +45,7 @@ import static de.steamwar.schematicsystem.commands.SchematicCommandUtils.*;
|
||||
public class SchematicCommand extends SWCommand {
|
||||
|
||||
public SchematicCommand() {
|
||||
super("/schematic", Bukkit.getPluginManager().getPlugin("Teamserver") == null ? new String[]{"schem", "/schem", "schematic"} : new String[]{"/schem"});
|
||||
super("schematic", Bukkit.getPluginManager().getPlugin("Teamserver") == null ? new String[]{"schem", "/schem", "/schematic"} : new String[]{"schem"});
|
||||
}
|
||||
|
||||
@Register(help = true)
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren