You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than deleting all chests every X number of deaths, this option would allow free creation of new chests as long as a limit has not been reached. When the limit is reached, the oldest chest is destroyed. Each chest has a death timestamp (at least at time of creation), so calculating oldest should not be difficult.
I do not currently need an option that allows different user groups to have different amounts, although with the future in mind, some users may enjoy this feature. I'm not sure if the permissions you supports allows for info nodes (I use PermissionsBukkit, and will be transitioning to PEX at a later time)
The text was updated successfully, but these errors were encountered:
Rather than deleting all chests every X number of deaths, this option would allow free creation of new chests as long as a limit has not been reached. When the limit is reached, the oldest chest is destroyed. Each chest has a death timestamp (at least at time of creation), so calculating oldest should not be difficult.
I do not currently need an option that allows different user groups to have different amounts, although with the future in mind, some users may enjoy this feature. I'm not sure if the permissions you supports allows for info nodes (I use PermissionsBukkit, and will be transitioning to PEX at a later time)
The text was updated successfully, but these errors were encountered: