To expand, the double equals checks reference equality so if this player you sent me equals that player I have saved and with strings even though...
@Keubix More specifically this: @EventHandler public void onInventoryMoveItem(InventoryClickEvent event) { if (event.getAction() ==...
@xXCapzXx Thats not how we help, you have to help yourself, try googling what the error is about casting it. Also try understaning what the method...
@xXCapzXx Just use the method I posted.
@Telmovieira @FisheyLP , Instead of creating a list and a task, just make a map<UUID, Integer> with the int being like System.currentTimeMillis()...
@Irantwomiles Not if you do: new Random().nextInt(playerList.size() - 1)
@xXCapzXx Here you go, this gets the entity a player is LOOKING at within a certain range. To use it: LivingEntity target =...
@Irantwomiles Just get a random number between 0 - (playerList.size() - 1), Then do playerList.get(randomInt), to get your random player, And just...
@BiskitDEV Are you sure your plugin.yml is setup correctly, does it depend on the library?
@TheCobalt I am trying to get someones flying blocks api to work on 1.8... Its taking a while though...
@DAMNgurl The permission is cs.jail I will make an update later today to let you configure the scoreboard title @DAMNgurl Ok here you go:...
@DAMNgurl I can work on it right now. Ok I am done with it! Make sure you edit the config, especially the jail command, right now I have it in...
@Quantum64 Hahaha, dummy, that was pseudo code I was writing... Get smart.
@BiskitDEV So now is it sending the message at all?
@SuperJenBot Ya you just iterate over that 3x3 and check if sqrt(x^2 + y^2) <= 3!
Separate names with a comma.