AcceptRules v2.4

Details

  • Filename
    AcceptRules.jar
  • Uploaded by
  • Uploaded
    Feb 19, 2014
  • Size
    45.45 KB
  • Downloads
    3,853
  • MD5
    d4db49c76f22e79acfcc846d417bd8b2

Supported Bukkit Versions

  • 1.7.4
  • 1.7.2
  • 1.6.4

Changelog

Version 2.4

  • Change HashMap to LinkedHashMap to preserve ordering, fixes #35
  • Use iterator instead of loop to avoid ConcurrentModificationExceptions, fixes #36

Version 2.3 - This update is powered by MineYourMind

  • Fixes chat not working for too many players
  • Made messages prettier

Version 2.2

  • Fixed an issue with reading the wrong config value - Thanks LHammonds for spotting this
  • Added option to leave out the ===Rules=== header, set the 'rulesTitle' to false in your config
  • Added option to hide all chat for players that haven't accepted the rules

Version 2.1

  • Added multiple pages configuration. Your old rules file will be converted to the new one automatically.
  • Fixed you getting no message on login if you haven't accepted the rules yet, but it is enabled in the config.
  • Updated the Updater to comply with the latest DBO guidelines.

Version 2.0.7

  • Added /acceptrules player <player> - Accepts the rules for a certain player if somehow that player can't do it themselves. Permission node is acceptrules.acceptForOthers
  • Added commands feature. After accepting the rules, commands can be ran, either by the player or the console. Configure the commands in config.yml - if you need to use the player name, use %player%

Version 2.0.6

  • Fixed issue with multiple users (fail, lol)

Version 2.0.5

  • Fixed auto-updater
  • Set TpOnAccept default to false
  • Do not teleport player after accept if x = 0, y = 0 and z = 0 to prevent falling in void.

Version 2.0.4

  • Fixed v2.0.3 being broken when starting

Version 2.0.3

  • Added Metrics
  • Added auto-updater
  • Fixed random sorting of rules.

Version 2.0.2 (2013.09.02)

  • Fixed 2.0.1 actually being 2.0

Version 2.0.1 (2013.09.01):

  • Fixed /acceptrules not working. Fixes #22 and #23

Version 2.0 (2013.08.27):

  • Complete rewrite by Lolmewn. Your old config files should still work.

Version 1.7 (2012.03.07):

Update to R6, Fixed ticket number 15: when using third party plugin for rules...