Plugin will not work

Discussion in 'Plugin Development' started by Hertz, Sep 29, 2012.

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

    Hertz

    Hi,

    Im fairly new at developing bukkit plugins and I need some help on my code. when I test this on the server it will not do what I want it to do. basically I want it to spawn a pig at the location were the sender is.

    CODE : http://pastebin.com/BR0RKvDu
    Plugin.yml : http://pastebin.com/NSgZ746R

    help please.
     
  2. heard from event registering, plz reread tutorials from that again because you made 1 mistake whit that ( the part that uses PluginManager) is wrong at your code
     
  3. Bukkit won't recognize your onCommand method since it has another parameter that bukkit doesn't know of: "Player player"
    If you would remove that i think it would work
     
Thread Status:
Not open for further replies.

Share This Page