How does one ban client side commands on a server?
Let’s say I have a mod that has a command that is called /freecam. This command would activate freecam. How would I ban this on my server?
Solution:Jump to solution
Put it in your rules and ban players that use it or find a way to disable the actual thing, so freecam in this case. You can't stop players from executing client-side commands like /freecam afaik
2 Replies
Solution
Put it in your rules and ban players that use it or find a way to disable the actual thing, so freecam in this case. You can't stop players from executing client-side commands like /freecam afaik
Alright ty