mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Change default configs
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
#Set to false to disable the default way of unlocking trinkets.
|
||||
unlockEnabled = true
|
||||
#List of trinkets blocked from being unlocked, eg: ["losttrinkets:piggy", "losttrinkets:magical_feathers"]
|
||||
#List of banned trinkets eg: ["losttrinkets:piggy", "losttrinkets:magical_feathers"]
|
||||
#The trinkets listed in here will also be removed from players that already unlocked them.
|
||||
blackList = []
|
||||
#Cooldown (ticks) between unlocks
|
||||
#Range: 0 ~ 1728000
|
||||
unlockCooldown = 2400
|
||||
#List of trinkets that can't be unlocked randomly eg: ["losttrinkets:piggy", "losttrinkets:magical_feathers"]
|
||||
#The trinkets listed in here will not be removed from players that already unlocked them.
|
||||
nonRandom = []
|
||||
|
||||
[Trinket_Slots]
|
||||
#Amount of Xp levels added to the next unlocking cost.
|
||||
|
Reference in New Issue
Block a user