That's not what I wanted. Once I take out the static part in the commands section, it doesn't let me access any of the methods in the ClansSetup...
fireblast709 in the ClansCommands class I need to get the methods from the ClansSetup class, is this possible to add into the constructor? When I...
1. Yes 2. Yes 3. Sure, what would I put in the constructor while we're at it ;) fireblast709 it comes up with an error on the console when you...
Command class public static ClansSetup plugin; @Override public boolean onCommand(CommandSender sender, Command cmd, String label,...
I didn't know if you had to register the methods, but would you need to do anything in the onEnable? There's no errors on the startup :/
So I was wondering how you register a class with methods in it in a core class with the onEnable, if you need to. One of my plugins isn't working...
Guys I asked the simplest question; is - it - possible - to - change - the - state - of - the - lamp? I already stated in my main post what the...
Thank you very much Louis1234567890987654321 and others :) I just got time to give it a spin on my server; reduced lag by a tiny bit, but it's...
I've been trying to get it so if the block below you is an off redstone lamp, it turns it on, then off when you walk off it. I've already tried...
I have to say, TheBCBroz is one of my least favourite. Doesn't explain enough as he does the tutorial and just jumps straight ahead to something...
I know a few good tutorials/people you can watch. One of my favourites would have to be done by turqmelon, and a couple of other youtubers who do...
Minecrell Still having an issue with the "money = (Map) moneySection.getValues(false);". The error is "The expression of type Map needs unchecked...
Minecrell Got an error when I reloaded the plugin this time. Changed it to HashMap, this is what it's like in the class: http://puu.sh/6h6at.png...
Minecrell The error is "Map<String, Integer> cannot be resolved to a type".
Minecrell public HungerCurrency(HungerCore plugin){ this.plugin = plugin; } If you mean in there (just new to Bukkit/java atm, still have a...
Separate names with a comma.