Buy/Sale Items

Discussion in 'Plugin Development' started by PlanetPros, Apr 23, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    PlanetPros

    Hey :D !

    I want to programm a simple Shop Plugin.

    How can players buy/sell items for a specified prices ?
    It should look like this: (Only Commands.)
    /<command> <buy/sell> <item> <amout>

    I look forward to your reply. :)

    Thanks in advance

    EDIT: I know, the title isn't correct, but I dont know how to change it.
     
  2. Offline

    Ne0nx3r0

    PlanetPros likes this.
  3. Offline

    Steffion

    So you ask we make a plugin for you? And we give the code so you can release it xD? Euhm... More Plugin Request?
     
  4. Offline

    PlanetPros

    I need an example:

    Players buy and pay for the item, not other stuff. The sources of the pluigin are very complicated.

    I don't want to release it, I want to use it on my own.
     
  5. Offline

    Steffion

    PlanetPros
    Than this is a Plugin Request. Look at the Plugin Request board :).
     
  6. Offline

    PlanetPros

    This isnt a pluign request.

    I want to programm it myself and learn about bukkit,...

    I just need an exaple code.
     
  7. Offline

    Ne0nx3r0

    That's why I gave you that link; most plugin developers are gracious enough to release their source code and they don't mind you using it to learn from.

    If you pick a plugin that acts the same way you want your plugin to act, you can see how they did it and learn from a working example.

    I suggest you start here:
    http://wiki.bukkit.org/Plugin_Tutorial

    Make a plugin that accepts a command, then once you have that down you can start working on your shop idea.
     
    Steffion likes this.
Thread Status:
Not open for further replies.

Share This Page