So, players earn Tokens from Voting... Then they can spend those Tokens on items at GUI Shop... - They /tokens - Opens a chest displayed, shop interface where there are items they can buy with their Tokens. Example: Thanks for reading!
Sure From what I've written so far, this is what the configuration will look like: Code: ################################## # TokenShop : by CopyableCougar4 # ################################## # to add items, you simply say # # the slot #, the item to show, # # the label, and the # of tokens # ################################## 1: item: DIAMOND_SWORD label: Stack of Diamonds! amt: 100 Also, what vote plugin do you use? I need to add a listener to the .jar so it knows when people vote. And finally, in the .jar I will be sure to include a file that has the possible item names, as there is a specify syntax you will have to follow for it. EDIT by Moderator: merged posts, please use the edit button instead of double posting.
you could add in a custom tokens system for it. for example: you can get a configurable amount of tokens for each kill you get.
Yeah, just create a listener for GaListener. Would probably be the easiest and maybe the only way without it being complicated.
Why don't make a command for this? So server owners can do something like: /tokens give <playername> <amount> So server owners can give tokens to people in different ways. I dunno if people are always useing GAlistener.
FontyPvP Yeah. I have a beta .jar file made, and I'm working on testing it and getting a BukkitDev page up FontyPvP BeefyPlays I was just about to add a BukkitDev page, when I came across this. HERE I could assist, if needed, with config, but it seems like it's pretty straightfoward
BeefyPlays I believe many vote listeners allow you to run a command on the listener, but I may be wrong. I'll look into GUIShop and see if they allow for command input. Also, if you wanted, I think you could set your economy plugin to use tokens, and then the prices and such should be configured in GUI Shop, along with making sure you have Vault. If you need any assistance with this setup, as I'm not great at describing how to do it, just PM me
Ok I have a beta .jar file made. First off, a note about config: You need to add, beyond the sections stated in comments at the top, a names section. This section works as follows: Code: names: 1: Stack of diamonds! 2: More stuff! Now, back to the .jar file I don't have a testing environment, so please respond with any bugs. The .jar is inside the ZIP repository. Enjoy http://forums.bukkit.org/attachments/tokenshop-zip.15411/
i can't do that, cause my pc is so bad, it cant even copy things in the console. sorry. someone else is haft to do it.
Okay I know what the problem is, sorry I was using some old config loading methods, I will attach a patched one, when I have access to my computer with the plugin source code, which will probably be on Friday
Adriani6 Can you also make it so i can buy permission nodes (pex) from the GUI in addition to normal items? Thanks!
timtower can u create me a token shop plugin similar to this but u obtain tokens by killing ppl and u can buy permissions? Thank you!
Not going to re-invent the wheel, request it at the original developer: http://dev.bukkit.org/bukkit-plugins/tokenshop/create-ticket/
timtower thanks for bringing me in to the convo. PotatoTears My Tokenshop allows you to purchase literately anything. Just find a plugin that runs a command when players are killed, and use the command in my plugin that will give them tokens.