File Details
CustomRanks v0.6
- B
- Dec 15, 2015
- 94.74 KB
- 4.7K
- 1.8.1
File Name
CustomRanks.jar
Supported Versions
- 1.8.1
Changes 12/14/15
- I finally got a chance to run it on a live server with the newest version of CB/SPIGOT
- Tested with CB & SPIGOT
- Fixed errors with plugin not loading config values. re-structured config loading.
- Fixed MySQL errors for plugin
- Fixed varous other commands related to database
- Fixed /rankdemote command from taking away prefix of command sender instead of the intended player. (thought i fixed it last time)
- Added removal of bukkit commands /pl /plugins
Known issues with v0.6
- Need to test backwards compatibility of database from MySQL to SQLite
- Players will need to relog if they are online while receiving a donation rank to have it displayed in chat (this is only because chat API uses metadata and since players can be online or offline when acquiring donation status i will need to add yet another check to verify that they are online and then set the meta.
- DO NOT reload your server while using this plugin! (still working on a work around for this it is mostly caused by players metadata resetting when the server reloads i just need to temp store players meta during a server reload and reset it again when the reload is complete, However im not sure im going to go through the hassle of doing this because a good server OP would never reload his/her server right ? and good plugin dev's implement a /reloadconfig command right ?
- Still debating on rather or not to implement a mute command i have the code started but. . .not sure if its going to be worth overriding the essentials mute command we'll see where it takes me :/ as of now essentials mutes globally across all channels
- Will update and post more as they arise

