Skip to content
This repository was archived by the owner on Jan 3, 2022. It is now read-only.

Modifyworld_Reload Notes

Metall edited this page Jul 14, 2020 · 1 revision

This section requires that you have a permissions plugin installed, which includes a basic structured group layout that allows the default group to only chat.

By default, users are not restricted. This is by design. Set specific nodes on this list to false to restrict users from performing actions, or set modifyworld.* to false to block a user from doing anything.

  • Negate a node (-, set its value to false) to disallow a feature to a user/group. Use the wildcard symbol * to include all subnodes.
  • When using PermissionsEx, per the Regex section on the Advanced Permissions Setup page, you can specify multiple items within a single line. To do this, put the item codes/names in parentheses, separated by a pipe character (a shift-backslash on most US keyboard layouts). For example, (apple|wheat|bread) will match apples, wheat, and bread.

Clone this wiki locally