Skip to content

Stuff to improve on #1

@MiniDigger

Description

@MiniDigger

Hey there!
nice to see that you want to help ppl to learn to code!
There seem to be some things you can improve on:

  1. upload the full projects here, not only weird files without extentions
  2. don't use illegally distribute spigot jars, only legal way to get spigot is via buildtools
  3. don't use bungees chatcolor if you don't need to
  4. don't log that your plugin was enabled, bukkit does that
  5. don't log multi line via \n, breaks formatting
  6. use @OverRide if you override methods from a superclass (to avoid typos ;))
  7. explain what deprecated means and why it is bad to use those methods
  8. use name() on enums to convert it to a readable string
  9. encourage DRY (you copy pasted the event listener for block place)
  10. you can access server stuff using the Bukkit class
  11. don't extend CommandExecute if you want to make commands....
  12. you can save locations directly, no need to save every coordinate

advanced stuff:

  1. suggest other IDEs
  2. suggest a proper build system

keep up the great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions