InfoMan v1.1.7

Details

  • Filename
    InfoMan.jar
  • Uploaded by
  • Uploaded
    Dec 21, 2012
  • Size
    12.02 KB
  • Downloads
    2,113
  • MD5
    3c8786ec8c9df03fc9f18671ca0c52e0

Supported Bukkit Versions

  • CB 1.4.5-R1.0

Changelog

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