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:
turt2live
2014-08-31 17:06:10 -06:00
parent 9741c80014
commit 338d2cb889
7 changed files with 200 additions and 5 deletions
+4 -1
View File
@@ -16,4 +16,7 @@ commands:
aliases: [vaultsign]
workbench:
description: Opens a workbench.
aliases: [wb]
aliases: [wb]
pvconvert:
description: Convert other plugins to PlayerVaults
aliases: [vaultconvert]