mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Moved some and added more config
This commit is contained in:
parent
00efd7e4e4
commit
bc531175b2
9 changed files with 519 additions and 156 deletions
|
|
@ -273,18 +273,78 @@ disable-merge-over:
|
|||
# Settings for lore modification
|
||||
lore_edit:
|
||||
book_and_quil:
|
||||
# Permission is ca.lore_edit.book
|
||||
use_permission: true
|
||||
# permission is ca.lore_edit.book
|
||||
append: false
|
||||
remove: false
|
||||
append:
|
||||
# If adding lore using book & quil is enabled
|
||||
enabled: false
|
||||
# Cost used every time
|
||||
fixed_cost: 1
|
||||
# Cost used for every lore line added
|
||||
per_line_cost: 0
|
||||
# Use left item cost penalty if any
|
||||
use_cost_penalty: false
|
||||
# Increase left item cost penalty
|
||||
increase_cost_penalty: false
|
||||
# If adding the lore consume the book & quil
|
||||
do_consume: false
|
||||
|
||||
remove:
|
||||
# If removing lore using book & quil is enabled
|
||||
enabled: false
|
||||
# Cost used every time
|
||||
fixed_cost: 1
|
||||
# Cost used for every lore line removed
|
||||
per_line_cost: 0
|
||||
# Use left item cost penalty if any
|
||||
use_cost_penalty: false
|
||||
# Increase left item cost penalty
|
||||
increase_cost_penalty: false
|
||||
|
||||
# Allow using color code and hexadecimal color when editing lore via book & quil
|
||||
#
|
||||
# Color code are prefixed by "&" and hexadecimal color by "#"
|
||||
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
|
||||
color:
|
||||
allow_color_code: false
|
||||
allow_hexadecimal_color: false
|
||||
|
||||
paper:
|
||||
# Permission is ca.lore_edit.paper
|
||||
use_permission: true
|
||||
# permission is ca.lore_edit.paper
|
||||
append_line: false
|
||||
remove_line: false
|
||||
# what order should the lines should get added/removed (start/end, if invalid or not present will be end)
|
||||
order: "end"
|
||||
|
||||
append_line:
|
||||
# If adding lore line using paper is enabled
|
||||
enabled: false
|
||||
# Cost used every time
|
||||
fixed_cost: 1
|
||||
# Use left item cost penalty if any
|
||||
use_cost_penalty: false
|
||||
# Increase left item cost penalty
|
||||
increase_cost_penalty: false
|
||||
# If adding the lore line consume the paper
|
||||
do_consume: false
|
||||
|
||||
remove_line:
|
||||
# If removing lore line using paper is enabled
|
||||
enabled: false
|
||||
# Cost used every time
|
||||
fixed_cost: 1
|
||||
# Use left item cost penalty if any
|
||||
use_cost_penalty: false
|
||||
# Increase left item cost penalty
|
||||
increase_cost_penalty: false
|
||||
|
||||
# Allow using color code and hexadecimal color when editing lore via book & quil
|
||||
#
|
||||
# Color code are prefixed by "&" and hexadecimal color by "#"
|
||||
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
|
||||
color:
|
||||
allow_color_code: false
|
||||
allow_hexadecimal_color: false
|
||||
|
||||
# Whether to show debug logging
|
||||
debug_log: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue