Custom actions: Allow shell scripts to be run - must consider security #14
Labels
No labels
bug
dependabot
dependencies
documentation
duplicate
enhancement
go
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forquare/Manaha-Minder#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It might be useful to allow shell commands to be run. This would allow a more advanced scripting, and such scripts could call MSM manually to run Minecraft commands.
For instance, consider the random gift function we have. This could be translated into a shell script that did the randomising, item selection, and giving to the player.
I think security issues would be minimal as long as the server admins had good security. If someone broke into the server then they could apply their own commands. But I think this is slim?