Just use PurePerms and PureChat... If my server was Nukkit I would still put the PHP versions in plugins. They are great
I learned general programming through a C++ book 4 years ago. And learning php through looking at code may be a good start, but you should learn some structures properly.
Why does he even want to know how to make one? Here's my totorial: - Dowloas PurePerms and PureChat - Put Them in Plugins - Restart Server - Be Happy You Didn't Make Your Own Plugin
because that is not helping OP in what OP had requested? so in a hypertitical senario: you asked a chief how to bake a cake, but instate the chief insisted that you should just go buy one instated of baking one isnt that kind of rude? at the most you could have just say something among the lines of "sorry but it is too complex to be thought [but maybe you should check out that cake store]"
How can I give a player a rank for example case "test": if($sender instanceof Player){ if($sender->hasPermission("Test.cmd")){ $sender->sendMessage("You have buy the VIP Rank"); ?????????????? }else{ $sender->sendMessage("You don’t have the permission"); What should I write in the ??? Line how can I give the player the rank ? thanks for u help