Version<aside> ⚠️
Do not modify!
Used internally to keep track of versioning and migrations to configurations
</aside>
String<aside> ⚠️
Do not modify!
Used internally to keep track of versioning and migrations to configurations
</aside>
VersionChannelWhat 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 |
BooleanWhether or not debug logging is enabled, When enabled deaths will spam the console with debugging information.
DefaultBehaviorWhat the default behavior for a death is before any rules are applied, basically a global way to toggle Keep Inventory Game rule
| Value | Description |
|---|---|
| INHERIT | No special behavior, behave as vanilla would. |
| DROP | Assume that Keep Inventory should be disabled |
| KEEP | Assume that Keep Inventory should be enabled |
Rules are the bread and butter of this plugin. When a death occurs the rules will be checked, their conditions evaluated and effects applied (if passed).
Rules are a little complex, so please look at the provided examples for more information