SpoutWallet
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
-
View User Profile
-
Send Message
Posted Dec 27, 2011Sorry for the delay, new version incoming. Life got in the way, but getting a copy of Skyrim did not help in the last two days.
It might take a bit to show up, but if you want it now you can get it at http://github.com/Spice-King/SpoutWallet/downloads
-
View User Profile
-
Send Message
Posted Dec 25, 2011Bukkit RB, Spout v644 RB and the latest release of spoutwallet.
@Spice_King
-
View User Profile
-
Send Message
Posted Dec 24, 2011UP! DATE !
-
View User Profile
-
Send Message
Posted Dec 18, 2011After 5 minutes of scratching my head while reading the java docs for Spout, a few minutes looking at the TestPlugin, a moment to say "Ah", and 15 minutes hoping my PC won't crash on me, I fixed the default waning. Now on to hunting some APIs I was hoping they added.
-
View User Profile
-
Send Message
Posted Dec 18, 2011OK, got time to work on this. Just tested Craftbukkit 1.0.1-R1 running Spout build 644 with Spoutcraft build 968 (Both Spout and Spoutcraft are on the RB version in other words) and it worked fine! Well, other than a few warnings which @drakcore has pointed out. Going to up the Bukkit version I build with to the current one and fix some depredation warnings, fix default size warnings, and check SpoutAPI for some things I want.
-
View User Profile
-
Send Message
Posted Dec 18, 2011Spout RB, Bukkit RB.
I spoke with the spout guys, they said the developers need to configure their default size. The plugin "Factions" was giving this notice too, they finally upgraded to include the default size.
-
View User Profile
-
Send Message
Posted Dec 16, 2011@drakcore Thanks for the info, but what Spout version are you using? RB or current dev?
-
View User Profile
-
Send Message
Posted Dec 15, 2011-
View User Profile
-
Send Message
Posted Dec 15, 2011@nonox97 Eh, it's broken? What version of Spout/SpoutCraft? I have not been keeping up with the changes, work is tiring.
-
View User Profile
-
Send Message
Posted Dec 15, 2011update T_T
-
View User Profile
-
Send Message
Posted Oct 10, 2011@yurikoma I'm sorry, but that is a planned feature right now that I must sit on my hands for right now, as I have to hold off for some API in Spout. (Can be via a roundabout method, but does not look good, as the text is under the gray backdrop of the screen for the inventory. I want to always have it look good, so that is why I'm sitting on my hands right now.) @drakcore Only for iConomy 5, as the iConomy 6 API is hidden so I've dug into the code for 6 and did not find anything do get me the players rank. :( Only things with "rank" in them is the template for the config, but only in an enum (a list of words hard coded to a value, like a number or text).
-
View User Profile
-
Send Message
Posted Oct 9, 2011im looking for something similar to this. but instead it shows cash on the inventory whenever it is opened. is there anything around that does that?
-
View User Profile
-
Send Message
Posted Oct 3, 2011Thanks a lot, working like a charm.
-update-Hmm though the ranking is not showing.
-
View User Profile
-
Send Message
Posted Oct 1, 2011Sorry, forgot to update this page, uploading it now.
-
View User Profile
-
Send Message
Posted Oct 1, 2011Can you update this for iConomy 6 please.
-
View User Profile
-
Send Message
Posted Sep 1, 2011@Bdl2 Unless modified, permissions will default to everyone can toggle and use.
-
View User Profile
-
Send Message
Posted Sep 1, 2011A bit curious, what do these settings default to in the event of a server lacking PermissionsBukkit?