srnyx / limited-lives

Each player has a limited number of lives. If you die, you are punished!
https://srnyx.com
MIT License
5 stars 1 forks source link

Add `/lives add` and `/lives remove` #4

Closed navypack closed 1 year ago

navypack commented 1 year ago

What and How?

/lives add (player) should add the feature to add a life to oneself or another player.

/lives remove (player) should add the feature to remove a life from oneself or another player.

/lives add (player) (amount)

/lives remove (player) (amount)

Why?

The command /livesset is good but is partly limiting and I would highly suggest adding these features!

Checks