Skip to content

Changelog

yetanotherx edited this page Sep 29, 2011 · 11 revisions

This is a log of all the changes between versions.

2.1

  • Allow commas in /check-id, etc.
  • Regular players can't reload the conflg anymore
  • Fix /version
  • Non-mods can see the "closed while offline" message.
  • The "closed while offline" message no longer accidentally persists during logins.
  • Support superperms for REAL.

2.0

  • Add ability for the console to send commands
  • Use native Bukkit persistence
  • Switch to Maven for compiling
  • Add internalization of messages
  • Support native Bukkit permissions
  • Removed autoupdating code, it's a bad idea to do this.
  • Added an API for other plugins to hook into
  • Quite a few bugfixes
  • Use a better pager, fixes a few bugs with the /check p:#
  • Add ability to ban players from using /modreq by typing /modreq-ban [username]
  • Allow users to check the status of their own requests
  • Remove code for multiple databases, will not support
  • Notify users when their request is /claimed, /unclaimed, /held, etc.
  • Add event framework. Plugins can register a listener, listen for events, modify the parameters sent through a command, and more.
  • Show the request text when a request is closed so users know which request was done.
  • Usernames are stripped of all colors in the interface
  • Fix a bug where users could make more requests than they were allowed to
  • Notify a user if a request was closed while they were offline
  • Multiworld support now works
  • Remove support for GroupManager. If you must use GM, use the Permissions bridge.
  • Provide pre-build ZIP and TAR binaries, complete with config files.
  • Add /tpid as an alias for /tp-id

1.4.1

  • Fix bug where /checking a /claimed request caused an error

1.4

  • Add /modtrs-reload command (modtrs reload in the console) to reload the configuration
  • Add a new configuration setting to set the number of requests to show at a time on a page
  • Online users have green text, offline users have red text in /check and /check-id
  • Added verification that /claimed requests are not claimed, /doneed requests are actually open, etc
  • Fix bug where /command arg arg2 (note the extra spaces) would throw an error
  • Add /mb as an alias for /mod-broadcast
  • Allow mods to close a request with a closing message
  • Add ability to prevent users from filing more than a set number of requests at a time
  • Add a /done -silent option when closing a request - does not notify the user
  • Make MySQL actually work

1.3

  • Add new config property to log commands sent to the plugin

1.2

  • Rewrite message core
  • Rewrite the SQL database core
  • Add MySQL support
  • Add /tp-id command

1.1

  • Add ability to change the database locations (SQLite)
  • Bug fix: /modlist with no moderators online no longer throws an error
  • Add ability to move the database file while the server is operating (SQLite)
  • Support /check # as an alias for /check-id #
  • Add a modtrs update command for the console
  • Bug fix: /unclaim # actually inserts the request ID into the message
  • Add a new /reopen # command, to reopen closed requests and held requests.
  • Remove database_file config entry. Modify config file to allow for future MySQL support.

Clone this wiki locally