Hi,
I need a Plugin for Sponge like Modifyworld
https://dev.bukkit.org/projects/modifyworld Author: zml
Modifyworld is maintained by the PermissionsEx team and works best with PermissionsEx due to its support for regular expression-based permissions, but as of version 1.19.7 supports any permissions plugin, optionally using Vault for user-specific action denied messages.
Read the documentation for information on configuration and installation.
Some of the restrictions supported by Modifyworld:
Whitelist (modifyworld.login
)
Chat (modifyworld.chat
)
Block placement (modifyworld.blocks.place.<id>
)
Item usage (modifyworld.items.use.<itemid>.on.<blockid>
)
Container access (modifyworld.items.take.<itemid>.of.<container>
)
Entity damage (modifyworld.damage.take.<entityName>
)
and many more.
I tried to create something like this called PleaseAskFirst something like a year and a half ago. I gave up because some of the more complex permissions ModifyWorld uses like modifyworld.items.use.<itemid>.on.<blockid>
Where you need two placeholders instead of one. Don’t know how stuff is at the moment, but back then no permission plugins supported that. If there’s a difference now I could recreate the project.
May I suggest my plugin ProtectionPerms?