RingOfStorms here? https://github.com/SpigotMC/Spigot/ I see only links to craftbukkit (probably I'm stupid).. And yes, in the EntityTypes.class I...
Nogtail Mmm, wat? °° As I know, if you store a location vector, you store its direction; a vector can be different things, look here =>...
beaudigi (Use the Tahg below the user message if you wanna he get notified by your answer) However no, I'm sorry, I started with tutorials and...
MoseMister Have you declared plugin like this, before the onEnable on your main class? private static nameOfYourMainClass plugin; If the answer...
^^^^^ Or better, you can start first with some basic java tutorials (if you don't know it yet)
I updated to 1.7.2 and changed the code with TeeePeee one; now, on the main onEnable generate this [12:52:57 INFO]: [LoM] Enabling LoM v0.2...
beaudigi Why do you need a personal teacher when PogoStick post simple videotutorials on youtube? I learnt basics from him in a week [media]
SoThatsIt 2 questions: 1 - If I wanna to decrease dragon health value I need to create a scheduler repeating task where I edit the dragon health...
Hi everybody, I followed a tutorial http://forums.bukkit.org/threads/tutorial-how-to-customize-the-behaviour-of-a-mob-or-entity.54547/ to create...
beastman3226 Love you, thank you!
1Rogue So, if the getGp10 (get gold per 10 seconds) is the same for every Arena, I don't have to abstract it and just call in otherArena(A, B, or...
ok, I did right then. Thank you so much guys, I tested and it also works perfectly! Louis1234567890987654321
Louis1234567890987654321 Uhm.. So what I've done 10 minutes ago was abstract every method in Arena and overriding for every otherArena.. At this...
Hi everybody, I have a class "Arena" that contains methods like - GenerateArena - setSpawn - getTeam - getGp10 [..] Now.. There will be at least...
So, you wanna check if a player has an wooden axe in hand right? @EventHandler public void AxeInHand(PlayerItemHeldEvent e){ Player p =...
Separate names with a comma.