[ECON] TradeCraft-AE v1.1b - Chest/Gold Based Economy [Permissions] [1337] [BukkitDev]

Discussion in 'Inactive/Unsupported Plugins' started by ArmEagle, Apr 21, 2011.

  1. Offline

    ArmEagle

    Jdwede, Montag, Tonysp and 2 others like this.
  2. Offline

    ArmEagle

    Strange.

    The message "You are not allowed to sell to shops!" (slightly different from what you mentioned, but I guess that's the one) comes almost straight from a check for the permission node "TradeCraft.canSell".
    Does TradeCraft mention that it found Permissions during startup (though if there's no Permissions it defaults to normal people being able to use and make player shops). I think you somehow didn't setup Permissions properly.
     
  3. Offline

    khazoids

    ive had no problems before ive used it but later on i started to have the problem, This is my first time using bukkit so it may be that i didnt setup it up correctly
     
  4. Offline

    f3nr1z

    I have a problem. When I place a chest and then a sign above it to make a shop it just goes blank and it says "can't build a shop over an existing chest" .

    EDIT: Something strange is going on. I was trying again and again so I wrote Buy your [log] here on the sign. Each word on a different line. And when I clicked the sign it said "nothing to deposit" So I clicked again with gold in hand and it deposited my gold. When I clicked again it withdrew it. And when I tried to recreate this it just built a normal shop. So it's working at the moment. :D
     
  5. Offline

    ArmEagle

    I only found one occurrence of the word "existing" in all the source and it's in a comment.

    Is there any chance you have another chest/shop plugin installed? Else what version of TradeCraft and CraftBukkit are you running?
     
  6. Offline

    f3nr1z

    I had Physical Shop installed, but I removed it when I installed TradeCraft. Anyway, it's working fine at the moment :)
     
  7. Offline

    femi96

    All i can say is, YES!!! Thank you for this plugin.
     
  8. Offline

    Tacobeam87

    Few erros poping up. TC just died on me randomly yesterday.
    Unhandled exception executing command 'tc' in plugin TradeCraft vAE-1.0.5
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at nl.armeagle.TradeCraft.TradeCraftPermissions.canSetCurrency(TradeCraftPermissions.java:67)
    at nl.armeagle.TradeCraft.TradeCraft.displayCommandHelpText(TradeCraft.java:472)
    at nl.armeagle.TradeCraft.TradeCraft.onCommand(TradeCraft.java:111)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more

    and
    Could not pass event PLAYER_INTERACT to TradeCraft
    java.lang.NullPointerException
    at nl.armeagle.TradeCraft.TradeCraftPermissions.canBuy(TradeCraftPermissions.java:32)
    at nl.armeagle.TradeCraft.TradeCraftItemShop.handlePatronClick(TradeCraftItemShop.java:117)
    at nl.armeagle.TradeCraft.TradeCraftItemShop.handleRightClick(TradeCraftItemShop.java:17)
    at nl.armeagle.TradeCraft.TradeCraftPlayerListener.onPlayerInteract(TradeCraftPlayerListener.java:32)
    at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:210)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
     
  9. Offline

    Tacobeam87

    Updated to Tradecraft 1.08 and still get this error

    2011-07-13 20:51:34 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'tc' in plugin TradeCraft vAE-1.0.8
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at nl.armeagle.TradeCraft.TradeCraftPermissions.canSetCurrency(TradeCraftPermissions.java:67)
    at nl.armeagle.TradeCraft.TradeCraft.displayCommandHelpText(TradeCraft.java:502)
    at nl.armeagle.TradeCraft.TradeCraft.onCommand(TradeCraft.java:112)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more


    Any help would be apreciated.
     
  10. Offline

    Aspernatio

    Does this work with RB953?
     
  11. Offline

    oxguy3

    Big announcement! I have started a GetLocalization project to make it easier for TradeCraft to be translated to other languages. If you can help with the translation, please check it out! The project can be found here: http://www.getlocalization.com/TradeCraftAE/

    P.S. If you already have a lang file for another language besides English, please leave a comment on the project, preferably with a download link for your lang file, and I will add it. Thanks!
     
  12. Please add an option in the config that if you leave an item it the chest for lets say 1 minute it will disappear.

    Im asking cuz some1 filled the chests with random items :3
     
  13. Offline

    Inf

    Does it work with 1000?
     
  14. Offline

    Jobsti

    Works for me.
     
  15. Offline

    froggy25

    half of the items don't work
     
  16. Does this support multiple currencies? For example, I want to sell, say, leaves at 5 stacks for 1 gold bar, 10 stacks for 1 diamond, or 1 stack for 1 iron bar. Could I do that with 3 different chests? Or is it just one, universal currency?
     
  17. This is a great plugin! I've started using it recently and people seem to like it!

    I seen in your To-Do's the iConomy integration, currently i plan on using a second sign based shop for iConomy purchases because I don't want to have a money based economy, but give iConomy coins to donators, but keep item based economy for player to player trades.

    The iConomy chests would have things like Sponges, web, and every day items sold for coins.

    Great plugin!
    Cheers,
    JEB
     
  18. Offline

    Sh4d0w

    i got an idea.
    maybe Blacklist with item-d, which player can't sell?
     
  19. Offline

    cartoongeorge95

    Everytime i right click a sign i get "[EssentialsProtect] Protection Owner ********
     
  20. Offline

    Simanova

    Tradecraft signs collide with minecart mania.
    All minecart mania signs became disfunctional while Tradecraft was active!

    Please fix!
     
  21. Offline

    padakoys

    Update it please.
     
  22. Offline

    sebbe1337

    thats a easy fixed problem :) , just edit the essentials config, however i found a problem with the saplings, i cant get all 3 to work at the same time, however am i able to get all three working but only one at a time,
    heres how i wrote it in the tradecraft.txt
    Sapling, 6;0, 1:1, 1:1
    RedWoodSap, 6;1, 1:1, 1:1
    BirchSap, 6;2, 1:1, 1:1

    Got the saplings working!
    Sapling, 6;0, 1:1, 1:1
    RedWoodSap, 6;1, 1:1, 1:1
    BirchSap, 6;2, 1:1, 1:1
    copy and paste that into the tradecraft.txt
    :)

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

    apetit

    It would be great if this plugin would be updated to work with minecart mania. Our world is really missing it's added value.
     
  24. Here's a thought; If you use Spout, you could create your own item or allow admins to for use as a currency rather than having to use a pre-existing one :D
     
  25. Offline

    boksa

    Can anyone help with this? I set player owned shops to false and infinite shops to true. I want to set up some infinite shops with the price on the sign. When i do it like
    [Log]
    Buy 2 for 3
    it turns it into an unusable player owned shop (cant buy,sell,see price).
    How can i fix this?
     
  26. Offline

    emomartian


    Hey Tradecraft just bugged up on my server, all the shops converted to infinite shops. The signs haven't changed, but the text when we right click has. help!​
     
  27. Offline

    sebbe1337

    could you add a thing into the cfg, im useing paper as currency.
    so could you make so you can choose another block thats another amount like 64 of the normal currency, :)
    so i can choose books as 64 paper, and i have a plugin that blocks the crafting of that block.
    so when you want to buy like diamond and stuff you can use books instead.
     
  28. Offline

    sebbe1337

    Okey i question what does the data value so set a sub type for currency
    currency-data: 0
    how do i configure it and what does it do ?
     
  29. Offline

    boksa

    Hopium likes this.
  30. Offline

    KoSEIN

    I'm sorry if this has been posted previously, however I would like to state what I believe to be a value error in the buying and selling of dispensers. If I am incorrect ignore this, but right now to me it looks like you could keep buying and selling the dispensers for profit, to gain infinite money or items. The buy is at 1:18 and the sell is at 1:12. Now is the buy and sell for the chest or the player interacting with it?
     
  31. Offline

    vasil7112

    why not interact with economy and give e.t.c gold for coins?
     

Share This Page