About Essentials AntiBuild
ProblemsSender opened this issue ยท 5 comments
- I know this questions will mark me as a retarded, but i still want to ask though :( prepare to facing truth
I saw that Essentials AntiBuild got permission
'- essentials.build.interact.<'id>
Now i change the <'id> to
'- -essentials.build.interact.54 (chest)
1/Will the player be prevented from opening chest?
For the harder question, i change it to
'- -essentials.build.interact.408 (hopper_minecart)
2/Will the player be prevented from opening hopper minecart?
For the hardest question... I use ID of entity poker face
'- -essentials.build.interact.103 (llama) ๐
3/Will the player be prevented from interacting llama? ๐
Hic if it's not for both 2 questions, what plugin do i need to prevent player from interacting entity?
P/s: I know i retarted ๐ don't blame me :(
Don't worry - I wasn't too sure about how AntiBuild worked until I looked into it.
As far as I can tell:
-essentials.antibuild.interact.54
will prevent players opening a chest, as chests are blocks.-essentials.build.interact.408
and-essentials.build.interact.103
will not prevent players interacting with hopper minecarts or llamas, as they are both entities.
I'm not sure what plugins exist that prevent interacting with entities - perhaps a global flag in WorldGuard may be useful.
There may be some that do that for you. Take a look at the spreadsheet I manage for many plugins here. Specifically around the LWC (entity locking).
@smmmadden I purposely didn't mention the LWC entity locking fork (as well as GriefPrevention) as its behaviour is not what the OP appeared to be looking for - it allows individual players to claim and protect specific blocks and entities, while AntiBuild is intended to allow for server-wide blocking, and the OP appeared to be looking for AntiBuild-like entity interaction prevention. As it turns out, WorldGuard doesn't appear to have flags to block interaction with specific entities either.