I see now. Example given on wiki has -o true which forces your build to switch to online mode.
Hello, why it is impossible to change offline-mode: false in the config? Yes, I know you don't support piracy, neither do I. I'm just working on...
I may be not correct but Java will not clean memory (aka gc) while usage is lower than declared heap size (in your startup script). It appears as...
Why do you ask me about it? I've just given you simple examples and encapsulation or hermetization is not my problem. You code that and you should...
Add this lib as additional package in your project so you will have two packages in src folder (if you are using eclipse) -...
This lib is working really good. http://forums.bukkit.org/threads/lib-tut-mysql-sqlite-bukkit-drivers.33849/
As Im not sure what to thing about threading now I'll explaing my situation. Thread 1: Collects data about players and puts data in hashmap. (...
Okay, I see now. Thank you. It is true that multi-tasking in Java is very easy.
Hello. I'm writing plugin that will use one thread that collects data about players and put it into hashmap and another thread would verify this...
When thread is done it is being deleted from scheduler. Where's your problem? You can make it in one thread by using relative time with players in...
OMFG, yeah master. Why not? 1. Store locations and names of cameras. 2. Player type command with <camname> arg 3. Make player invisible, tp to...
Where were my eyes? Thank you :P
Hello, how can I get list of sections from root in configuration file? For example I have config like that: SectionOne: randomList:...
Bukkit doesn't allow that.
Separate names with a comma.