Home - teakivy/teaks-tweaks GitHub Wiki

Teak's Tweaks

Datapacks can sometimes cause lag, especially when running loops, or constant checks. So how can this be solved? Well.. by using a Plugin! Spigot plugins can be optimised to run not only faster, but more lag efficient.

Teak's Tweaks was started to reproduce all of Vanilla Tweaks Datapacks and Crafting Tweaks exactly, into one modular Spigot Plugin, and has since grown into much more. Using a plugin can also allow for more customizable, and easy to use interfaces.

How to Use

  1. Install the Plugin
  1. Configure the Plugin
  • After starting your server, a new folder should be created in the plugins folder called TeaksTweaks.
  • Open the config.yml file in the new TeaksTweaks folder.
  • Read through the config, enabling any features you want enabled.
    • To enable a feature, find it's section, and simply change enabled: false to enabled: true.
    • Many packs also have extra configuration options, feel free to change these values to how you want them.
  • Save the config file, and restart your server.

Current Tweaks

There are over 100 Packs & Crafting Tweaks in Teak's Tweaks that can all be enabled individually, so there is plenty to find and use!

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.

view_all_packs

Crafting Tweaks

Crafting Tweaks add recipes to the game to make crafting a smelting just a little easier.

To Enable a crafting tweak, find it in the crafting-tweaks: section of the config.yml file, and change enabled: false to enabled: true. After marking the crafting tweak as true, a server restart is required to reload the recipes. (remember to save the file!)

crafting-tweaks:
  # Craftable Name Tags
  # Allows you to craft Name Tags.
  craftable-name-tags:
    enabled: false

view_all_crafting_tweaks

Commands

Commands are either global, or pack dependent. If a command is pack dependent, it will only be enabled if it's parent pack is enabled.

view_all_commands

Credits

All plugin development is done by @TeakIvy

Support

For Plugin support, Join my Discord (dsc.gg/teakivy) and ask for help in #❓︱support NOTE: This Plugin is not affiated with Vanilla Tweaks, Please do NOT use the Vanilla Tweaks Discord server for support!