InfoMan v1.1.9

Details

  • Filename
    InfoMan.jar
  • Uploaded by
  • Uploaded
    Jan 27, 2014
  • Size
    11.99 KB
  • Downloads
    3,379
  • MD5
    0901b696e6939b918a6063bc39eef6dc

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

v1.1.9
  • Due to a mistake in the code, reloading InfoMan by using the command "InfoMan reload" would set the motd node in the plugin's config to true. This has been rectified.
v1.1.8
  • Usage of InfoMan commands is now tracked in the main command window and in the server log if LogUsage is set to true in the config, enabled by default.
v1.1.7
v1.1.6
  • Permissions support added, nodes go by the format "InfoMan." + the command without / infront of it, e.g. "InfoMan.info", "InfoMan.test". Permissions are disabled by default and have to be enabled in the config. Check http://dev.bukkit.org/server-mods/infoman/pages/usage/for more information.
v1.1.5
  • Case sensitivity now works correctly on Linux systems, make sure the .txt files are all in lowercase if you want to disable case sensitivity for the commands.
v1.1.4
  • Added an option in the config to make all commands case insensitive.
v1.1.3
  • Added bold text (CBOLD)
  • Writing incomplete commands in the console should no longer spew out errors (e.g.infoman motd), the plugin will instead remind you that you forgot an argument.
v1.1.2
  • Added a reload command in order to let you reload the commands without reloading the entire server. Writing infoman reload in the console will reload the commands found in commands.txt.
v1.1.1
  • You can now specify the location of player.dat files, firstjoin should work if the files are not saved in world/players as long as they are saved as individual files.
v1.1
  • Added a "firstjoin" motd that is displayed the first time a player joins the server
  • Added underlined, italic and strikethrough text
  • Added "CLIST", displays the players online, much like the list command in the server console does.
  • Added "CTOT", displays the current amount of players online. E.g. if there are 14 players online CTOT will be replaced with "14".
v1.0
  • Initial release