Event Issues

Discussion in 'Plugin Development' started by looparound, Sep 17, 2013.

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

    looparound

    Nothing is happening with these three kits. If some1 can point the issue out i would GREATLY Appreciate it!!!!

    http://pastebin.com/aDupekjQ
     
  2. Offline

    tommycake50

    Don't store player instances :rolleyes:.
    Not the source of your problem but don't anyway.
     
    mattrick16 likes this.
  3. Offline

    ZeusAllMighty11

    I think the job as the thread creator in this forum is to point out the issue, so we can help fix it..
     
  4. Offline

    chasechocolate

    Have you registered the events?
     
  5. Offline

    looparound

    Yes ive registered them and i said they just arnt working flat out. you throw the snowball and nothing happens. and yes i amde it so when they choose the kit they are added to the hashmap
     
  6. Offline

    mattrick

    Try adding a debug message to make sure it is still working. Also like tommycake said DO NOT in any circumstance store player instances in a hash map. Unless you are using their whole instance, don't do it! Store the players name instead using player.getName() method.
     
  7. Offline

    looparound

    Well now my friend has told me he put it on his server and it works fine. so i have no idea what is wrong here is every bit of code in the plugin containg the kit invloved with it. if u see a issue plz help !! :D

    http://pastebin.com/dXdk6vCJ

    Bump. Sry I need this answered ASAP

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  8. Offline

    Compressions

    looparound Bumping is allowed only every 12 hours.
     
Thread Status:
Not open for further replies.

Share This Page