[ECON/WEB] VirtualShop v3.0 - Fight Communism with Free Market. #1 Shop Plugin now with WebUI [1185]

Discussion in 'Inactive/Unsupported Plugins' started by SwearWord, May 28, 2011.

  1. Offline

    SwearWord

  2. Offline

    SwearWord

    It would have actually been easier to do MySQL. I didn't SQLite because the database isn't being read constantly, only when someone issues a command. I mean I don't know the details of your server but let me know if it actually causes problems. I wanted to make the plugin accessible to those without MySQL.

    Either way MySQL is planned.

    Oh and also, I made this because I didn't want regions or cuboids. I wanted it to be accessible from everywhere. Localshops is my plugin on steroids, it does region based shops. Try at if you haven't already.
     
  3. Offline

    shatteredbeam

    I'll give it a shot and let you know how it it performs. Its definitely worth a try! Thanks again for your efforts, and for responding.

    Different request, if you wouldn't mind: make an alternative main command version using /shop as the main command, and also reporting tools or trans logs? Thankee!

    Set up a donate button :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  4. Offline

    Flipp

    Hi,
    I canĀ“t connect to your Demo Server! Read Time out! :(
     
  5. Offline

    akedia

    how do i get iconomy?
     
  6. Offline

    SwearWord

    I have time to work on it today. I'll do the /shop alias first, then it's to add item durability so you can sell colored items, and then I'll do a transaction log.

    You search iConomy in the plugin list and install it.

    Oh man, it looks like I'm going to have to rewrite my whole plugin to work in colored wools, dyes, etc.
    However, I have fixed the bug that lets you sell damaged items.

    Next up transaction logs, will do in the next few days.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  7. Offline

    NEO

    @swearsword

    Would love it if you could add permissions support :)
     
  8. Offline

    SwearWord

    What do you want to restrict exactly?
     
  9. Offline

    NEO

    Access to putting items in the virtual shop. Limit it to certain groups or players.
     
  10. Offline

    Debilitation

    I absolutly love this Plugin. Removed the chestshop because I found it was just meh... people were lazy.

    Love this though. Great work.
     
  11. Offline

    SwearWord

    Added the /shop alias.

    Everyone should grab the new version it has a lot of bugfixes.
    https://github.com/downloads/SwearWord/Virtual-Shop/VirtualShop.jar
     
  12. A Very good built mod but the first time using it it crashed my server but its all good and all my members love it and they hope u can make another plugin in the future by any chance you get thx

    so with you there man i did the same all my player were why its so like long to do that and we have to wast wood and jazz like that

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  13. Offline

    SwearWord

    Updated with more bugfixes.
    https://github.com/downloads/SwearWord/Virtual-Shop/VirtualShop.jar

    Also includes experimental ./vs log feature. Try it out. Shows 10 most recent transactions. You can do /vs log <playername> as well. Or you can use /shop log if you didn't know.
     
  14. Offline

    Windows_i7_920

    Does this have permissions support? I want to restrict the use of this plugin to only two worlds (world and world_nether) so that players in the creative world can't exploit by putting infinite items into it. As a precaution, I have the creative world disabled for now, but when this gets support for at least per-world restricting via permissions or even the config, then I will re-enable it.

    Also this works really well with DefaultCommands. Set my own alias for various things :)
     
  15. Offline

    SwearWord

    So you're not asking for multiworld support, you're just asking for permissions? Permissions is on the todo list. I think instead of having nodes that ALLOW you to buy/sell I'll just create nodes that disable it so that by default no permissions configuring is required. I hate having to add nodes every time I DL a plugin.

    Is this okay?
     
  16. Offline

    Windows_i7_920

    Yes, I just need it to be able to work for specific worlds. Awesome plugin, almost reminds me of Runescape's Grand Exchange (not that I like that horribly unbalanced excuse of an MMO, because I don't...)
     
  17. Offline

    SwearWord

    Never played it but people have mentioned Grand Exchange to me. On that note....

    Version 1.3 Released!

    Download
    https://github.com/downloads/SwearWord/Virtual-Shop/VirtualShop.jar

    Change Log:
    Versions 1.3
    • Fixed a lot of exploits.
    • Fixed negative numbers glitch.
    • Added /vs log
    • Minimal Permissions support.
    Permissions
    Code:
    VirtualShop.nosell - Prevent player from selling items.
    VirtualShop.nobuy- Prevent player from purchasing items.
    
     
  18. Offline

    Windows_i7_920

    Thanks. Also, I agree. Too many permissions nodes can be extremely annoying...

    Oh, and now I can't sell items or anything since I have the '*' permission node, and it thus denies me when it checks for the nodes... Is there a way to "blacklist" nodes with Permissions 2.7? I have not upgraded it in a while because I have not had time to redo the config for 3.x. Will do that soon though XD
     
  19. Offline

    SwearWord

    I knew this was going to be a problem. Just give yourself the nodes "-VirtualShop.nosell" and "-VirtualShop.nobuy". That takes away your permission to not buy and not sell if that makes any sense.

    Maybe I should make another two nodes that cancel these two out so if you have both (which you will if you have "*") then you can sell and buy.
     
  20. Offline

    Windows_i7_920

    Ok thanks. Less lines is better for me so I did this:

    "-VirtualShop.*"

    As a suggestion, if you put that in the OP then less people might run into this as an issue. Maybe you could also
     
  21. Offline

    SwearWord

    Right, silly me for missing that.
     
  22. Offline

    Niles

    This is the perfect plugin my server has been looking for. Downloading now :)
     
  23. Offline

    cholo71796

    Logged onto the server, awesome plugin. Any chance for fancy colors and formatting on text?
     
  24. Offline

    SwearWord

    If you do /vs log then you can see what I have planned for everything. That's the best I can do with formatting. I didn't realize you were visiting from here, I thought you were just some random person asking weird questions.
     
  25. Offline

    cholo71796

    Heheh, yeah, I'm a server owner myself.
     
  26. Offline

    SwearWord

    @fishyfish
    I implemented the GoldStandard idea. Check out the beta build.
     
  27. Offline

    MakuraYami

    [Vitual Shop] You may not sell items.

    My permissions:

    permissions:
    - '*'
    - '-VirtualShop.*'

    Won't work, Help?
     
  28. Offline

    SwearWord

    Strange doesn't seem to work for me either.
    What does work is specifying each of them:
    -'-VirtualShop.nobuy'
    -'-VirtualShop.nosell'
     
  29. Offline

    Adondriel

    BEST SHOP PLUGIN EVAARRR :D thank you so much this was needed!!!

    I have also noticed that permissions won't let me do the - -permissions.node but then again i refuse to use Permissions 3.1.CRAP cause i don't believe there is a way to promote ingame yet... and The Yeti's permissions is still working and is IMHO MUCH MUCH better than the new one... i don't want to have to learn a new format for my permissions because they want to work together... i should probably stop ranting.. :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  30. Offline

    SwearWord

    Same I'm on Yeti's version as well. Mostly out of laziness. TY for you compliments, I was really surprised that a plugin like this didn't exist. In fact I searched for an hour to make sure, it seems so obvious to me.
     
  31. Offline

    Adondriel

    Yeah my server and i love this plugin i didn't like having my money go into oblivion when i bought something or having an infinite amount of items to buy from. :) i think people should be bowing at your will especially since you wrote it on an ipad...Also, the plugin is a little difficult to explain to... "stupid people" more or less people that won't listen maybe a specific help menu explaining what it does and how to use it would help out a bit...
     

Share This Page