Forgotten Graves

Forgotten Graves

273k Downloads

[FEATURE] Add configuration option for XP storage

ginsm opened this issue ยท 1 comments

commented

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):

  1. DEFAULT_EXPERIENCE
  2. CUSTOM_EXPERIENCE
  3. ALL_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).

commented

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.