MinimallyCorrect / TickProfiler

Profile your minecraft server: Find which entities and tile entities are making your server slow
MIT License
128 stars 28 forks source link

"You don't have permission." when running /tps #99

Open MxtressMyxx opened 6 years ago

MxtressMyxx commented 6 years ago

I feel dumb for asking this, but after some update to our pack, /tps tosses permission errors if run by the server/ops.

Any clues on what may cause this?

LunNova commented 6 years ago

There's a require op for TPS command option, but there is no option that is supposed to prevent ops from using the commands.

If you use sponge you may have something using its permission system causing problems. See https://github.com/MinimallyCorrect/TickProfiler/wiki/Permission-Nodes

MxtressMyxx commented 6 years ago

We are using forge recomended branch, so it's not that. So curious as to why the server itself gets the error.

LunNova commented 6 years ago

Is it possible another mod/plugin on your server which was updated or installed added a command called "/tps" and that is what is giving the error?

Try renaming TickProfiler's tps command using the config file and see if you can use the command with a different name.