Small mod that allows "weather" commands to be used from any dimension and properly translates coordinates inputted into the "worldborder center" command.
To add this to your project, add this to your build.gradle
repositories {
maven {
url = "https://maven.tamaized.com/releases"
}
}
dependencies {
runtimeOnly fg.deobf("team-twilight:crossdimcommands:{version}")
}