Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit 6d50c67f51
7047 changed files with 80296 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
# Configuration file
General {
# Set to false to disable this entire module.
B:EnableModule=true
}
Heads {
# If enabled, mobs only drop heads when killed by players.
B:MobsDropOnPvEOnly=true
# If enabled, players only drop heads when killed by other players.
B:PlayersDropOnPvPOnly=true
Players {
I:Chance=5
B:Enabled=true
}
Creepers {
I:Chance=5
B:Enabled=true
}
Skeletons {
I:Chance=5
B:Enabled=true
}
WitherSkeletons {
I:Chance=5
B:Enabled=false
}
Zombies {
I:Chance=5
B:Enabled=true
}
}