Add better checking for supporter #325
@ -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);
|
||||||
YoyoNow markierte diese Unterhaltung als gelöst
Veraltet
|
|||||||
}
|
}
|
||||||
|
|
||||||
@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);
|
||||||
YoyoNow markierte diese Unterhaltung als gelöst
Veraltet
Lixfel
hat
Falscher Arenamode, warum nicht alle FightStates? Falscher Arenamode, warum nicht alle FightStates?
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -322,9 +322,7 @@ public class FightTeam {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void pasteSchem() {
|
public void pasteSchem() {
|
||||||
if (this.schematic.hasSchematic()) {
|
testPasteAction();
|
||||||
YoyoNow markierte diese Unterhaltung als gelöst
Veraltet
Lixfel
hat
Davon kannst du immer ausgehen, mach daher einfach die testPasteSchem-Methode public Davon kannst du immer ausgehen, mach daher einfach die testPasteSchem-Methode public
|
|||||||
testPasteAction();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void pasteSchem(SchematicNode schematic){
|
public void pasteSchem(SchematicNode schematic){
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren
Bitte in resetwg und resettb umbenennen.