Legacy Version?

If you’re using a version before 2.0.0 please use this document instead

Configuration (Legacy / 1.x)

Types

Item Helpers

Slot Helpers

⚙ Main

version Version

<aside> ⚠️

Do not modify!

Used internally to keep track of versioning and migrations to configurations

</aside>

hash String

<aside> ⚠️

Do not modify!

Used internally to keep track of versioning and migrations to configurations

</aside>

notify_channel VersionChannel

What channel to use when checking for updates, must be one of the values listed below

Value Description
NONE Nothing is checked.
SNAPSHOT Checks for the latest snapshot build on GitHub
LATEST Check for new versions on SpigotMC
STABLE Check for new stable releases.
A Version is marked as stable 2-3 weeks after it has been released and there has not been a influx of bug-reports.
Recommended for most servers

debug Boolean

Wether or not debug logging is enabled, When enabled deaths will spam the console with debugging information.

default_behavior DefaultBehavior

What the default behavior for a death is before any rules are applied, basically a global way to toggle KeepInventory Game rule

Value Description
INHERIT No special behavior, behave as vanilla would.
DROP Assume that KeepInventory should be disabled
KEEP Assume that KeepInventory should be enabled

📏 Rules