2021-01-28 20:21:47 +00:00
|
|
|
|
|
|
|
#Server configuration
|
|
|
|
[server]
|
2021-02-12 14:22:54 +00:00
|
|
|
#How many fragments are required to make a skull.
|
|
|
|
#Range: 1 ~ 9
|
|
|
|
fragvalue = 9
|
2021-01-28 20:21:47 +00:00
|
|
|
#The 1/n chance for a wither skeleton to drop a fragment.
|
|
|
|
#Range: 1 ~ 32767
|
|
|
|
fragchance = 1
|
2021-02-12 14:22:54 +00:00
|
|
|
#If skeletons outside of hell can be transformed into wither skeletons.
|
|
|
|
allbiomes = false
|
2021-01-28 20:21:47 +00:00
|
|
|
#The 1/n chance for wither skeletons outside hell to be transformed. Requires allbiomes == true.
|
|
|
|
#Range: 1 ~ 32767
|
|
|
|
allbiomechance = 1
|
2021-02-12 14:22:54 +00:00
|
|
|
#If stone swords that would be dropped are deleted.
|
|
|
|
delswords = true
|
2021-01-28 20:21:47 +00:00
|
|
|
#If transformed skeletons are given bows instead of stone swords.
|
|
|
|
givebows = true
|
|
|
|
|