Vitals 0.16

Details

  • Filename
    Vitals.jar
  • Uploaded by
  • Uploaded
    Jul 4, 2012
  • Size
    70.96 KB
  • Downloads
    377
  • MD5
    8a1393bee97d312ddd786549647b5d79

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

Changelog for last 5 versions:

v0.16:

  • Added Anti-Advertising: Detects IP addresses and domain names in chat, and handles them in 1 of 3 ways: mute (cancel the message), secretmute (show the message only to the person who sent it and to ops), and replace (delete the ip/domain in the message but show the rest)
  • Added RegionLabels: Announce to players as they enter/leave regions on the map. Use "/regionlabel [name] normal" to define a region that extends from bedrock to sky, "/regionlabel [name] exact" to define an exact 3D region (x,y,z), or "/regionlabel [name] delete" to delete a region label. Underscores in region names are displayed as spaces.
  • Added RegionProtect: Protect one or more regions from block placement/destruction by using "/regionprotect [name] protect", unprotect a region with "/regionprotect [name] delete", or list protected regions with "/regionprotect list"
  • Added a new permission vitals.customwarps.* (default op-only) that allows the player to use all custom warps
  • Commands related to modules that are disabled now show "Unknown command" when executed instead of displaying the command help

v0.15:

  • Regionrestores can now occur automatically every X minutes by using /regionsave [regionName] interval X (or cancel autorestoring with /regionsave [regionName] interval -1)
  • Added a new arena event: HungerGames. Define arena.hungergamesmaxplayers in the config, then use /arena setup hungergames to define the spectator and starting positions. When there are 2 players left, they are teleported to position 1 for sudden death. Using the regionrestore module, you can define a region "hungergames" and it will be autorestored each time a HungerGames event starts.
  • Two new settings in the config, arena.raceprizemultiplier and arena.hungergamesprizemultiplier, to make prizes higher for those events as they last longer and are generally more difficult than pvp and spleef matches
  • More bugfixes

v0.14:

  • Players who sign up for any arena match now can't be damaged by other players during the signup period.
  • Players participating in a RaceToTheFinish arena match are now immune from damage during the signup period and during the race, and can't use ender pearls.
  • Added a config setting arena.disabledcommandsduringmatch to prevent players from using teleport commands or other unsavory commands during an arena match.
  • Moved arena movement checks from the PlayerMoveEvent listener to the once-per-second Arena listener, and other enhancements to improve efficiency.

v0.13:

  • Added CustomWarps: Ops can define a custom warp with /customwarp [warpname], then players can warp there with /[warpname] if they have the permission vitals.customwarps.[warpname]
  • Added a new arena format: RaceToTheFinish. Do /arena setup race1|race2|race3... then set the config arena.numracearenas, then start game with /arena start race (or use the config chanceRaceToTheFinish to put it in the random rotation). Players start on a starting block, 1st 2nd and 3rd to get to the finish block win the prizes.
  • Added two new arena options: preventplayersfromleavingarena (true/false) and preventnonplayersfromenteringarena (true/false). These settings apply to spleef and pvp arenas, but not to RaceToTheFinish arenas
  • Added two new antigriefing/antihacking features: CommandsThatAutokickIfNotOp and OpOnlyFromConsole
  • Separated the towny findplot mods to individual commands for clarity: /findplot to find the cheapest plot for sale, /findmyplot to find your plot (and /findmyplot [name] [plot#] for ops to find others' plots)
  • Separated the regionrestore commands for saving and restoring to /regionsave and /regionrestore. Will now restore block inventories (chests,furnaces,dispensers,etc) including enchanted items
  • Several minor bugfixes

v0.12:

  • Added ChatWorlds: If enabled, players can only see chat messages from other players in the same world, unless they have the permission vitals.chatworlds.bypass
  • Added UsefulCompass: If enabled, instead of pointing at the spawn point, compasses will always point towards the player nearest to you (if there is one)
  • Added RegionRestore: Save the current state of a region (block data, chest inventory, etc), then restore it at a set inventory or manually
  • Added WordSwap: If enabled, allows ops to define words to be replaced in chat with new words using /wordswap [name] [replacement] - or /wordswap [name] to delete a swap or just /wordswap to see a list of all swaps
  • Added two new arena formats: DoubleSpleef (2 layers of spleef) and Team PVP (4 teams, brown/gray/blue/gold using armor for coloring but with the same amount of armor points no matter which team, also team members can't hurt each other)