⚔️Kits
You can use Kits instead of classes. Enabling Use-Kits-Instead-Of-Classes in options.yml will disable all Game Effects caused by the Classes
No more speed and jump.
No more custom PvP damage.
No more Classes Shop, only kits.
No more custom Healing potions.
No more double-jumps.
Here's an example of a kit with all possible options:
That's it for kits, you can add your own kits at kits.yml.
In options.yml, make sure you change the default kit to your own kits. You can add multiple random kits and the game will pick one when necessary.
You can also change what will happen if a player does not have a kit when the game starts, the default is FORCE_RANDOM_DEFAULT, this will give a random kit in the default list for the player The option is Action-When-Player-Kit-Is-Null and the possible actions are SHUTDOWN_GAME FORCE_RANDOM_DEFAULT (default) REMOVE_PLAYER GIVE_KIT_KITNAME
Last updated