Add converting framework as well as the converter for Backpack
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/)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# %v is where the vault number will get inserted.
|
||||
# %price is the price.
|
||||
# %number is the vault number
|
||||
# %converted is the number of vaults converted (where applicable)
|
||||
# Made with love :)
|
||||
title-name: "&4[&fPlayerVaults&4]:"
|
||||
open-vault: "&fOpening vault &a%v"
|
||||
@@ -20,4 +21,6 @@ cost-to-create: "&fYou were charged &c%price &ffor creating that vault."
|
||||
cost-to-open: "&fYou were charged &c%price &ffor opening that vault."
|
||||
vault-number: "&4Vault #%number"
|
||||
existing-vaults: "&f%p has vaults: &a%v"
|
||||
no-player-found: "&cCannot find player &a%p"
|
||||
no-player-found: "&cCannot find player &a%p"
|
||||
plugin-not-found: "&cNo converter found for that plugin"
|
||||
conversion-complete: "&aConverted %converted players to PlayerVaults"
|
||||
Reference in New Issue
Block a user