SpoutWallet - A display for your wallet:
Adds a line of text on screen that shows how full your wallet is. Also displays your rank. You can also toggle the display with /wallet and can use PermissionsBukkit to change who can see and who can toggle the display (P.S. Don't give toggle without use, because that's just mean!;))
This is my first "sip" of Java from the Bukkit, and it took me a bit to get it to work.
The plugin was a request from my brother who wanted to have something on his screen that shows his balance.
Features:
- Uses iConony4/5/6, BOSEconomy, EssentialsEco to find the amount of cash you are holding.
Also shows your ranking in iConomy5.Removed in v1.4.4
- Can ignore EssentialsEco, in the event you use it for just commands.
Requirements:
- Spout
- Vault
- iConomy4/5/6, BOSEconomy, or Essentials
Download SpoutWallet
Source Code
Sample config:
UpdateSpeed: 20 ignoreEssentials: false Funds: You have %s with you. xOffset: 3 yOffset: 3 location: TOP_LEFT color: rank: red: 255 blue: 255 green: 255
Permissions:
SpoutWallet.*: Users can see and toggle the display Default: All players Grants: SpoutWallet.Use: true SpoutWallet.Toggle: true SpoutWallet.Use: Users can see the display Default: All players SpoutWallet.Toggle: Users can toggle the display Default: All players
Todo list
- Nothing!
Stuff that Can't be Done Yet (Spout API change needed)
- Add option to only show when inventory screen is open. Requested by @enenra here
Old Changelog:
Version 1.4.0
Fixed on Spout 1.0.5 builds
Added Permissions (Bukkit)
Added colors
Can now use a corner other than the top left!
Toggle it!
Version 1.3.1
Added an option to ignore Essentials, in case you use it and iConomy or BOSEcon at the same time
Fixed a disable error, pointed out by @Moe041991
Version 1.3.0
Added support for EssentialsEcon and iConomy4 via Register
Version 1.2.0
Added BOSEconomy!
Version 1.1.0
Added config
Adds the ability to change the default messages
Can hide rank message
Change how fast it updates
Move the message's location on screen (up or down)
Version 1.0.1
Fixed crash with non-authed or non-SpoutCraft client
Version 1.0.0
First Version