Moonlight icon indicating copy to clipboard operation
Moonlight copied to clipboard

Event System?

Open smashyalts opened this issue 1 year ago • 1 comments

Is there an existing feature request for this?

  • [X] I have searched the existing issues before opening this feature request.

Describe the feature you would like to see.

basically in panel event system that lets you check for message in a server, and lets you do action after, like suspending a server etc/run a command, a admin one and a end user one would be lovely

Describe the solution you'd like.

maybe a system like schedules with drag and drop + connecting fields ig?

Additional context to this request.

No response

smashyalts avatar Apr 22 '24 19:04 smashyalts

Hey hey, thank you for your feature request. For admin side of things, we could use a lua integration if you want to make custom stuff without touching c#. For the user side of things, we could use the existing schedule system and extend the triggers (but without custom fields or smth like that). When it comes to automating stuff with moonlight i still recommend using the plugin api (c#) to write custom behaviour as it has direct access to moonlights features, events and internal apis. Integrating a complete flow chart (or smth like that) system is not planned as of now, maybe it will be implemented in the future. Moonlight also gets a webhook feature which transfers event data to external applications which then can take actions and e.g. interact with the moonlight api (admin api, an api for normal users will not be included in first release as of now) which could help you automating stuff. Feel free to give some feedback if you want or correct me if i understood something wrong ^^

Masu-Baumgartner avatar Apr 22 '24 21:04 Masu-Baumgartner