XPBank
XPBank
Since this is in Planning please check back daily. Also report all bugs in the Tickets page.
Latest Download (v0.8)
Download will be up soon: http://dev.bukkit.org/server-mods/xpbanks/files
Quote:v0.8
- Created plugin.
- Check features for current features.
Bugs
- None known at the current time.
Features
This plugin allows you to store XP in signs.
Currently you can:
- Customize all output messages.
- Choose default deposit/withdraw amount.
- Disable/Enable raiding [XPBank].
- Set raid probability.
- Make using, creating, raiding [XPBank] signs cost money.
- Set max signs for each player.
- Protect signs from breaking.
- [Planned] Make Factions compatible.
Install
Drag and drop Installation. Afterword do a restart or reload.
Then edit the config file made to your liking. Use [/xpbank reload] to reload the config.
Config v0.8
Version Do Not Change: 0.1 General: updateCheck: true updateNotify: true allowPluginCreatorUnlimitedXP: false Signs: topLine: 'XPBank' depositAmount: 5 withdrawAmount: 5 maxStorage: 2000 raidEnabled: true raidPercentage: 100 signProtection: true Player: maxSigns: -1 Economy: economyEnabled: false createPrice: 50.0 depositPrice: 0.0 withdrawPrice: 0.0 raidPrice: 0.0 Messages: deposit: '&8[&9XPBank&8] &a5 levels have been deposited.' withdraw: '&8[&9XPBank&8] &c5 levels have been withdrawn.' notEnoughXP: '&8[&9XPBank&8] &cNot enough levels in the bank.' create: '&8[&9XPBank&8] &aCreated XP bank.' raidSuccess: '&8[&9XPBank&8] &aYou have successfully raided the XPBank.' raidFail: '&8[&9XPBank&8] &cYou have failed at raiding the XPBank.' wrongPlayerBank: '&8[&9XPBank&8] &cThis is not your XPBank.' notEnoughPermsToUse: '&8[&9XPBank&8] &cYou do not have permission to do this.' notEnoughPermsToMake: '&8[&9XPBank&8] &cYou do not have permission to do this.' notEnoughPermsToRaid: '&8[&9XPBank&8] &cYou do not have permission to do this.' notEnoughMoney: '&8[&9XPBank&8] &cYou do not have sufficient funds.' maxSigns: '&8[&9XPBank&8] &cYou have reached your max amount of XPBank signs.'
Commands
- /xpbank
- XPBank command. Displays info about the plugin.
- /xpbank reload
- XPBank reload command. Requires xpbank.reload perm.
Permissions
- xpbank.admin
- Gives use to all permissions.
- xpbank.reload
- Gives use to reload config.
- xpbank.use
- Gives permission to use [XPBank] signs.
- xpbank.make
- Gives permission to make [XPBank] signs.
- xpbank.raid
- Gives permission to raid [XPBank] signs.
Commands
- /xpbank
- XPBank command. Displays info about the plugin.
- /xpbank reload
- XPBank reload command. Requires xpbank.reload perm.
Requirements
- Vault (If Economy is Enabled) - http://dev.bukkit.org/server-mods/vault/
- Factions (If Factions support is Enabled) - http://dev.bukkit.org/server-mods/factions/
To-Do
Start plugin creation.
- Make Factions support.
-
View User Profile
-
Send Message
Posted Jan 29, 2013There has been a set back in the release time. I thought what I was doing for the protection would work correctly but it did not so now I have to test what works for bugs and then recode what doesn't work. I think I can have a version done by either this Sunday or the following Sunday depending on my school work.