mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
add rename dialog options
This commit is contained in:
parent
90cc758e88
commit
65bf82a239
7 changed files with 96 additions and 0 deletions
|
|
@ -101,6 +101,16 @@ permission_needed_for_color: true
|
|||
# Valid values include 0 to 1000.
|
||||
use_of_color_cost: 0
|
||||
|
||||
# Dialogue rename menu make use of dialog menu to allow bigger rename
|
||||
# You can change the maximum size
|
||||
#
|
||||
# At the moment only english is available for this menu... sorry !
|
||||
#
|
||||
# CustomAnvil use "ca.rename.dialog" when permission
|
||||
enable_dialog_rename: false
|
||||
dialog_rename_max_size: 256
|
||||
permission_needed_for_dialog_rename: false
|
||||
|
||||
# Override limits for specific enchants
|
||||
#
|
||||
# Enchantments not listed here will use the value of default_limit
|
||||
|
|
|
|||
|
|
@ -63,6 +63,11 @@ permissions:
|
|||
ca.lore_edit.paper:
|
||||
default: op
|
||||
description: Allow player to edit lore via paper if enabled (toggleable)
|
||||
# dialog menu permission
|
||||
ca.rename.dialog:
|
||||
default: op
|
||||
description: Allow player to use the dialog rename menu (toggleable)
|
||||
|
||||
|
||||
# soft depend on old name of this plugin (UnsafeEnchantsPlus), so I can disable it if it is on the same server
|
||||
# Also depend to other plugin for compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue