Garrett Cox
Garrett Cox
Thanks for the report! What version of Minecraft are you using? Invalid regex might be the reasoning “stop” and “login” events are not firing, the current regex was tested for...
One of the limitations of ScriptServer is we are only able to parse messages that are logged to the console, in vanilla invalid command attempts are not logged to the...
Well for one the node process shouldn’t crash from invalid regex, so I’ll need to debug and fix that one, but I’m assuming the regex will also need to be...
Ah right, there was a way to obtain xyz coords before 1.13, I’ll have to check the git history
Hey there, would you mind posting your entire server.js? You’ll want to make sure you instantiate a JavaServer or Scriptserver class, then call the .start method on it
Found a workaround thanks to [nova-inline-select](https://novapackages.com/packages/kirschbaum-development/nova-inline-select) Add the following `updateRules` to all fields that are marked as required ``` Text::make('Email') ->rules('required', 'email') ->updateRules('sometimes'), ```
> i guess i really didn't expect people to have 5 controllers connected to their computers at all times I think in the case of retro enthusiasts, what's usually going...