I know this request and my other request is a lot to ask for, and Im fine if it takes a while, but could you make an advanced staffchat and reports plugin? I would like staffchat to be fully customizable, including a prefix to speak in staffchat with, (for example if a staff says this in kitpvp: # hello would go in staffchat like [kitpvp] staff: Hello) Could it have the following features: {world} will show the world the staff member is in {name} the name of the staff member {message} the staffchat message Could the format of staffchat be fully customizable too? TY! Reports: /report {player} {reason} Lets say they reported someone when they were in kitpvp How it would come up in staffchat: [kitpvp] {PLAYER} reported {HACKER} for {reason} that message would be sent to all staff Thanks very much for anyone who decides to make this
you want staff chat? search it on git hub & youtube there is more than 10 plugin for staff chat || report
just edit the StaffChat (by Thunder) edit prefix (nameTag) in the plugin to (World Name) and done. Code to do it: PHP: $level = $player->getLevel()->getFolderName(); //getting name of level / map//you should find publuc function onChat(PlayerChatEvent $event) {}//now search to see where is set Player name tag to (Staff) and set {$level} //instead (Staff) and its done Solved?
By this toturial, you can set staff world name to chat, if you didnt underestand, there isnt any plugin to show player/staff world name in to his/her name in chat
You could use my reports plugin https://github.com/Diduhless/Reports The permission to see the report logs is reports.logs. Also what is 'kitpvp'? Is it a gamemode, a world name?