mc-server-wrapper
mc-server-wrapper copied to clipboard
Allow sending server commands from discord
It would be great if I could send commands from discord. Stuff like adding a user to the whitelist. Not sure how difficult this would be tho.
💯, I want this as well. Implementation is simple enough, just add a /mc slash command that forwards its input to the MC server stdin.
Most of the work would be implementing a clean system for the server owner to control who has access to running commands. Would probably want at least one of the following:
- A way in the config to lock it to specific users based on user ID
- A way in the config to lock it to specific role(s) based on role ID