War - Minecraft TDM & CTF for Bukkit
Go to file
Connor Monahan ef26173ba1 Fix #320, add permission when playing in a zone
When a player enters an example zone named "Castle_Wars", the following permissions are granted:
- war.playing (Added for any zone)
- war.playing.castle_wars (Added for this zone, formed by the lower case of the zone name)

To grant additional permissions from these, such as 'crackshot.use', you should modify Bukkit's permissions.yml to create a parent node for either war.playing or the zone-specific node with child nodes.
http://bukkit.gamepedia.com/Permissions.yml

Example:

war.playing:
       description: Allow use of gun plugins inside war zones only
       default: false
       children:
          crackshot.use: true
war.playing.castle_wars:
       description: Allow use of craft book elevators inside Castle_Wars only
       default: false
       children:
          craftbook.use: true
2017-07-20 16:10:34 -04:00
war Fix #320, add permission when playing in a zone 2017-07-20 16:10:34 -04:00
.gitignore Remove project files 2015-08-18 20:58:50 -05:00
MIT-LICENSE.txt New readme file 2012-06-17 22:36:53 -04:00
README.md Updated link to Jenkins in readme. 2012-06-18 02:53:28 -03:00

README.md

War logo

War - Minecraft PVP Arenas (TDM, CTF and more!)

War is a plugin for Bukkit that adds PVP arenas and team deathmatch gamemodes to Minecraft servers.

Official website

Visit http://war.tommytony.com for more info, videos and links.

Features

  • Built on the popular Bukkit mod API (http://bukkit.org)
  • Capture-the-flag and team deathmatch arenas, called warzones
  • Warzone blocks are saved and reset at the end of every game, for safely destructible maps
  • Other game types: capture points and explosive-based objectives
  • Up to 16 teams!
  • Tons of customizable game rules, item loadouts and options (see Instructions)
  • SpoutPlugin integration for an enriched UI experience during combat for Spoutcraft users (http://spout.org)

Downloads

All official releases are at https://github.com/taoneill/war/downloads.

Dev Builds

Continuous integration builds are available at http://ci.tommytony.com/job/War.

Author

tommytony started the plugin in December 2010 on hMod and has been maintaining it since with the help of contributors. Reach him at taoneill@tommytony.com.

License

War is licensed loosely under the MIT License (but still comes with the weird baggage of Bukkit licensing)