Skip to content

Commit 15ed564

Browse files
authored
Merge pull request #89 from TheNextLvl-net/cleanup
Remove, replace and optimize some flags
2 parents 4d0431e + 29efd5f commit 15ed564

File tree

7 files changed

+113
-284
lines changed

7 files changed

+113
-284
lines changed

README.md

+5-22
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ BStats can be found [here](https://bstats.org/plugin/bukkit/TheNextLvl%2520Prote
8080
| Flag | Description |
8181
|---------------------------------------|--------------------------------------------------------------------------------------------------------|
8282
| protect:armor_stand_manipulate | allows or denies armor stand manipulations |
83-
| protect:armor_washing | allows or denies washing off the color of armor<br/>(in cauldrons) |
84-
| protect:banner_washing | allows or denies washing off the color of banners<br/>(in cauldrons) |
8583
| protect:block_absorb | controls whether sponges can absorb water |
86-
| protect:block_break | allows or denies block breaking |
8784
| protect:block_burning | controls whether blocks can burn |
8885
| protect:block_drying | controls whether blocks can dry out<br/>(farmland) |
8986
| protect:block_fading | controls whether blocks can fade away<br/>(like ice or snow melting or corals fading) |
@@ -92,30 +89,24 @@ BStats can be found [here](https://bstats.org/plugin/bukkit/TheNextLvl%2520Prote
9289
| protect:block_growth | controls whether blocks can grow<br/>(like wheat or carrots) |
9390
| protect:block_igniting | controls whether blocks can ignite<br/>(like fire spreading or lightning striking) |
9491
| protect:block_moisturising | controls whether blocks can moisturise<br/>(farmland) |
95-
| protect:block_place | allows or denies block placing |
9692
| protect:block_spread | controls whether blocks can spread<br/>(like grass or fire) |
9793
| protect:cauldron_evaporation | controls whether cauldrons can evaporate from biome dryness |
9894
| protect:cauldron_extinguish_entity | controls whether cauldrons can extinguish flaming entities |
99-
| protect:cauldron_level_change_unknown | controls whether cauldrons can change their level for unknown reasons |
10095
| protect:crop_trample | allows or denies crop trampling |
101-
| protect:empty_bottle | allows or denies emptying a bottle |
102-
| protect:empty_bucket | allows or denies emptying a bucket |
96+
| protect:destroy | allows or denies destroying objects (like blocks or entities) |
10397
| protect:entity_attack_entity | controls whether entities can attack other entities |
10498
| protect:entity_attack_player | controls whether entities can attack players |
10599
| protect:entity_interact | allows or denies interaction with entities<br/>(like trading with merchants) |
106-
| protect:entity_place | allows or denies placing entities<br/>(like boats or minecarts) |
107100
| protect:entity_shear | allows or denies shearing entities<br/>(like sheep or snow golems) |
108101
| protect:explosions | controls whether explosions can do block damage |
109-
| protect:fill_bottle | allows or denies filling a bottle |
110-
| protect:fill_bucket | allows or denies filling a bucket |
111102
| protect:interact | allows or denies block interactions<br/>(like opening chests or doors) |
112103
| protect:leaves_decay | controls whether leaves can decay |
113-
| protect:natural_cauldron_fill | controls whether cauldrons can fill naturally<br/>(from rain) |
104+
| protect:natural_cauldron_fill | controls whether cauldrons can fill naturally<br/>(like from rain or dripstone) |
114105
| protect:physical_interact | allows or denies physical interactions<br/>(like standing on pressure plates or drip leaves) |
106+
| protect:place | allows or denies placing objects (like blocks or entities) |
115107
| protect:player_attack_entity | controls whether players can attack entities |
116108
| protect:player_attack_player | controls whether players can attack players |
117109
| protect:player_item_drop | controls whether players can drop items |
118-
| protect:shulker_washing | allows or denies washing off color the color of shulker chests<br/>(in cauldrons) |
119110

120111
## Permission Packs
121112

@@ -144,23 +135,15 @@ Allows players to manage all areas and bypass all restrictions
144135
Allows players to bypass any restriction
145136

146137
protect.bypass.attack
147-
protect.bypass.break
148-
protect.bypass.build
149-
protect.bypass.empty-bottle
150-
protect.bypass.empty-bucket
138+
protect.bypass.destroy
151139
protect.bypass.enter
152140
protect.bypass.entity-interact
153-
protect.bypass.entity-place
154141
protect.bypass.entity-shear
155-
protect.bypass.fill-bottle
156-
protect.bypass.fill-bucket
157142
protect.bypass.interact
158143
protect.bypass.leave
159144
protect.bypass.physical-interact
145+
protect.bypass.place
160146
protect.bypass.trample
161-
protect.bypass.wash-armor
162-
protect.bypass.wash-banner
163-
protect.bypass.wash-shulker
164147

165148
### protect.command.area.flag
166149

0 commit comments

Comments
 (0)