I've been seeing people use plugins like CommandHelper and Python Plugin Loader for the longest time to make custom plugins... Why the heck, people?
- It's insensible to have one plugin in a different language than all of the others
- Having a plugin to interpret the code of another plugin just wastes CPU time
- It doesn't make any difference in the length of the code (I can code a simple plugin with one command in Java with as few lines as I could in Python, minus brackets)
- Java is the language Bukkit was originally designed for, and thus is the most efficient for plugin development.
I'M BAAAAAAACK!