Add TNTMode to ONLY_TB #167
@ -36,13 +36,7 @@ import org.bukkit.event.entity.EntityExplodeEvent;
|
|||||||
|
|
||||||
public class CommandTNT implements CommandExecutor, Listener {
|
public class CommandTNT implements CommandExecutor, Listener {
|
||||||
|
|
||||||
private static TNTMode tntMode = TNTMode.OFF;
|
private static TNTMode tntMode = Region.buildAreaEnabled() ? TNTMode.ONLY_TB : TNTMode.OFF;
|
||||||
|
|
||||||
static {
|
|
||||||
if (Region.buildAreaEnabled()) {
|
|
||||||
tntMode = TNTMode.ONLY_TB;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static TNTMode getTntMode() {
|
public static TNTMode getTntMode() {
|
||||||
return tntMode;
|
return tntMode;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren