mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Removed "Build" "break-block" and "place-block"
removed these flags from restricted worlds due to it breaking gravity blocks, redstone, pistons, and various other things, blocks still cant be broken due to the onblockplace and onblockbreak event handlers idk how to add this but /summon, /spawnmob, /etree, /ebigtree, and any of those commands aliases also need to be blocked due to them being able to bypass these restrictions
This commit is contained in:
parent
ca8758cbb1
commit
7224319fae
@ -30,9 +30,6 @@ public class WorldRestrictions extends FreedomService
|
|||||||
|
|
||||||
private final Map<Flag<?>, Object> flags = new HashMap<Flag<?>, Object>()
|
private final Map<Flag<?>, Object> flags = new HashMap<Flag<?>, Object>()
|
||||||
{{
|
{{
|
||||||
put(Flags.BLOCK_PLACE, StateFlag.State.DENY);
|
|
||||||
put(Flags.BLOCK_BREAK, StateFlag.State.DENY);
|
|
||||||
put(Flags.BUILD, StateFlag.State.DENY);
|
|
||||||
put(Flags.PLACE_VEHICLE, StateFlag.State.DENY);
|
put(Flags.PLACE_VEHICLE, StateFlag.State.DENY);
|
||||||
put(Flags.DESTROY_VEHICLE, StateFlag.State.DENY);
|
put(Flags.DESTROY_VEHICLE, StateFlag.State.DENY);
|
||||||
put(Flags.ENTITY_ITEM_FRAME_DESTROY, StateFlag.State.DENY);
|
put(Flags.ENTITY_ITEM_FRAME_DESTROY, StateFlag.State.DENY);
|
||||||
|
Loading…
Reference in New Issue
Block a user