oωo (owo-lib)

oωo (owo-lib)

29M Downloads

Ability to disable EULA prompting

mja00 opened this issue · 2 comments

commented

Can there be a way added to disable the mixin that creates a eula prompt in the console? This seems to trip up panels that detect the prompt and show a popup to agree to it, as they usually restart the server automatically after the popup is agreed to, and this mixin causes the server to not respond to ctrl+c.

commented

I do not really see much of a purpose to resolve this issue by adding a disable as it will require that users add such to a config for owo mixins when they could just accept the EULA manually within a file or just manually restart the server? Combined with the fact that currently any loader dose not currently contain tooling to accomplish this task for disabling besides like a environment variable, its something I doubt will be added.

commented

Hey,

We'd really appreciate something like at Nodecraft where we have our panel detecting the EULA missing message, and then prompting users to accept it ourselves.

With this library handling this in a custom and bespoke way, it creates an issue where we now have to directly detect this and forcefully handle it differently, whereas previously this was something we could handle generically for every version of Minecraft, modpack, etc. Happy to discuss further, but we'd definitely appreciate a config option or environment variable to disable this custom and bespoke eula.txt handling.