Version 1.0.19b
This commit is contained in:
163
minecraft/config/tombstone-server.toml
Normal file
163
minecraft/config/tombstone-server.toml
Normal file
@@ -0,0 +1,163 @@
|
||||
|
||||
#Options related to player's death
|
||||
[player_death]
|
||||
#Experience loss on death (%) [-1..100|default:100|disabled:-1]
|
||||
#Range: -1 ~ 100
|
||||
xp_loss = 50
|
||||
#The time in minutes before a grave is unlocked to anyone [-1..MAX|default:-1|disabled:-1]
|
||||
#Range: > -1
|
||||
decay_time = -1
|
||||
|
||||
#Miscellaneous options
|
||||
[general]
|
||||
#The duration of the Ghostly Shape effect in seconds [0..MAX|default:120]
|
||||
#Range: > 0
|
||||
ghostly_shape_duration = 120
|
||||
#The chance that a player receives an already enchanted Grave's Key on death [-1..100|default:0|disabled:-1]
|
||||
#Range: -1 ~ 100
|
||||
chance_enchanted_grave_key = 0
|
||||
#Defines the progression scale to be able to upgrade perks to higher level (based on the level in Knowledge of Death) [1..5|default:2]
|
||||
#Range: 1 ~ 5
|
||||
perk_progression_scale = 2
|
||||
|
||||
#Allows to customize or disable the enchantments
|
||||
[enchantments]
|
||||
#Enables the enchantment Spectral Bite [false/true|default:true]
|
||||
enable_enchantment_spectral_bite = true
|
||||
#Enables the enchantment Soulbound [false/true|default:true]
|
||||
enable_enchantment_soulbound = false
|
||||
#Enables the enchantment Magic Siphon [false/true|default:true]
|
||||
enable_enchantment_magic_siphon = true
|
||||
#Enables the enchantment Plague Bringer [false/true|default:true]
|
||||
enable_enchantment_plague_bringer = true
|
||||
#Enables the enchantment Curse of Bones [false/true|default:true]
|
||||
enable_enchantment_curse_of_bones = true
|
||||
#Enables the enchantment Blessing [false/true|default:true]
|
||||
enable_enchantment_blessing = true
|
||||
#Enables the enchantment Frostbite [false/true|default:true]
|
||||
enable_enchantment_frostbite = true
|
||||
#Allows Soulbound at enchanting table [false/true|default:false]
|
||||
soulbound_enchanting_table = true
|
||||
#Allows Spectral Bite at enchanting table [false/true|default:false]
|
||||
spectral_bite_enchanting_table = false
|
||||
#Allows Magic Siphon at enchanting table [false/true|default:false]
|
||||
magic_siphon_enchanting_table = false
|
||||
#Allows Plague Bringer at enchanting table [false/true|default:false]
|
||||
plague_bringer_enchanting_table = false
|
||||
#Allows Curse of Bones at enchanting table [false/true|default:false]
|
||||
curse_of_bones_enchanting_table = false
|
||||
#Allows Blessing at enchanting table [false/true|default:false]
|
||||
blessing_enchanting_table = false
|
||||
#Allows Frostbite at enchanting table [false/true|default:false]
|
||||
frostbite_enchanting_table = false
|
||||
#Allows Plague Bringer to combine with Magic Siphon [false/true|default:false]
|
||||
plague_bringer_combining_magic_siphon = false
|
||||
#Allows Frostbite to combine with Fire Aspect [false/true|default:false]
|
||||
frostbite_combining_fire_aspect = true
|
||||
|
||||
#For settings related to magic items
|
||||
[magic_item]
|
||||
#Scroll duration [1200..120000|default:12000]
|
||||
#Range: 1200 ~ 120000
|
||||
scroll_duration = 12000
|
||||
#Defines experience lost when storing experience in a Scroll of Knowledge
|
||||
#Range: 0 ~ 90
|
||||
scroll_of_knowledge_loss = 0
|
||||
#Maximum uses of a tablet [1..10|default:3]
|
||||
#Range: 1 ~ 10
|
||||
tablet_max_use = 3
|
||||
#Cooldown in second after using a tablet [60..1200|default:300]
|
||||
#Range: 60 ~ 1200
|
||||
tablet_cooldown = 300
|
||||
|
||||
#For settings related to decorative tombs and magic items
|
||||
[decorative_grave]
|
||||
#The cooldown in hours to pray with the Ankh [1..10|default:3]
|
||||
#Range: 1 ~ 10
|
||||
cooldown_to_pray = 3
|
||||
#The cooldown in minutes to reset the perks with the ankh of Pray [20..1440|default:120]
|
||||
#Range: 20 ~ 1440
|
||||
cooldown_reset_perk = 120
|
||||
|
||||
#Allows to disable some magic items
|
||||
[allowedMagicItems]
|
||||
#Voodoo Poppet [false/true|default:true]
|
||||
allow_voodoo_poppet = true
|
||||
#Familiar Receptacle [false/true|default:true]
|
||||
allow_familiar_receptacle = true
|
||||
#Book of Disenchantment [false/true|default:true]
|
||||
allow_book_of_disenchantment = true
|
||||
#Scroll of Preservation [false/true|default:true]
|
||||
allow_scroll_of_preservation = true
|
||||
#Grave's Key [false/true|default:true]
|
||||
allow_grave_key = true
|
||||
#Scroll of Knowledge [false/true|default:true]
|
||||
allow_scroll_of_knowledge = true
|
||||
#Tablet of Recall [false/true|default:true]
|
||||
allow_tablet_of_recall = true
|
||||
#Tablet of Home [false/true|default:true]
|
||||
allow_tablet_of_home = true
|
||||
#Tablet of Assistance [false/true|default:true]
|
||||
allow_tablet_of_assistance = true
|
||||
#Tablet of Cupidity [false/true|default:true]
|
||||
allow_tablet_of_cupidity = true
|
||||
#Scroll of Unstable Intangibility [false/true|default:true]
|
||||
allow_scroll_of_unstable_intangibility = true
|
||||
#Scroll of Feather Fall [false/true|default:true]
|
||||
allow_scroll_of_feather_fall = true
|
||||
#Scroll of Purification [false/true|default:true]
|
||||
allow_scroll_of_purification = true
|
||||
#Scroll of True Sight [false/true|default:true]
|
||||
allow_scroll_of_true_sight = true
|
||||
#Lost Tablet [false/true|default:true]
|
||||
allow_lost_tablet = true
|
||||
#Scroll of Reach [false/true|default:true]
|
||||
allow_scroll_of_reach = true
|
||||
#Scroll of Lightning Resistance [false/true|default:true]
|
||||
allow_scroll_of_lightning_resistance = true
|
||||
#Scroll of Frost Resistance [false/true|default:true]
|
||||
allow_scroll_of_frost_resistance = true
|
||||
#Scroll of Aquatic Life [false/true|default:true]
|
||||
allow_scroll_of_aquatic_life = true
|
||||
#Scroll of Mercy [false/true|default:true]
|
||||
allow_scroll_of_mercy = true
|
||||
#Dust of Vanishing [false/true|default:true]
|
||||
allow_dust_of_vanishing = true
|
||||
#Dust of Frost [false/true|default:true]
|
||||
allow_dust_of_frost = true
|
||||
#Enchanted Bundle [false/true|default:true]
|
||||
allow_enchanted_bundle = true
|
||||
#Book of Recycling [false/true|default:true]
|
||||
allow_book_of_recycling = true
|
||||
#Book of Repairing [false/true|default:true]
|
||||
allow_book_of_repairing = true
|
||||
#Book of Magic Impregnation [false/true|default:true]
|
||||
allow_book_of_magic_impregnation = true
|
||||
#Smoke Ball [false/true|default:true]
|
||||
allow_smoke_ball = true
|
||||
#Seeker Rod [false/true|default:true]
|
||||
allow_seeker_rod = true
|
||||
#Christmas Hat [false/true|default:true]
|
||||
allow_christmas_hat = true
|
||||
#Bag of Seeds [false/true|default:true]
|
||||
allow_bag_of_seeds = true
|
||||
#Magic Scroll [false/true|default:true]
|
||||
allow_magic_scroll = true
|
||||
#Familiar Stone [false/true|default:true]
|
||||
allow_familiar_stone = true
|
||||
#Merchant Stone [false/true|default:true]
|
||||
allow_merchant_stone = true
|
||||
|
||||
#Allows to change the chance to drop some items
|
||||
[loot]
|
||||
#Chance to loot a Lost Tablet by fishing [0..1000|default:100]
|
||||
#Range: 0 ~ 1000
|
||||
chance_loot_lost_tablet = 100
|
||||
|
||||
#Allows to enable some features related to others mods
|
||||
[compatibility]
|
||||
#fix the custom name with anvil when the string is empty [false/true|default:true]
|
||||
fix_anvil_custom_name = true
|
||||
#fix the RepairCost:0 added by the anvil & grindstone in nbt preventing theses items to stack [false/true|default:true]
|
||||
fix_repair_cost_zero = true
|
||||
|
||||
Reference in New Issue
Block a user