CustomRanks v0.3
Details
-
FilenameCustomRanks.jar
-
Uploaded by
-
UploadedOct 18, 2015
-
Size88.31 KB
-
Downloads2,356
-
MD5c9cc16b24b105acdaa72f9dc714b1b47
Supported Bukkit Versions
- 1.8.1
Changelog
Changes 10/18/15
CHANGE LOG FOR CUSTOM-RANKS v0.3
- Added command /Customranks help to display the help pages associated with this plugin
- Added command /Customranks version to display the current plugin version
- Added /Ch find <player> command admins can find the channel a player is chatting in
- Added rank information to database when players are auto-promoted
- Added spam blocker to chat
- Changed the way the config values are loaded into plugin. Config values are loaded
- - and mapped when the plugin is enabled.
- Performed an overhaul of plugin API. changed how Chat API formats chat
- Added to /Titleme and /Colorme command to simplify to newer players how to change their colors and titles
- Added ability to auto-promote individual ranks
- Removed dependency for ChestShop, Towny and Vault HOWEVER if you enable features that depend on - these plugins you will need these plugins installed!
- See the installation and setup instructions page for the dependency chart
- Implemented channel tag and broadcasttag options to plugin (configure your channel tags)
- Increased the time difference between the auto-promotion cycle and the checking of server donors - (prevents a possible bottleneck of the database)
- Fixed initilization errors when plugin loads (caused by onload() method calling the chat class before it is initilized).
- Fixed possible error of config not being created while trying to load it :/
Change-Log For Config File v1.2
- !!!IMPORTANT!!! I HAVE CHANGED THE WAY CONFIG VALUES ARE LOADED IT IS VERY STRICT THAT YOU EDIT THE
- - CONFIG FILE WITH CAUTION AND REFRAIN FROM THE FOLLOWING:
- - Avoid adding whitespaces after inputting values
- - Avoid removing single quotes from string values
- - Avoid altering the spacing between key value separator ":"
- - I have implemented some safety checks that "should" prevent this when values are loaded,
- - but you should be advised to use caution :-) ALWAYS DOUBLE CHECK
- - examples - GOOD EXAMPLE = killsgroup1: 'Warrior' | BAD EXAMPLE = killsgroup1:'Warrior <
no space & missing ' - UPDATING THE CONFIG FILE IS MANDATORY FOR THIS VERSION
- Added single quotes around all strings in the config
- Added spam time to config
- Added broadcast tag option
- Added new perm strings
Known Issues With v.03
- Players that are promoted to a donation rank will need to relog to have their donation rank displayed in chat
- DO NOT reload your server while using this plugin it will spam errors and NOT WORK
- I am working on correcting this but it will depend on how much i will hafto change for me to make it compatible
- Players can select their default entry level rank and donation rank to display in chat, I am working on a fix for this to ensure that players can only select ACQUIRED upper level ranks above the default ranks and cannot see or select their donation or entry level ranks ( *Note they can only select and see them if they actually have them as of now )