Permissions

From Official Runecraft Wiki
Revision as of 00:18, 9 November 2021 by NIronwolf (talk | contribs) (Created page with "== Configuration (complicated) - Permissions == Well, I suppose to many of you out there, permissions aren't more complicated than the disabled-runes.txt. They're pretty simpl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Configuration (complicated) - Permissions

Well, I suppose to many of you out there, permissions aren't more complicated than the disabled-runes.txt. They're pretty simple. Runecraft has a bukkit config.yml that has a few options in it, detailed below.

The "permissions" section here provides a simple bukkit blanket, should you not be using a configuration with a permissions plugin, you can simply set the top two to "true" to enable that. If you're wanting to restrict runes or teleports per user group, have those options set to false.

permissions:
 teleport: true
 runes: true
options:
 compass-old-north: false
 recall-weakness: false

"recall-weakness" is a PVP option that gives the player 30 seconds of 'weakness' potion debuff after recalling. Recall is a very popular PVP escape option, and this was designed to try balance that. "compass-old-north" was for when Notch changed which direction North was on the server, and this confused things, not really necessary anymore.

In terms of individual permissions for players or groups, the nodes are as follows.

runecraft.runes
runecraft.teleport

runecraft.runes.phantomtorch

Each individual type of rune has an associated "runecraft.runes.??" permissions node like that. Note that spaces are removed, and it's not capitalized.