Hello In my server there are some players op and i don't give anyone op and when i ban them they back how them do this?
firstly do you have an auth plugin? have you checked op.txt? i honestly dont know but maybe some staff did it
Try to install any auth plugin such as simpleauth , serverauth ! Make sure to check out "op.txt" (its will be easy to deop any unknown players) Also deop all staff if that problem still happen! (Op them after the problem is fixed lol ) Other maybe check out your server plugins that have op cmd! Good luck lol!
Hey, Methods to prevent unwanted users from joining: 1. If you have PurePerms installed, remove the OP permission: /unsetuperm PLAYERNAME pocketmine.command.op 2. If the above method doesn't work, review your logs and ban the user by their client-ID. /bancidbyname USERNAME 3. If the above method doesn't work, ban the user by their IP address: /ban-ip USERNAME/IP 4. If none of those methods worked, ask us for help! BUT, don't ask to ask, just ask!
This is pobably because anticheat has been stripped from the core, but they haven't got rid of OP yet. Do the steps that the others said
i dont think just because anti cheat is strip it means player can get OP i think the OP is handle by logic not anti cheat so does item cloning like fly which was guarded by anti cheat
Anticheat is related to flying, item forgery, etc. It has nothing to do with manipulation of core permissions like ops.
Your problem is probably PurePerms. A player or maybe a few players have access to the op command or other commands that will allow them to bring back the op command no matter what you do. After one person gets access, it's like a virus that you can't control. One way I handle this (because I have hundreds of player files) is by going into my PurePerms/players folder, and running: (I'm using linux, find a text searching tool if you're not) for i in `grep -l pocketmine *`; do rm $i; done This will automatically remove any player folder with a pocketmine perm attached to it. I'd also replace "pocketmine" with "command", as this will remove any other command perms, and many people also use '*' as a perm to use every command so remove that too. Hope this helped, good luck with your server!
If your using plugin TapToDo. then that could be the issue. I had random players getting op becos of this. dont use %op use instead %pow
maybe someone got you password? change you password and ask your staff that has op to change it too, you can also disable /op so only console can use it? i know some hacks that get passwords, be aware of that.
try use this and add op to the blocked command it should generate a log if anyone uses /op https://github.com/ThunderDoesPlugins/CommandBlocker that should give you insight to know where to look for more things but it could be caused by miss plugin configuration too
That command is built into some spoons of PocketMine. I reviewed the PocketMine GitHub repository and found that command is not built in.