Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
Was wandering how I should setup Buycraft on my network? My network uses multiple proxies & is instance-based (through Cloudnet), so I’m not sure...
Hey, I’m working on a project that involves a limited size map (2k x 2k), and events can occur that happen across the whole map. One issue is that...
Is there a way to fully change a player’s name? As in everything to do with Player#getName() is changed. I want to keep the same uuid, other...
If I have a bungee network, I load data from a sql database when they join, and save it when they leave. If they leave and join a different...
I want to do something on multiple servers, but not through bungee. The reason not through bungee is because I may want to use multiple proxies,...
How do you handle cross proxy messaging channels? I want two proxy’s with the exact same servers, so I want to use bukkit/spigot messaging...
The string could be anything really, like this: “1y1m” “1year” “1second” “1m1w” “2d” “3m” “3minutes” I would want, for example “3m” to be 3...
Example: I have three servers, a, b, and c. If I execute a command on B, a method gets called in my plugin. a b and c are all using the same...
If I want to save an item into a string and then load it, how do I protect a player from naming an item for example, if my serializer used...
So if I have a big region, I can select a smaller region inside of that and remove it from the big region
After all the time I've spent creating plugins, I should know this, but I've never really looked it up. When displaying the usage of a command,...
I'm attempting to add a claim feature into my plugin where between two X and Z coordinates (not chunks), if I run a method it will return with...
Posted this in bukkit section but was told it belonged here I'm very confused. Why is this printing different values subchannel =...
I'm very confused. Why is this printing different values subchannel = input.readUTF(); System.out.println("test1: " +...
Would it be safe to have a BungeeCord network on a 'small' vps, linked to just a server on my computer at home? I don't want to have to order a...
Hey, in my QueueManager class I have this little bit of code public void addPlayer(String queueID, Player player, String kit) {...
Hello. I used to code alot in Java & Spigot/Bukkit, then I took a break from Bukkit (and continued learning Java) I recently decided to try and...
Hello, I've spawned a fireball and using setDirection how would I make it face downwards, and make it go really fast?
How do I make a configurable scoreboard? config: scoreboard: lobby: - "&7&m------------" - "&cTest" - "&7&m------------" I also need...
When I execute my command it does this, for(Player a : Bukkit.getOnlinePlayers()){ //thecode } But my console is saying that the line of code...