Skip to content

Commit

Permalink
Rank Management (#2220)
Browse files Browse the repository at this point in the history
* Put ranks in the database. Prework for #1798

* Prevent coop and trust commands from being registered

if those ranks don't exist.

* Add /bbox rank command for ranks management

* Rename RanksObject to Ranks

* Strip / on commands if it exists. Fixes #2221

* Fix test failure
  • Loading branch information
tastybento authored Nov 10, 2023
1 parent 4481881 commit 24148f3
Show file tree
Hide file tree
Showing 30 changed files with 1,033 additions and 885 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import world.bentobox.bentobox.util.Util;

/**
* Tells the rank of the player
* @author tastybento
*
*/
Expand Down
Loading

0 comments on commit 24148f3

Please sign in to comment.