I am guessing that you do not know what the ELO Rating System is?
Exactly as I said, an ELO Rating System, (API)
Does anyone know of any existing ELO system api that I can use?
Game doesn't start if there's not enough spawns, although I guess that would be a decent fail-safe thing.
So something like this then? int counter = 0; for (Player player : Bukkit.getOnlinePlayers()) { Location location =...
My idea: for (Player player : Bukkit.getOnlinePlayers()) { for (Location location : arena.getLocations()) {...
I'm not sure how to do that. I've never used Bukkits vectors
Asking how to code it.
Hitting players in the back with a sword does triple damage, Jumping from over 10 blocks and hitting a player while still in air will do triple...
Yeah figured that like 10 minutes after the post, sorry for not updating you on that. EDIT: You should add a space before your "is scared" in...
If I have 2 players. A and B. Player A attacks the Creeper next to him as a result of Player A attacking the Creeper, the Creeper explodes...
setCollidable(false), I can still collide with other entities even though they are (supposed to be) not collidable player.sendMessage("Entity is...
LivingEntity#setCollidable isn't working (yes I am aware it is bidirectional, if one entity has setCollidable as true the other has to be...
So far I have tried enabling collision with CreatureSpawnEvent, enabling collision for entities near the player, and enabling collision for the...
Any other plugins on your server?
Separate names with a comma.