@space1188 You could also add them to a cooldown list and use a delayed task to remove them from said list.
@Atoxz58 Are you setting the scoreboard to the player? player.setScoreboard(scoreboard);
@Zombie_Striker Yeah, I guess you're right, but unfortunately the result was the same, it still doesn't work. The names still show :c Is it...
@Zombie_Striker I could do that, but the result would be the same as surrounding it with try and catch right? I'll try it out though.
Sure, the only thing I've done is added this after getting the players scoreboard ("sb"): Team t = null; try { t...
@MasterDoctor So I've just tried that out but it doesn't seem to work. The nametags still show.
I believe that the problem with that would be that the nametags would still show as the option requires everyone to be on the same scoreboard....
@mine-care Sure Scoreboard sb = getScoreboard(p); if (sb.getObjective("stats") != null) { stats =...
Hello, For my plugin I'm using a new scoreboard for every player to display personal stats on the sidebar. I also want to work with teams to...
Yes, sorry. I meant that ;) Was on my phone
@ocomobock Put this in the move event: if(e.getFrom().getX() != e.getTo.getX() || e.getFrom().getZ() != e.getTo.getZ(){ //Your code }
In ferrata.Shape(), the first string is the TOP layer of the crafting table, the last string is the bottom one. You got the 2 mixed up!...
@MordorKing78 could you post the updated code? And when you start making plugins, you should know the very basics of Java first. This is...
@MordorKing78 This is really beginner Java stuff... If you don't know how to do it, I suggest learning Java fully until you know this stuff by...
xDeeKay Can you post the stack trace (error on the console)
Separate names with a comma.