2.0

Details

  • Filename
    SimpleClans.jar
  • Uploaded by
  • Uploaded
    Jan 30, 2012
  • Size
    224.65 KB
  • Downloads
    689
  • MD5
    5aa89e3482822366064fae552e76d6f2

Supported Bukkit Versions

  • CB 1.1-R3

Changelog

Version 2.0

  • Automatic permissions - Read section on OP called "Automatic Permissions"
  • Added /clan mostkilled - Read section on OP called "Most Killed"
  • Added /clan kills, /clan kills [player] - Read section on OP called "Kill List"
  • All kills and deaths recorded, for all players, even if they are not on a clan or have never been in one. KDR cheating by leaving a clan and letting themselves be killed hundreds of times for money will no longer be so attractive, once that civilian gets back on a clan he will have his hundreds of deaths recorded.
  • Clan leaders are now immune from being purged by inactivity

Note: The kill lists work with new changes made in the 1.9 versions which started recording all kills into the new sc_kills database table. If your server is way older than this then there will be a difference between the players kill counts that show up in his stats and profile than the ones that show up on the kill lists. Do not worry as there is no real problem with this other than that. If you want to sync them up, then this would be a good time to reset everyone's KDR by running the following two queries on your database (though I suggest you first try to find kdr cheaters with your current data and the /clan mostkilled command):

UPDATE sc_players SET neutral_kills=0, rival_kills=0, civilian_kills=0, deaths=0;
DELETE FROM sc_kills;

http://dev.bukkit.org/server-mods/simpleclans/upload-file/