BentoBox icon indicating copy to clipboard operation
BentoBox copied to clipboard

Permission and better explaining what reset command does

Open Tanerx opened this issue 4 years ago • 2 comments

Description

Is your feature request related to a problem?

No

Describe the solution you'd like us to implement.

Description of reset command is confusing.

Example: reset-limit 2 in the config. Player did 2 reset no more left. Admin want to add more reset to user. Admin checking reset help: https://i.imgur.com/4SEUAv6.png Trying to add more reset to player /isadmin reset add Player 1 But this command not give player 1 more reset. It will take away 1 reset from Player right command is /isadmin reset remove Player 1 Explaining is confusing.

Describe alternatives you've considered.

None of the current commands raising the reset-limit. Only editing player reset number. If server config is 2 you can't make 3. Need one command to do this.

"reset-limit:" has no permission. Adding permission will be easy setup for server owners.

Additional context

Tanerx avatar Mar 06 '21 19:03 Tanerx

The help is exactly accurate: BentoBox counts how many times a player has reset their island. If you want to clear all their resets, then use the reset command. If you want to reduce the reset count, then use the remove command. If you want to add to the reset count, then add. So, it is not how many resets does this player have left, it is how many times has the player reset their island.

tastybento avatar Mar 06 '21 20:03 tastybento

@tastybento

I would say that:

We should have permission that allows increasing available reset count for some players. Also, the current implementation does not allow to increase the number of resets from the start, as it does not support negative numbers.

BONNe avatar Mar 07 '21 22:03 BONNe