2.5.6

Details

  • Filename
    VirtualPack.jar
  • Uploaded by
  • Uploaded
    Jul 9, 2013
  • Size
    154.18 KB
  • Downloads
    1,832
  • MD5
    dc9e7e436f8f4df858cfe68043a75e3b

Supported Bukkit Versions

  • 1.6.2

Changelog

2.5.6

  • 1.6.2 compatible

2.5.5

  • "/v ad use" no longer requires the target player to have any permission.
  • "/v ad give" will now create a VPack for a player if it doesn't exist yet.

2.5.4

  • 1.6.1 compatible

2.5.3

  • Bugfixes: Closes tickets #59 and #64.
  • It is now possible to use %player in lang files to use the current player's name. It's replace by [NoOne] for the console.

2.5.2

  • New command: /v ad erase
  • New config options:
    • inject.anvil - Use virtual anvil for anvil blocks too
    • tools.anvil.maxlevel - Maximum XP level

2.5.1

  • Added SuperPerms Mode
  • Cutting now completely removes a VPack if the player doesn't have the vpack.use permission.
  • Fixed VPacks being added for players who don't have the vpack.use permission.

2.5

  • New commands (see commands page):
    • /v ad cut
    • /v ad clean
  • New permissions (see permissions page):
    • vpack.admin.cut
    • vpack.admin.cut.force
    • vpack.admin.clean
    • vpack.bypass.cut
    • vpack.bypass.clean
  • New config options (see config page):
    • tick.interval
    • send.drop
  • Decreased server load
  • Minor bug fixes

2.4.2

  • Updated to 1.5.1

2.4.1

  • Updated to CB 1.5
  • Fixes tickets #51, #52, #53

2.4

  • Fixed language errors (again)
  • Added "/v ad reload [user]" to reinitialize only this user's VirtualPack (not save & load!)
  • Added the materializer

2.3.2

  • Note! If you're getting "ZipException" and "STRING NOT FOUND" all over the place, use dev build #34 or newer. (Just don't touch anything called "matter", "materializer" or "transmutation" in builds before 2.4)
  • Fixed lang.yml being overwritten on every startup.

2.3.1

  • Improved language handling (new config option: language, see config page)
  • New language included: German
  • Fixed the uncrafter not giving the correct enchanted books
  • Fixed the broken alphachest importing feature. Note: To import alphachest files, you now have to place the AlphaChest.jar in the VirtualPack folder.

2.3

  • Blacklists for uncrafting and storing items (in chests, furnaces and brewing stands) - See the config page for more information.
  • Improved the /send command (new options: -all, -copy)
  • New config option: send.notify-interval - If bigger than zero, players who received items will be notified every X seconds until they use a virtualpack command.
  • New command: /v ad loadfile - If you want to convert to mysql and it isn't working, use this.
  • New config option: global-perms - Set this to true if your permissions plugin doesn't support world-based inheritance.
  • New config option: load-multithreaded
    • false - everything is loaded normally
    • semi - data is loaded in a separate thread (server starts up faster)
    • true - data is loaded in a separate thread for each user. (Fastest, but this may cause errors, use with caution!)
  • New permissions:
  • vpack.bypass.all - bypass all limitations
  • vpack.bypass.creative - previously vpack.creative
  • vpack.bypass.blacklist.all - ignore all blacklists
  • vpack.bypass.blacklist.uncrafter - ignore the uncrafter blacklist
  • vpack.bypass.blacklist.store - ignore the storage blacklist
  • Minor bug fixes

2.2

  • 1.4.7 compatible
  • Config option to block creative mode (and permission to bypass it if enabled)
  • In the console, when executing admin commands that require a world context (like "/v ad give"), you can now specify the world by adding "w:<world>" after the "/v ad". (example: "/v ad w:narnia give Siguza c 5")
  • Uncrafting enchanted items will now uncraft to the item without enchantments and enchanted books. Uncrafting an enchanted book will give you a normal book.
  • Minor bug fixes with language handling
  • Support for BackPack saves
  • This version will overwrite your lang.yml

2.1

  • Anvil features
  • VirtualChest files support
  • Item sending feature

New commands:

  • /v a
  • /v send

New permissions:

  • vpack.use.anvil
  • vpack.use.anvil.free
  • vpack.send