Permissions
These only work if permissions is enabled in the config!
| spellbook.* | all spell book permissions |
| spellbook.create | allows a player to enchant spells |
| spellbook.use | allows a player to use spells |
| spellbook.authorbypass | allows a player to bypass author only spells |
| spellbook.allow.* | allows a player to cast all spells |
For v 0.2.3
| spellbook.allow.[SPELLEFFECT].* | allows a player to cast this spell effect |
| spellbook.allow.[SPELLEFFECT].[TARGET] | allows a player to cast this specific spell |
For v0.2.4
| spellbook.allow.use.[SPELLEFFECT].* | allows a player to cast this spell effect |
| spellbook.allow.use.[SPELLEFFECT].[TARGET] | allows a player to cast this specific spell |
| spellbook.allow.create.[SPELLEFFECT].* | allows a player to cast this spell effect |
| spellbook.allow.create.[SPELLEFFECT].[TARGET] | allows a player to cast this specific spell |
Example of spellbook.allow:
spellbook.allow.explode.*: true/false
spellbook.allow.explode.self: true/false
Comments