Plugin Help

Discussion in 'Plugin Development' started by Jdroppert, Mar 31, 2015.

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

    EpicCraft21

    Where exactly is your problem?

    Also, in your commands class, you are checking if the sender ISN'T a player and then giving the items. You need to check if it is a player and then give the items.


    As well as in your main class, it is
    Code:
    this.getCommand("quidditch").setExecutor(new cmdCommand());
     
    Last edited: Mar 31, 2015
  2. @Jdroppert We're here to help with your problem, not code it for you. You need to tell us what is wrong, be more specific about what's wrong. Also, post your code in code tags.
     
Thread Status:
Not open for further replies.

Share This Page