-
-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add resource server commands #2549
Comments
ensure seems useful! +1 |
What would be the point of supporting bracket type directories? The way it currently works is that if a directory has [] in its name its ignored as a resource since its used for having better sorting inside the resource folder. Adding this would break that functionality. |
Adding to that, we already have the |
no, in my opinion we should add server config that says which commands should not be added by default, for example "start" and then you can implement this functionality by yourself |
I think he wants to start, stop or restart all the resources inside a [directory]. |
Is your feature request related to a problem? Please describe.
Add serverside commands like in FiveM
Describe the solution you'd like
Improve command
start\restart\stop
and addensure
start\restart\stop
must support directories with brackets likestart [cars]
ensure
restart the resource (or group) and start if something in argument was stopped likeensure [cars]
ensure resourcename
Additional context
https://docs.fivem.net/docs/server-manual/server-commands/
P.S perhaps it is good first issue
The text was updated successfully, but these errors were encountered: