Mavenized.

This commit is contained in:
Nate Mortensen
2013-03-16 21:18:14 -06:00
parent dad4904895
commit b9bd34b1b2
16 changed files with 86 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# PlayerVaults by drsthock
# http://dev.bukkit.org/server-mods/playervaults
# Whether or not you want to check for updates.
# Will not download an update, that is your job :)
check-update: true
# Settings here are for economy integration.
economy:
enabled: false
# Cost to create a vault. You can give players playervaults.free to bypass this.
cost-to-create: 100
cost-to-open: 10
refund-on-delete: 50