can no logner break levers and other usables in SG
This commit is contained in:
parent
db1a3afa19
commit
93abca0c01
@ -246,20 +246,6 @@ public class SurvivalGames extends SoloGame
|
||||
BlockBreakAllow.add(Material.WEB.getId()); // Web
|
||||
BlockPlaceAllow.add(Material.WEB.getId());
|
||||
|
||||
BlockBreakAllow.add(Material.TRIPWIRE.getId()); // Tripwire
|
||||
BlockPlaceAllow.add(Material.TRIPWIRE.getId());
|
||||
|
||||
BlockBreakAllow.add(Material.TRIPWIRE_HOOK.getId()); // Wire Hook
|
||||
BlockPlaceAllow.add(Material.TRIPWIRE_HOOK.getId());
|
||||
|
||||
BlockBreakAllow.add(Material.REDSTONE_WIRE.getId()); // Redstone Dust
|
||||
BlockPlaceAllow.add(Material.REDSTONE_WIRE.getId());
|
||||
|
||||
BlockBreakAllow.add(Material.WOOD_PLATE.getId()); // Wood Pressure Plate
|
||||
BlockPlaceAllow.add(Material.WOOD_PLATE.getId());
|
||||
|
||||
BlockBreakAllow.add(Material.LEVER.getId()); // Lever
|
||||
BlockPlaceAllow.add(Material.LEVER.getId());
|
||||
|
||||
BlockBreakAllow.add(Material.LEAVES.getId()); // Leaves
|
||||
BlockBreakAllow.add(Material.LEAVES_2.getId()); // Leaves
|
||||
|
Loading…
Reference in New Issue
Block a user