This repository was archived by the owner on Jan 3, 2022. It is now read-only.
forked from PEXPlugins/Modifyworld
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration Properties
Metall edited this page Jul 14, 2020
·
1 revision
| Property | Default Value | Description |
|---|---|---|
| informPlayers | false | Informs players if/when their permissions change |
| itemRestrictions | false | Enable/disable item restrictions. If this is enabled, items not configured to be allowed will be removed from the player's inventory if it's found. |
| messages.prohibitedItem | You have prohibited item "%s". | Message sent to players who have disallowed item(s) |
| messages.whitelist | You are not allowed to join this server. Goodbye! | Message sent to clients not on the whitelist |
| messages.permissionDenied | Sorry, you don't have enough permissions | What is sent to players trying to do something they are not allowed to |
| whitelist | false | Enable/disable the whitelisting feature |
| drop-restricted-item | false | If true, restricted items will be "ejected" from the player as if they dropped the items. If false, the items will just dissappear. |
| item-use-check | false | If true, modifyworld will enable the modifyworld.item.use.<itemid>.on.block.<blockid> node and check for rights to use <itemid> on <blockid>. Note that this basically replaces the modifyworld.interact.<entityName> checks. |