Hi, I'm making a custom plugin but I need help, I already know how to set the players name on a sign when they tap it, but how do I make it unset the players name when they tap it again?
He said tapping it twice, so it'll be like this: PHP: if(isset($this->array[$player->getName()]){unset($this->array[$player->getName());}else{$this->array[$player->getName()] = true;}