mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-10 21:01:03 +01:00
c6c5dba151
added conversion command to convert from one economy to another.
25 lines
741 B
YAML
25 lines
741 B
YAML
name: Vault
|
|
main: net.milkbowl.vault.Vault
|
|
version: 1.2.9-b${BUILD_NUMBER}
|
|
authors: [cereal, Sleaker, mung3r]
|
|
website: http://dev.bukkit.org/server-mods/vault
|
|
load: startup
|
|
description: >
|
|
Abstraction Library for Bukkit Plugins
|
|
commands:
|
|
vault-info:
|
|
description: Displays information about Vault
|
|
usage: |
|
|
/<command> - Displays Vault information
|
|
vault-reload:
|
|
description: Reloads Vault
|
|
usage: |
|
|
/<command> - Reloads Vault
|
|
vault-convert:
|
|
description: Converts all data in economy1 and dumps it into economy2
|
|
usage: |
|
|
/<command> [economy1] [economy2]
|
|
permissions:
|
|
vault.admin:
|
|
description: Notifies the player when vault is in need of an update.
|
|
default: op |