Merge remote-tracking branch 'origin/master'
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Dieser Commit ist enthalten in:
Commit
80ddb37108
@ -57,7 +57,8 @@ public class AutoCheckerResult {
|
|||||||
isBlockCountOk() &&
|
isBlockCountOk() &&
|
||||||
isLimitedBlocksOK() &&
|
isLimitedBlocksOK() &&
|
||||||
isDispenserItemsOK() &&
|
isDispenserItemsOK() &&
|
||||||
!type.isAfterDeadline();
|
!type.isAfterDeadline() &&
|
||||||
|
entities.isEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean fastOk() {
|
public boolean fastOk() {
|
||||||
|
@ -27,7 +27,6 @@ import de.steamwar.schematicsystem.CheckSchemType;
|
|||||||
import de.steamwar.schematicsystem.SchematicSystem;
|
import de.steamwar.schematicsystem.SchematicSystem;
|
||||||
import de.steamwar.schematicsystem.autocheck.AutoCheckerResult;
|
import de.steamwar.schematicsystem.autocheck.AutoCheckerResult;
|
||||||
import de.steamwar.sql.*;
|
import de.steamwar.sql.*;
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
@ -38,7 +37,7 @@ import static de.steamwar.schematicsystem.commands.schematiccommand.SchematicCom
|
|||||||
public class SchematicCommand extends SWCommand {
|
public class SchematicCommand extends SWCommand {
|
||||||
|
|
||||||
public SchematicCommand() {
|
public SchematicCommand() {
|
||||||
super("schematic", Bukkit.getPluginManager().getPlugin("Teamserver") == null ? new String[] {"schem", "/schem", "/schematic"} : new String[]{"schem"});
|
super("schematic", new String[] {"schem", "/schem", "/schematic"});
|
||||||
}
|
}
|
||||||
|
|
||||||
@Register("help")
|
@Register("help")
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren