Dieser Commit ist enthalten in:
Ursprung
99d3986617
Commit
ba9bf22f97
@ -31,7 +31,7 @@ import org.bukkit.entity.Player;
|
|||||||
public class TBCommand implements CommandExecutor {
|
public class TBCommand implements CommandExecutor {
|
||||||
|
|
||||||
public TBCommand() {
|
public TBCommand() {
|
||||||
new StateDependentCommand(ArenaMode.Check, FightState.All, "tb", this);
|
new StateDependentCommand(ArenaMode.Check, FightState.All, "resettb", this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -31,7 +31,7 @@ import org.bukkit.entity.Player;
|
|||||||
public class WGCommand implements CommandExecutor {
|
public class WGCommand implements CommandExecutor {
|
||||||
|
|
||||||
public WGCommand() {
|
public WGCommand() {
|
||||||
new StateDependentCommand(ArenaMode.VariableTeams, FightState.Setup, "wg", this);
|
new StateDependentCommand(ArenaMode.Check, FightState.All, "resetwg", this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -322,10 +322,8 @@ public class FightTeam {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void pasteSchem() {
|
public void pasteSchem() {
|
||||||
if (this.schematic.hasSchematic()) {
|
|
||||||
testPasteAction();
|
testPasteAction();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public void pasteSchem(SchematicNode schematic){
|
public void pasteSchem(SchematicNode schematic){
|
||||||
setSchem(schematic);
|
setSchem(schematic);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren