Vitals 0.10

Details

  • Filename
    Vitals.jar
  • Uploaded by
  • Uploaded
    Jun 16, 2012
  • Size
    45.97 KB
  • Downloads
    286
  • MD5
    1a598ecddb80e730555daefb9023f1f5

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

v0.10:

  • Added Spleef: Ops use "/spleef setup" to define the arena floor and spectator area. Configure how long of a signup period, what the prizes are, and how long between games. Players can then sign up and play spleef every so often to win prizes.
  • Added permission vitals.global.muteeventbroadcasts which can be used to prevent certain players/groups from seeing any event broadcasts (auctions, spleef, etc)
  • Added command /vitsetting [setting] [value] to change any configuration setting from in-game without needing to edit the config.yml file
  • Changed GamemodeAll: /gmall now lists the players who are flying as well as those in creative mode or op mode
  • Changed SuperChainmail: damage reduction is now configurable. Default is now 20% per piece
  • Changed WaterproofRedstone: redstone circuits are now protected from water/lava being placed directly on them as well as water/lava flow

v0.09:

  • Added ServerLogArchive: Archives the server log every X hours or when an op runs the command /serverlogarchive
  • Added SuperChainmail: When enabled, each piece of chainmail equipped (up to 4) reduces ALL damage taken by 25% (including starving,drowning,burning,falling,etc) in addition to its normal armor value, making it better than diamond armor.
  • Added Antigriefing feature "waterproofredstone" which protects redstone circuitry from waterflow and lavaflow
  • Added a global setting debug:false that, when turned on, writes debug information to the console for certain modules

v0.08:

  • Added Auctions: Players with the permission vitals.auction can put items up for auction with /auction and players with vitals.auction.bid can bid on items with /bid
  • Added TownyRestrictedPlots: You can set a restricted price, and any plots for sale at that price can only be bought by players with the permission vitals.towny.buyrestricted
  • Bugfix: Fixed a bug with /modvote not working properly in all situations

v0.07:

  • Added AbandonedMinecarts: No more minecarts left behind blocking rail usage! Removes minecarts if they have no passenger and have been motionless for X minutes. Storage/powered minecarts are unaffected
  • Added EconPromotions: Players can buy ranks/promotions with the command /buyrank [rank]. Configurable costs and rank prerequisites. They can type /buyrank by itself to see ranks that are available to them.
  • Added TownyFindplot: Players can type /findplot to teleport to their Towny plot. If setup in the config, players who don't own any plots and use /findplot will be teleported to the cheapest plot for sale in their town
  • Added TownySethomeReminder: Players are reminded to use /sethome whenever they buy a plot
  • Bugfix: Fixed a bug where playtime daily averages weren't being calculated correctly.
  • Added a global setting "teleportdelayseconds" that provides a warmup time for all teleport actions throughout the plugin
  • All permission calls have been rewritten to use Vault, so this plugin should now be fully compatible with any permissions system that is Vault-enabled
  • All modules are now disabled by default. Turn on only the features you want! Set the config setting enabled:true for each module. Vitals is written to be as efficient as possible, though, so don't worry if you want to turn on every feature. We do it on our woefully underpowered server and have no lag!

v0.06:

  • Added DamagedItemSales: The essentials /sell command doesn't discount the value of damaged items (ones with durability), this lets you define a full value that scales down as the item gets more damaged. It overrides the essentials commands /worth and /sell hand for items that have durability. If enabled, you must delete the entries for all durable items in the essentials worth.yml file, otherwise players can still sell badly damaged items for full value using other essentials sell commands

v0.05:

  • Added GamemodeAll: Ops can see who is in which gamemode with /gmall, or a specific player with /gmall [name], or set everyone's gamemode with /gmall creative|survival
  • Bugfix: Fixed a minor bug where /modvote top was occasionally returning only a partial list

v0.04:

  • Added Modvote: Players can type /modvote [name] to vote for who they think would make the best new moderator. Ops can see the top voted players with /modvote top or reset the votes with /modvote reset
  • Changed Playtime: Ops can now see the top playtime with /playtime top
  • Changed Playtime: Added permission vitals.playtime.average which shows the average daily playtime over the last 30 days when using /playtime [name] or /playtime top

v0.03:

  • Added Playtime: Records total playtime of each user in users.yml, and the info can be accessed with the command /playtime or /playtime [player]
  • Added PlaytimePromotions: Players can be automatically promoted (change permission group) when they reach a certain level of playtime
  • Added BetterNews: Players see the server news (latest X entries) when they login, or when they type /news. Ops can edit the news with /news [add|change|delete]

v0.02:

  • Added Announcements: Setup a list of messages that are broadcast in sequential or random order every X seconds
  • Added Anticaps: Prevent players from sending chat messages in all or mostly-all caps, and tell them why when it happens
  • Added PlayerPasswords: Players can type /password [pass] to save a password to a flatfile on the server, which can be used for player authentication on a web server or other software

v0.01:

  • Added OnlinePlayers: Generates a flatfile list of players on the server, updated as players join and leave
  • Added Vitreload: Ops can type /vitreload to reload the configuration from the config.yml file if it has been changed