[INACTIVE][ECON] LocalShops - Please Close this Thread

Discussion in 'Inactive/Unsupported Plugins' started by Jonbas, Mar 1, 2011.

  1. Offline

    Jonbas

    LocalShops has moved to a new thread. Please go here.

    Thank you for all of your support and feedback.

    -Jonbas
     
  2. Offline

    oatmealpacket

    Did all three steps and both players and admins have access to those permissions.
     
  3. Offline

    Daveyo

    so just to be clear, this is groupmanager only? or permissions 2.5.1 also?
     
  4. Offline

    Jonbas

    @Daveyo
    Yes, GroupManager only.

    @oatmealpacket
    Okay, thanks for trying. I'll send out a note when I update the package with better user feedback.
    --- merged: Mar 3, 2011 6:26 AM ---
    Just released v1.1 with better user help. Please let me know if there are any commands that don't give feedback now.
     
  5. Offline

    Phantom Index

    I'm able to use it with permissions 2.5.1 pretty well, with slight errors. I think you should support permissions as well as groupmanager
     
  6. Offline

    Jonbas

    Yah, I've been thinking that too. Permissions 2.5 has terrible documentation right now.
     
  7. Offline

    oatmealpacket

    Okay, the plugin no longer reports no feedback when buying or selling, but now it reports: "Can not complete. Can not find iConomy."

    iConomy is certainly installed and working fine - any idea how to help the plugin recognize that it's there?
     
  8. Offline

    Jonbas

    @Phantom Index
    Can you test this version for me: LocalShops.jar

    It should work with GroupManager and Permissions 2.0 and Permissions 2.5.1 now.
    --- merged: Mar 3, 2011 7:06 AM ---
    Which version of iConomy do you have installed? I've tested this with 4.0 and newer, but I don't know if it's compatible with 3.0
     
  9. Offline

    oatmealpacket

    Have tried 4.0, 4.1 and 4.2, getting the same results each time. Also tried the new version you just uploaded for Phantom Index since we don't use GroupManager; no dice.
     
  10. Offline

    Jonbas

    Which craftbukkit version are you using? Are you getting any messages in the console?
     
  11. Offline

    oatmealpacket

    No console messages, CB#440. Running iconomy via mysql on localhost. Was running it via sqlite, changed over to see if that would help. No dice.
     
  12. Offline

    Jonbas

    Okay, I think i found something. Try re-downloading this: LocalShops.jar

    After the reload, try the command /shop reload (it'll re-print all the messages at the end)
     
  13. Offline

    oatmealpacket

    That did it, thanks!
     
  14. Offline

    Jonbas

    Great! Thanks for working on that with me. I really appreciate it.
     
  15. Offline

    Segolia

    Hi, just got the mod installed on my server (it's great so far)

    just wanted to point out a little exploit I noticed. Creating a store and selling tools/armour to the store and buying them back will give you back the item with full health. I don't know if anything can be done about that (or if it even has to do with the mod) but I just thought I'd let you know.

    Otherwise keep up the good work.
     
  16. Offline

    Jonbas

    Thanks for noticing. It's because buying and selling actually creates brand new items, they're not stored anywhere. Nothing I can really do about that except prevent people from selling damaged items.
     
  17. Offline

    Phantom Index

    Jon I have a test server that you can use to test out the plugin with a few players. Would you like to use it?
     
  18. Offline

    KrisEike

    Thank you so much for this plugin! Loving it!

    Kris
     
  19. Offline

    Jonbas

    I'm running a test server too. I just don't have Permissions installed because it's not compatible with putting world directories in sub folders. So, I was just hoping that someone could give Permissions 2.5.x a test for me and let me know if there are any troubles.

    Thanks for the offer though.
     
  20. Offline

    KrisEike

    Jonbas, i can't really understand this shop thingy. xD

    Is it possible for me to add a bundle to shop? Like:

    Shop buying 64 dirt for 2 coins?
     
  21. Offline

    Jonbas


    Absolutely! If I wanted to sell dirt in my shop i would hold a stack in my hand, then do:

    /shop add

    then I would do:
    /shop set buy Dirt 2 64

    (set the buy price of dirt to 2 coins for 64 blocks)
     
  22. Offline

    KrisEike

    I see, thanks!

    Anyway, how can i make the shop ran by the server itself?
    Like, it never runs out of money or stock..
    --- merged: Mar 3, 2011 10:08 PM ---
    Edit, can't get it to work properly.. =/
    --- merged: Mar 3, 2011 10:08 PM ---
    Edit 2, could you just join the server i am on, and help me from there? I hate speaking trough bukkit. Makes it all harder. =P

    Kris
    --- merged: Mar 3, 2011 10:11 PM ---
    Edit 3 (omg): I got it now, still, maybe you would like to join and help if i ran into more problems? xD
    --- merged: Mar 3, 2011 10:12 PM ---
    Edit 4: Nvm, i need you on the server anyway. This is going straight to hell xD
     
  23. Offline

    Jonbas

    I've uploaded version 1.3. Found a few more bugs to fix with Kris's help. this version fixes some problems with /shop set sell and /shop set manager
     
  24. Offline

    Phantom Index

    Once you add prices for shops. I'm good to go.
     
  25. Offline

    Jonbas

    Just released v1.4 that lets you set a price for creating a shop. If using permissions: shop.create.free will override this cost, otherwise Ops won't be charged either.
     
  26. Offline

    Phantom Index

    Thank you ;3
     
  27. Offline

    Quenaros

    Console error:

    Code:
    11:40:56 [INFO] [iConomy] v4.3 (Lind) loaded.
    11:40:56 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    11:40:56 [INFO] [iConomy] Successfully linked with Permissions.
    11:40:56 [INFO] iMonster version [N/A] is enabled!
    11:40:56 [INFO] Permission plugin detected - you must have iMonster.User
    11:40:56 [SCHWERWIEGEND] org.anjocaido.groupmanager.GroupManager.getPermissionHa
    ndler()Lcom/nijiko/permissions/PermissionHandler; loading LocalShops v1.1b (Is i
    t up to date?)
    java.lang.NoSuchMethodError: org.anjocaido.groupmanager.GroupManager.getPermissi
    onHandler()Lcom/nijiko/permissions/PermissionHandler;
            at net.centerleft.localshops.LocalShops.onEnable(LocalShops.java:77)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:414)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:205)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
    ndMap.java:196)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1
    83)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:381)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:366)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Groupmanager settings:

    Code:
    groups:
      Default:
        default: true
        permissions:
        - commandbook.spawn
        - commandbook.teleport.*
        - commandbook.whereami.*
        - commandbook.who
        - iConomy.list
        - iConomy.rank
        - myhome.home.*
        - mywarp.warp.*
        - localshops.buysell
        inheritance: []
        info:
          prefix: ''
          build: false
          suffix: ''
    Craftbukkit 493
    iConomy 4.3
    GroupManager-1.0-pre-alpha-3
     
  28. Offline

    unrivaledneo

    So with CB 440
    Iconomy 4.3
    Permissions 2.5 (i keep dling 2.5.1 but it says in the server log its 2.5)

    I get everything set up great but gives me an can not find iConomy error in game when players try to buy or sell.
     
  29. Offline

    Volander

  30. Offline

    contex

    Finally something with shops that I can use, are you planning to use MySQL? If not I'd like to know so I can convert the source myself so I can use MySQL :)
     
  31. Offline

    iPWNtehN00B

    Whenever I try to make a new shop I get told "An internal error occurred while attempting to perform this command".

    Any ideas?
     

Share This Page