Alright doods! Another thread. Because of the Holograms cant be done for now. Lets talk about this. Can we make like a plugin that can make one specific command for one world. Like if we play on the main spawn, there are only like /help /spawn like thatand if we maybe play a game like kitpvp, it will have like /help /spawn /kit . Its like a system that can make commands only work for a specific world. Is it possible?
PHP: if($sender->getLevel()->getName()=="world"){}else $sender->sendMessage("This command only works in the level world.");