Please be more specific. The only thing I see missing is onDisable() which as far as I know is no longer crucial.
private Menu menu = new Menu(this); public void onEnable() { Bukkit.getServer().getPluginManager().registerEvents(menu, this); }...
name: Haberci author: Cezzar version: 1.0 main: me.cezzar.haberci description: Duyuru yapma eklentisi commands: duyur: description: Bu...
@jorrik98 Because at onEnable you loop through all the online players and see who needs to be added to the hashmap, it's obvious why it doesn't...
@Official_Spendrew Nice! And in case you didn't know, you should always avoid using Thread.sleep inside plugins because it would make the main...
@Hex_27 Have you considered using a scheduler and then using the scheduler to check if players are nearby > if they are set it to look it at >...
@VortexGmer I don't think you're using the right event because that event is not even cancellable. I'm not quite sure how to fix your issue, but I...
@teej107 @Tecno_Wizard I might wanna switch then, what do you guys think of IntelliJ versus Eclipse?
This plugin has 150 classes+. No, there's no errors, it's just eclipse being buggy.
@CodePlaysMinecraft The thing is that only occasionally it leaves out a couple of classes. I've tried reinstalling before - could it be because...
Hey, I get this issue from time to time, not because I haven't exported my classes correctly, but because eclipse simply leaves them out...
Well thanks, but I'll wait for some other answers as well, hopefully someone who knows a bit more about these things can answer us hehe. I guess...
Hey guys, I was wondering about the "VehicleUpdateEvent" function, and I was wondering about a couple of things: * How often does it actually...
@Torfnase, @Konato_K Yeah, he does need to. BlockPlaceEvent will only place the block, and then the sign menu will pop up, when the sign menu is...
@Techcable Sorry, getting late which is why I'm leaving these terrible replies: Yeah, I'm using the 1.1.0 version as you asked about. Do I have...
Separate names with a comma.