[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

    SplenectomY

    Thank you, and agreed about the unlimited stock idea. That would save me some time.
     
  3. Offline

    iPWNtehN00B

    Don't know how I did it, but this error has been fixed.
    Thanks for the excellent plugin!
     
  4. Offline

    SplenectomY

    Can you please break down which permission nodes affect which commands? There is a potential exploit if players are given the "/shop set owner" command, and that should be on a separate node in my opinion. Reason: A player could add an item to the shop, make the sell price really high, transfer ownership of that shop to another player and then sell the item to the shop, draining that player's bank account.
     
  5. Offline

    fallarnon

    Colored items do not appear to be working.
     
  6. This is great! Just one problem for me; works fine for admins but my players get told that they don't have permission to list items, buy, sell.. what node do players need to do this?
    Also colored items is kinda important as it is one of the 2 shops I'm trying to set up
     
  7. Offline

    KrisEike

    Normal players can't sell stuff to shop.. THey just get "Sold 0 wheat for 0 coins" when they try to sell it. =/
     
  8. Offline

    Jotschie

    You have to make sure that your players have the permission for buying and selling, which is:

    localshops.buysell
     
  9. would it be possible to use something like /lshop instead of /shop so we can use SimpleShop with LocalShops ?
     
  10. Offline

    Tobzi

    HI, great plugin.
    is it possible when and manager add stock and then when the shop sells from the managers items the Owner get maybe 10% of the price and rest go to the manager?
     
  11. Offline

    Lolmewn

    I geton CB 493

    Code:
    21:01:41 [INFO] LocalShops: Permissions found.
    21:01:41 [INFO] LocalShops: iConomy found.
    21:01:41 [SEVERE] com/nijiko/coelho/iConomy/system/Bank loading LocalShops v1.5b (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/system/Bank
            at net.centerleft.localshops.ShopData.LoadShops(ShopData.java:44)
            at net.centerleft.localshops.LocalShops.onEnable(LocalShops.java:125)
            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(SimplePluginManager.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.system.Bank
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    And also: "21:01:57 [INFO] No source for LocalShops.jar ask the Author to give me one" <-- for updating the plugin automatically with CbutD
     
  12. Offline

    SirAzor

    when trying to set the price of a bow, i get

    "bow matched multiple items
    Bow
    Bowl
    could not complete command"
     
  13. Offline

    contex

    When I start the server I get this error:

    19:19:35 [INFO] LocalShops: Permissions found.
    19:19:35 [INFO] LocalShops: iConomy found.
    19:19:35 [SEVERE] Index: 213, Size: 213 loading LocalShops v1.5b (Is it up to date?)
    java.lang.IndexOutOfBoundsException: Index: 213, Size: 213
    at java.util.ArrayList.RangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at net.centerleft.localshops.ItemData.getItemName(ItemData.java:154)
    at net.centerleft.localshops.Shop.addItem(Shop.java:170)
    at net.centerleft.localshops.ShopData.LoadShops(ShopData.java:117)
    at net.centerleft.localshops.LocalShops.onEnable(LocalShops.java:125)
    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(SimplePluginManager.java:187)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)

    When I type /shop reload I get this:

    19:25:13 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'shop' in plugin LocalShops v1.5b
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:33)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:183)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:619)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:582)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NullPointerException
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:198)
    at net.centerleft.localshops.LocalShops.onCommand(LocalShops.java:161)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:31)
    ... 12 more


    Also could you make it so it doesnt matter if it's capitalized (the item)
    And to add could you give an error message like "You do not have enough Coins to buy this item", cause currently it only shows "You have bought ItemName for 0 Coins"

    Thank you!

    Also, is there a limit to how many shops I can have? Some of the shops do not work at all, it doesn't echo when you enter the shop.

    Craftbukkit B493
    Permissions 2.5
    iConomy 4.3
     
  14. Offline

    fallarnon

    Capitalization Capitalization Capitalization.
     
  15. localshops.buysell
    - straight from my permissons file - and yes it had the right formatting around it and reloaded ok
    but users still get told they dont have permission even to do /shop list

    doing /shop buy 20 also says theres no permission but when I do it as an OP it works
     
  16. Offline

    NEO

    bukkit 493
    permissions 2.5
    iconomy 4.1

    Users can mange shops even though they have access to the shop manage node. ops can manage and add items to shops.
    --- merged: Mar 7, 2011 5:37 AM ---
    Fixed the issue,

    i went into the shop files and manually edited them with a text editor to make the creator the owner. If i made a shop then gave someone else ownership they would not be able to manage the shop. but if i change them to creator and owner in the shops config file they can mange there shops.
     
  17. Offline

    thernztrom

    I am on a dedicated server host and have a webinterfierence that i upload files to /plugin/.
    Now that interfirenece is in alpha and only supports .jar .yml .properties to be uploaded. Therefore i cant upload the items.txt. I thought that it might do like most other plugins, that it creates the item.txt by itself when i restart it after putting the .jar in the plugin dirr, but it did not do that.
    Therefore i cant do /shop add, since it doesnt know what i am adding.
    I can edit files via the browser of .txt and .yml that i have transferred to plugin dirr, so thats not any problem. But cant you do so the .txt creates itself via first reboot?(, since i cant transfer .txt to my server.)
     
  18. Offline

    shane3x

    Just wanted to say Thanks for the awesome plugin.
     
  19. Offline

    mdskizy

    Would it be hard to add a history log for the shops either in game or txt file with Who bought what and how much and when?
     
  20. Offline

    SirAzor

    after tinkering with this last night, i've decided to watch the thread, and keep tabs on its progress.

    I'm VERY interested in running this, but the commands are a bit clunky as of yet. I know my players, and this would be a constant problem for me because of them, and honestly, i have enough problems already LOL!

    What i would like to see is the user controls cleaned up a bit, honestly, there is no reason why there should have to be a list of what you have to type to access what you want.
    "iron" returns iron ore, ingots, all iron tools, all iron armor, etc....

    honestly, if it were to say "iron not found, be more specific" would be fine by me. but on the same note, bow shouldent return bow and bowl. the names should be exact, or nothing.

    anyway, i'll be watching and following the progress of this GREAT plugin!
     
  21. Offline

    Techcuron

    Code:
    14:24:12 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'shop
    ' in plugin LocalShops v1.5b
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:33)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1
    83)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:619)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:582)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NullPointerException
            at net.centerleft.localshops.Shop$Item.access$4(Shop.java:58)
            at net.centerleft.localshops.Shop.itemSellAmount(Shop.java:242)
            at net.centerleft.localshops.Commands.sellItemShop(Commands.java:416)
            at net.centerleft.localshops.LocalShops.onCommand(LocalShops.java:165)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:31)
            ... 12 more
    >
     
  22. Offline

    contex

    Are you planning to add the buy/sell to the iConomy transactions?
     
  23. Offline

    Volander

    Ehrrr.... I can't sell coloured wool.

    I don't know if this is a glitch or just impossible to store those values?

    - Volander
     
  24. Offline

    fugue2005

    same
    also there's a config line called unlimited, what's that supposed to do?
     
  25. Offline

    axebyte

    A few issues mostly with dye and wool, but other then that this plugin is the best thing since sliced bread.
    what my server been waiting for since Hmod's Death
     
  26. Offline

    Volander

    @axebyte You might wanna keep an eye out for Citizen, a mod in smoking progress.
     
  27. Offline

    Maskur

    I already thaught that a fusion of Citizen and LocalShops would be exactly what I'm looking for.
     
  28. Offline

    SplenectomY

    I already put the Citizen npcs in my shops lol.
     
  29. Offline

    Mentioum

    I seem to be having some permission issues with this. Does it not support GroupManager? ?? Will it in the future?
     
  30. Offline

    warmowed

    I get in-game errors saying that i cant sell,buy set prices or anything because ex. "Wood did not match any items could not complete the command"
    ps im OP
    --- merged: Mar 7, 2011 10:15 PM ---
    never mind its working now forgot to add items.txt
     
  31. Offline

    dslip

    This seems to show up in console semi-often, but it doesnt appear to be linked to player commands.. (Possible to player joins)

    Error:
    Show Spoiler
    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'shop' in plugin LocalShops v1.5b
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:33)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:183)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:619)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:582)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:576)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NullPointerException
            at net.centerleft.localshops.Shop$Item.access$4(Shop.java:58)
            at net.centerleft.localshops.Shop.itemSellAmount(Shop.java:242)
            at net.centerleft.localshops.Commands.sellItemShop(Commands.java:416)
            at net.centerleft.localshops.LocalShops.onCommand(LocalShops.java:165)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:31)
            ... 12 more
    
     

Share This Page