-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
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:
- upload the full projects here, not only weird files without extentions
- don't use illegally distribute spigot jars, only legal way to get spigot is via buildtools
- don't use bungees chatcolor if you don't need to
- don't log that your plugin was enabled, bukkit does that
- don't log multi line via \n, breaks formatting
- use @OverRide if you override methods from a superclass (to avoid typos ;))
- explain what deprecated means and why it is bad to use those methods
- use name() on enums to convert it to a readable string
- encourage DRY (you copy pasted the event listener for block place)
- you can access server stuff using the Bukkit class
- don't extend CommandExecute if you want to make commands....
- you can save locations directly, no need to save every coordinate
advanced stuff:
- suggest other IDEs
- suggest a proper build system
keep up the great work!
ScruffyRules, Yamakaja, The-SourceCode and TuxCoding
Metadata
Metadata
Assignees
Labels
No labels