Turrets v0.2.1

Details

  • Filename
    Turrets.jar
  • Uploaded by
  • Uploaded
    Nov 1, 2012
  • Size
    95.44 KB
  • Downloads
    393
  • MD5
    2abd5848ece6b3213e48e6aeebcead8f

Supported Bukkit Versions

  • CB 1.4.2-R0.1

Changelog

  • Updated to 1.4.2
  • Added global and individual whitelists and blacklists. Global list overrides the individual lists.
    • Ex1. Player1 is on Player2's blacklist, but is on the global whitelist. He is not attacked by Player2's turrets.
    • Ex2. Player1 is on Player2's whitelist, but is on the global blacklist. He is attacked by Player2's turrets.
    • Ex3. Player1 is on Player2's blacklist, but is not on either global list. He is attacked by Player2's turrets.
    • Note: The global lists are treated (almost) like any user's list. You can use the wblists copy command to set a user's lists to have the same contents as the current global lists. However, you can't copy over the global list or delete it outright. (For something like that you'd have to go into the file on your box. It's a safeguard against accidentally deleting the global list.)

New config

  • attackNonlistPlayers: If true, turrets will attack players who are not on any of its white or blacklists.
    • default: false

New commands

  • /tur whitelist add <userName> - adds the user to the commander's whitelist
  • /tur whitelist remove <userName> - removes the user from the commander's whitelist
  • /tur blacklist add <userName> - adds the user to the commander's blacklist
  • /tur blacklist remove <userName> - removes the user from the commander's blacklist
  • /tur gwhitelist add <userName> - adds the user to the global whitelist
  • /tur gwhitelist remove <userName> - removes the user from the global whitelist
  • /tur gblacklist add <userName> - adds the user to the global blacklist
  • /tur gblacklist remove <userName> - removes the user from the global blacklist
  • /tur wblists copy <userFrom> <userTo> - copies the white and blacklists from user to another
  • /tur wblists delete <userName> - deletes userName's white and blacklists

The whitelist and blacklist commands (not the global ones) also have the following form to modify other users' white and blacklists:

  • /tur whitelist <userWithList> add <userToAdd> - add userToAdd to userWithList's whitelist

New permissions

  • turrets.modwblists - If true, allows user to modify their own whitelist and blacklist for their turrets.
    • default: true
  • turrets.modotherwblists - If true, allows user to modify others' whitelists and blacklists, and use wblists.
    • default: op
  • turrets.modgloballists - If true, allows user to modify the global whitelist and blacklist.
    • default: op