2011-06-29 02:18:20 +02:00
|
|
|
name: Vault
|
|
|
|
main: net.milkbowl.vault.Vault
|
2013-03-02 01:25:20 +01:00
|
|
|
version: 1.2.25-b${BUILD_NUMBER}
|
2012-01-02 19:25:50 +01:00
|
|
|
authors: [cereal, Sleaker, mung3r]
|
2011-12-08 06:53:42 +01:00
|
|
|
website: http://dev.bukkit.org/server-mods/vault
|
2011-12-24 18:30:06 +01:00
|
|
|
load: startup
|
2013-02-07 01:25:43 +01:00
|
|
|
description: Abstraction Library for Bukkit Plugins
|
2011-06-30 15:49:26 +02:00
|
|
|
commands:
|
2011-07-18 18:34:54 +02:00
|
|
|
vault-info:
|
|
|
|
description: Displays information about Vault
|
2011-06-30 15:49:26 +02:00
|
|
|
usage: |
|
2011-07-18 18:34:54 +02:00
|
|
|
/<command> - Displays Vault information
|
2012-02-20 18:54:20 +01:00
|
|
|
vault-convert:
|
|
|
|
description: Converts all data in economy1 and dumps it into economy2
|
|
|
|
usage: |
|
|
|
|
/<command> [economy1] [economy2]
|
2012-01-02 06:47:26 +01:00
|
|
|
permissions:
|
|
|
|
vault.admin:
|
|
|
|
description: Notifies the player when vault is in need of an update.
|
|
|
|
default: op
|