v3.5.2

Details

  • Filename
    PlayerVaults.jar
  • Uploaded by
  • Uploaded
    Apr 27, 2015
  • Size
    120.72 KB
  • Downloads
    21,783
  • MD5
    6e06bffcadfb839b373e498146cd0803

Supported Bukkit Versions

  • 1.8.1

Changelog

3.5.2

+ Fix sign usage and sign permissions.
+ Make help message configurable.
+ Update vault size each time its opened.
+ Remove erroneous vault titles.
+ Build against Spigot 1.8.3.
+ Add option to have player name and vault number in vault inventory title.
+ Add /pvreload command to reload config and lang file.
+ Separate permission playervaults.commands.use to use the /pv commands to open vaults. Allows you to only give players permission to open vaults via command. You will need to negate this permission to disallow it.

Converting

Adds command /pvconvert <all | plugin name>
Adds permission playervaults.convert
Adds Converter interface for future converters
Adds BackpackConverter - A converter for Backpack (http://dev.bukkit.org/bukkit-plugins/backpack/)

3.5.1

+ Fix some issues with vaults resetting.
+ Fix issues with BlockPhysicsEvent.
+ Better IO.

3.5.0

+ Update to work with UUIDs. Vaults will auto convert on startup.
+ Clean up lots of code.
+ Clean up some more code.

3.4.5

+ Don't allow players to open another vault if they are already in one.

3.4.4

+ Prevent players from trying to access negative vault numbers.
+ Allow players name to be put on vault title.
+ Update Metrics.

3.4.3

+ Adds configurable vault title to the lang.yml file. Add the vault-title key to your lang file.

3.4.2

+ Check 2 missing inventories when a player is in a vault. Fixes issues with vaults re-sizing.
+ Fix economy transactions.

3.4.1

+ Fix NPE when opening an offline player's vault.

3.4.0

+ Add configurable vault size with playervaults.size.#
+ Remove drop on death
+ Add playervaults.notify, notifies when an update is available

3.3.2

+ Use server mod api for update checking
+ Point mcstats at custom domain to prevent 404

3.3.1

+ Fix chests turning into half chests for some people
+ Fix plugin not charging correct amount for creating chests

3.3.0

+ Fix dupe when stopping/reloading the server
+ Make PlayerVaults compatible with AntiShare
+ Add playervaults.signs.bypass, players now need this permission to access a sign without the normally needed permission (to allow people to use signs, but not commands)

3.2.4

+ Fix /workbench not correctly opening
+ Add /wb alias for /workbench
+ Make the update checker compatible with dev builds

3.2.3

+ Make update checking run async so the server can enable faster

3.2.2

+ Shorten links so they fit on one line.
+ Fix duplication bug.
+ Vaults being viewed at the same time now update in real time.
+ Only create data files if they access the vault, not for every player who joins.

3.2.1

+ Fix signs not saving

3.2.0

+ Setup signs to allow players to access vaults by clicking on them
+ Fix error in update checking
+ Fix duplication bug

3.1.0

+ Fix update checker throwing error on load.
+ Fix config not updating correctly.
+ Remove backwards compatibility, this will allow the plugin to work on multiple versions of CB.

3.0.0

+ Upgrade storage system. Should last for a very long time and never break :D
+ Add backup system just in case
+ Add converters to allow for transferring of vaults to the newest version
+ Add economy support, optionally depends on Vault now
+ Add drop on death option
+ Update config if values are missing

2.1.0

+ Update to CraftBukkit 1.5-R0.1
+ Fix lang.yml file not being used for all messages

2.0.0

+ Complete rewrite
+ Better permission handling
+ Up to 99 vaults
+ lang.yml to define your own messages
+ Saves enchantment books!
+ Add gomeow and chester as authors.
+ Use the correct config paths >.>

1.1.3

+ Fix armor not saving correctly.
+ Works across worlds.
+ Supports offline players.

1.1.2

+ Fixed duplication bug.

1.1.1

+ First release