[FEATURE] Add configuration option for XP storage
ginsm opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
By default the grave stores all experience points. Some servers may want a more default experience (no pun intended) or a max custom level amount.
Describe the solution you'd like
Add three configuration options for experience storage (set on the server):
DEFAULT_EXPERIENCECUSTOM_EXPERIENCEALL_EXPERIENCE
The custom experience option will allow you to input an integer that represents the max amount of experience levels stored in the grave (i.e. 30).
As specified in commit 6c50dc0,
Players should now be able to choose between 3 XP storage types:
- Default: The default Minecraft experience
- All: Stores all experience the player had
- Custom: Stores up to a specified level
The player can specify the level using the 'Max Custom XP Level' option.
I'm going to close this now.