Why does this plugin not work?

Discussion in 'Plugin Development' started by DanGaEb, Dec 31, 2014.

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

    DanGaEb

  2. @DanGaEb Ok I will list the things that you need to improve on.
    1. No need for getLogger messages Bukkit does it for you.
    2. Check for the command first
    3. Look into naming conventions, packages should be all lower case and classes should be Capitalized.
     
  3. Offline

    DanGaEb

    Thanks, let me look at that ;)

    I've checked and /spawn does exist in my server and /hub should be a re-direct to /spawn. I don't mind about messages that aren't required but it's good for the future :p Sorry for my stupidness but I was following a tutorial so I don't know what conventions, packages and classes are :/

    <Edited by bwfcwalshy: Merged posts, please use the edit button rather than double posting.>
     
    Last edited by a moderator: Dec 31, 2014
  4. @DanGaEb Bukkit Api runs of Java, Classes and Packages are Java things, learning Java before learning any type of Api will help you A LOT in your development of plugins, games and whatever else you may want to do.
     
Thread Status:
Not open for further replies.

Share This Page