mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Added most of the lore edit unit tests
This commit is contained in:
parent
4ae53df238
commit
dba48d6c10
11 changed files with 834 additions and 60 deletions
|
|
@ -43,10 +43,17 @@ permissions:
|
|||
# color permissions
|
||||
ca.color.code:
|
||||
default: op
|
||||
description: Allow player to use color code if permission is required (toggleable)
|
||||
description: Allow player to use color code if enabled (toggleable)
|
||||
ca.color.hex:
|
||||
default: op
|
||||
description: Allow player to use hexadecimal color if permission is required (toggleable)
|
||||
description: Allow player to use hexadecimal color if enabled (toggleable)
|
||||
# lore edit permissions
|
||||
ca.lore_edit.book:
|
||||
default: op
|
||||
description: Allow player to edit lore via book and quil if enabled (toggleable)
|
||||
ca.lore_edit.paper:
|
||||
default: op
|
||||
description: Allow player to edit lore via paper if enabled (toggleable)
|
||||
|
||||
|
||||
# soft depend on old name (UnsafeEnchantsPlus), so I can disable it if it is on the same server (old name for this plugin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue