Penalty v2.5.1 Beta

Details

  • Filename
    Penalty.jar
  • Uploaded by
  • Uploaded
    Jan 14, 2015
  • Size
    69.40 KB
  • Downloads
    318
  • MD5
    12994c411b86f93c05d405473bf917d2

Supported Bukkit Versions

  • CB 1.7.9-R0.2

Changelog

2.5.1 News
  • config logging settints get loaded successfully
  • punishment gets logged
  • level set gets logged
  • added command shortage; /p list (= /penalties)
  • added command: /p create <name>
  • added command: /p remove <name>
  • LevelInterval parser method added
  • added command: /p addlevel <penalty> <interval>
  • added command: /p removelevel <penalty> <interval>

Line creator and remover commands coming in 1.5.2!

2.5 News
  • fully reviewed
  • dev infos digged deeper (into help page)
  • PID4 Update (PlayerID v4.0 implemented)
  • help titles regexized
  • permission added 'Penalty.Set'
  • data load id comparsion rewritten
  • command added '/penalty set <player> <penalty> <level>'
  • permission 'Penalty.Op' right check written into code
  • added '/p' alias for both penalty and punish commands
  • added command '/penalty core debug'
  • added logger system for debug and michaleneous
  • fixed save and load
  • instant debug mode
    ​ ​ ​ ​ put an extensionless 'debug' named file
    ​ ​ ​ ​ into the plugin folder for console debug

2.4.12 • penalty info expanded to playerlines, callerlines, broadcastlines
2.4.11 • missing players.yml address implemented
2.4.10 • PenaltyKernel#getPluginVersion uses initialized PluginDescriptionFile
2.4.10 • minor PlayerID changes (3.1.1)
2.4.09 • PenaltyPlayer$Cache$Util.loadPlayers(File, List<PlayerID>) UUID.fromString(str) -> PlayerID.get(str)
2.4.08 • unloadUnnecessry player data method
2.4.07 • PenaltyPlayer getData(PlayerID, boolean) new PP now save to loaded ones
2.4.06 • PlayerID Cache added, Cache size display in core
2.4.05 • command 'plugin.yml command-permission requirements' added
2.4.04 • /penalty info <penalty> <index> fixed