Grasscutters / Grasscutter

A server software reimplementation for a certain anime game.
https://grasscutter.io/
GNU Affero General Public License v3.0
16.21k stars 4.47k forks source link

[Issue] How to Change Command Permissions #900

Closed kuyoos closed 2 years ago

kuyoos commented 2 years ago

I want to change permissions for individual commands If I want the stop command to be used on the server side what should be changed image

mingjun97 commented 2 years ago

You may have to edit the source file and recompile grasscutter to accomplish this.

Alternatively, according to PR #874 you may set permission -server.stop to all users to disable their permission for stopping the server, while in the meantime, console which bypass the permission check by nature should still have capability to execute the stop command.

memetrollsXD commented 2 years ago

Closing due to inactivity