Packs - teakivy/teaks-tweaks GitHub Wiki
Packs
Packs are features that modify how the game works, adds additional features, or just adds commands.
To Enable a pack, find it in the packs:
section of the config.yml
file, and change enabled: false
to enabled: true
. After marking the pack as true, a server restart is required to reload the packs. (remember to save the file!)
packs:
# More Mob Heads
# Adds a chance to receive a mob head upon killing it.
more-mob-heads:
enabled: true
Some Packs have configurable options, these could be native to Vanilla Tweaks, or added for the plugin, to change these just change the value in the proper config section.