L2Base Util

L2Base Util

6 Downloads

I didnt find essX antibuild when I move to fabric server from paper server

So I made this

Feature:

Provide some useful permissions

2base.protect.build.place.<block-permission-id>  (This permission is required to place the <block-permission-id> block)

2base.protect.build.break.<block-permission-id>  (This permission is required to break the <block-permission-id> block)

2base.protect.drop.<item-permission-id>  (This permission is required to drop the <item-permission-id> block)

2base.protect.pickup.<item-permission-id>  (This permission is required to pickup the <item-permission-id> block)

2base.protect.interact.<block/entity-permission-id>  (This permission is required to interact the <block/entity-permission-id> block/entity)

2base.protect.attack.<block/entity-permission-id>  (This permission is required to attack the <block/entity-permission-id> block/entity)

2base.protect.use.<item-permission-id>  (This permission is required to use the <item-permission-id> item)

2base.deathkeep.inventory  (Make item of your bag not drop)

2base.deathkeep.xp  (Make your xp not drop)

2base.deathkeep.score  (Keep your score)

item/block/entity-permission-id meaning:
Use the unique ID of the block/entity/item and replace the colon with the dot

For example, the unique id of block crafting table is minecraft:crafting_tale, and the permission id is minecraft.crafting_table

Tip

Use luckperms or other permission mod support fabric-permission-id to control the permissions

Known Issue:

1.There is a flaw with the limitation of 2base.protect.drop.<item-permission-id> in Creative Mode, such as when you hold an item with the mouse while hovering over another item slot and pressing the keyboard to throw the item shortcut, the item in the item slot will replace the item on the mouse, and make the item on the mouse disappear

2.The player with no 2base.protect.interact.<block/eneity-permission-id> can also use the bukkit to fetch milk