CustomRanks v0.2

Details

  • Filename
    CustomRanks.jar
  • Uploaded by
  • Uploaded
    Oct 11, 2015
  • Size
    79.77 KB
  • Downloads
    2,390
  • MD5
    9e5697d2857b2bedd64172f1442f6e9e

Supported Bukkit Versions

  • 1.8.1

Changelog

Changes 10/11/15

  • added changelog.txt so server owners can view changes locally :-)
  • re-structured commands as individual classes due to the growing nature of plugins commands
  • Namecolor, prefixes, and donorprefixes are stored in players metadata now for faster and lighter chat application.
  • Added prefixes to donor command for donor ranks 2,3, and 4. (oops forgot those)
  • changed /Donor command to not check for the instance of a player and not check a "players" permissions but the permissions of the "sender" not sure if this matters ? but it sounds logical :/ (will investigate further)
  • Changed sendmessages for donor and rank commands to broadcast messages
  • CHANGED CHAT CHANNEL SWITCH COMMANDS, TO CHANGE CHAT CHANNELS PLAYERS MUST USE:
  • - /Ch g
  • - /Ch l
  • - /Ch tc
  • - /Ch nc
  • - /Ch mod
  • - /Ch broadcast
  • - /Ch players <channel> (requires permission "customranks.channel.view")
  • I changed the channel commands to this format to cut down on excessive code and classes for each command (makes the developers life a lot easier ;-),
  • Fixed possible bug for UsersConfig file not being created and causing errors when players join the server.
  • Added strings.properties for plugin string management and future language compatibility.
  • Added check to /Colorme and /Titleme commands to prevent from sending messages if commandfee = 0
  • Added color definintions to /Colorme command to view all available colors use /Colorme <colors> it will print out all the color names you can input to the command.
  • Added AQUA color to colors (oops i forgot that one)
  • Added /Ch players <channel> command so players with permission can view all players in a specific channel
  • Added /Ch help command that displays all commands related to chat channels
  • Added /Titleme titles command so players can view all their available titles

CHANGE LOG FOR CONFIG FILE VERSION 1.1

  • Added permission string for /Ch players command
  • Added permission string for /CustomRanks help
  • added channel tag format options (future release)
  • added language settings (future release)
  • changed some verbage a bit

Possible Issues/bugs

  • This plugin was developed using Java7 and References CraftBukkit
  • Possible Database erros this will depend on your java version and JDBC drivers
  • I developed this plugin to use SQL language that is compatible with SQLite and MySQL
  • If a player is online and becomes a donor they will need to re-log to have their donation rank displayed in chat( will be fixed next update :/ )
  • Need to add function to the auto-promotion task that writes the players rank to the DB when they are automatically promoted (this information is for web retrieval purposes only)
  • Will be creating a plugin help command for admins
  • Some commands may need a bit of format tweaking
  • If you encounter any bugs/issues please create a ticket.
  • Will add more testing and debugging results as they come