Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
I found the problem! :) I defined the killer and the killername, but had to put it after the "if"-statement longer down, after i checked if there...
That makes much more sense, so now i did this: Player victim = e.getEntity(); String victimname =...
I'm not entirely sure what you mean by player object, but with this code: Player victim = e.getEntity(); Player victimname...
Yo guys, i'm currently coding a UHC plugin and am adding some deathmessages. But here's the problem. When the deathmessage broadcasts, it looks...
I fixed it changing my return statement to true instead of - thanks for your help! :)
Hello, i'm currently working on a UHC-Plugin for my server, but have run into a problem. My command /list, gives me a message from the bukkit...
Koldskål smager fucking godt.
So i would do on the PlayerBucketEmptyEvent, if(e.getBlock().getType() == Material.TALLGRASS){ ... } e.setcancelled(true);
Hello guys, i'm not exactly sure how to explain this, so i made a video, that probably explains it a bit better: [MEDIA] So basically, how do i...
I'm not sure if it's actually a plugin - i have in mind, that it could be some issue with my bungeecord-server, that somehow allow player's in...
This video, explains how the player on the horse is invisible to everyone else! [MEDIA]
Nope, it's for normal users without any vanish-related permissions.
Hello guys! I began hosting UHC and everything is going fine, but i have one gamebreaking problem, that i just can't solve myself. Sometimes,...
if (cmd.getName().equalsIgnoreCase("Atlantis") &&sender instanceof Player) { Changed the command to this, however - should i register the...
How do i register the outgoing plugin channel? (I'm still new to java, so please bare with my stupid questions).
Hey guys, i'm making a Hub-plugin, but can't find out how to connect to other bungeecord-servers by a command - this is my code, but it doesn't...
Please post in this forum: https://www.spigotmc.org/forums/skript.90/
Seems like your plugin, can't locate the class "de.thebohne.datenbank.ReportPrioObject". I bought some sourcecode of some guy, but he...
Hello Spigot, i'm currently developing an FFA-Plugin and wondering how to make delay! :) For example, in skript you can do: command /broadcast:...
Thanks! I'll give it a shot :)