Add player death exp control options

This commit is contained in:
William Blake Galbreath
2019-12-26 22:10:22 -06:00
parent b3c97cc371
commit 3ba70d25fb
2 changed files with 66 additions and 0 deletions

View File

@@ -410,6 +410,15 @@ fluid-tick-events
* **default**: true
* **description**: Fire plugin events when fluids tick
player
* exp-dropped-on-death
* equation
- **default:** expLevel * 7
- **description:** How much exp to drop on death. Available NMS variables are `expLevel`, `expTotal`, and `exp`.
* maximum
- **default:** 100
- **description:** Maximum amount of exp value to drop on death
cat-spawns
~~~~~~~~~~
* delay