mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-23 14:51:21 +01:00
Updated config.yml
This commit is contained in:
parent
370c2f8746
commit
ac278179a9
@ -286,6 +286,8 @@ item-revision:
|
||||
# according to the players current level or if
|
||||
# they should keep the level and tier from when
|
||||
# the item was first generated.
|
||||
#
|
||||
# Setting this to false will keep modifiers.
|
||||
reroll-when-updated: false
|
||||
|
||||
# This is the value to set the Item Level to when
|
||||
@ -309,15 +311,28 @@ item-revision:
|
||||
# Whether or not specific stats should be kept
|
||||
# when an item is updated to latest revision.
|
||||
keep-data:
|
||||
|
||||
# Name of the item, usually renamed via anvil
|
||||
display-name: true
|
||||
lore: false # Warning, this prevents stats in the lore from updating visually!
|
||||
|
||||
# Enchantments put on the item by the player
|
||||
enchantments: true
|
||||
|
||||
# Soulbound applied to the item
|
||||
soulbound: true
|
||||
|
||||
# Modifications are Gemstones and Upgrades
|
||||
# Please note that some stats will be unable to update
|
||||
# to the latest changes if you enable these.
|
||||
modifications: true
|
||||
# Gems on the item
|
||||
gems: true
|
||||
|
||||
# Upgrade level of the item
|
||||
upgrades: true
|
||||
|
||||
# Specific lore lines of the item...
|
||||
# Warning, this prevents stats in the lore from updating visually!
|
||||
lore: false
|
||||
|
||||
# Data that may have been put there by external plugins.
|
||||
exsh: true
|
||||
|
||||
# Here you can disable individual events for when
|
||||
# Items should update when a higher revision ID is found
|
||||
|
Loading…
Reference in New Issue
Block a user