Aurora Lahtela
Aurora Lahtela
Not really :/
Around the time the deletion stuff was implemented the plugin was way more unoptimized so it was done to speed it up. I guess the default deletion thresholds could be...
What is their recorded join address?
I guess it's the theme color class causing issues again 😅 (If it changes to Orange on non night mode when you choose orange theme, then that's the case
I thought I fixed that one 🤔
Ah yes, I did fix that one but that fix hasn't been in a release yet
Fixed as part of https://github.com/plan-player-analytics/Plan/issues/4114
Can Cloudnet set environment variables? Plan supports environment variables for configuration. ``` PLAN_PLUGIN_SERVER_NAME=name PLAN_SERVER_UUID=uuid ```
Does it support running scripts before server starts? Doing a `export PLAN_SERVER_NAME=$CLOUDNET_SERVER_NAME` (Or whatever their environment variable for the name is) could be used to do this in bash.
It just seems really backwards to get configuration variables by having to ask the platform rather than the platform dictating the value - usually everything is configured top down to...