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
Im trying to find a way to implement donor ranks into my server and an idea ive had is to allow different permissions to have a different maximum number of lives, im not sure how difficult this would be to program, but if you think it is a good idea, here is an example of a config with the feature implemented, the permissions could be (augmentedhardcore.lives.default, augmentedhardcore.lives.vip etc):
Im trying to find a way to implement donor ranks into my server and an idea ive had is to allow different permissions to have a different maximum number of lives, im not sure how difficult this would be to program, but if you think it is a good idea, here is an example of a config with the feature implemented, the permissions could be (augmentedhardcore.lives.default, augmentedhardcore.lives.vip etc):
############################################################
+------------------------------------------------------+
| Lives |
+------------------------------------------------------+
############################################################
#Should the plugin use the lives system configured below?
UseLives: true
#What should the maximum amount of lives a player can have be?
#Minimum is 1.
MaxLives:
default: 1
vip: 2
mvp: 3
The text was updated successfully, but these errors were encountered: