Did you extend JavaPlugin? You didn't include everything in the class so I'm not sure what the real problem is. Also make sure to use if...
@Xerox262 @Gater12 @RuthlessRage - Just verifying that you guys are remembering to use @EventHandler and implementing Listener right ???
@mythbusterma How do I set up the plugin? Do you have a webpage that explains it simply?
Like @Msrules123 said you need to create a plugin.yml in the project. Also why do you have the @Override tags in the onEnable() and onDisable()...
How do I use a manifest? I'm pretty new to using dependencies.
Hey guys. I'm writing a plugin that sends a tweet by using a command, the tweet formats are pulled from a config. However, Twitt4j keeps...
Which would be useful... If such a person existed.
That's an issue. No curly bracket.
Mark, you have to Zethariel if you want them to see your response.
Thank you very much. It's much appreciated!
So I want to drop like a "care package" (a chest filled with random items) on a random location every hour on the dot. How would I go about doing...
Like JBoss925 said, you are using " if (args.length != _ )", when really you should be using " if (args.length < _)" or " if (args.length > _ )"....
I have a solution to the issue. I'll post my solution when I get to my computer - I'm currently at school. Also, why are you using...
I'm pretty sure this is just supposed to be: xp123 + finalDamage;
Konkz If you're afraid of getting an error with your colors you can use ChatColor.RESET + "". Some useful information I recently learned. EDIT:...
Separate names with a comma.