We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every time I start the server, the config file (random-teleport.json) will be freshly generated with it's default values.
I just tried to double the Radius and increase the attemps to 3. My config file looks like this:
{ "canTeleportOnTrees": true, "defaultRadius": 8192, "defaultAttempts": 3, "teleportStrategy": "KEEP_LOADED", "teleportOnCenterBlock": true, "locationRollBackTimer": 10, "minRandomTeleportRadius": 30 }
It is correct with json specs RFC 8259.
I am using "Forge 1.15.2 - 31.2.0" with you file "Random Teleport-Forge-1.15.2-1.1.0.jar".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Every time I start the server, the config file (random-teleport.json) will be freshly generated with it's default values.
I just tried to double the Radius and increase the attemps to 3. My config file looks like this:
It is correct with json specs RFC 8259.
I am using "Forge 1.15.2 - 31.2.0" with you file "Random Teleport-Forge-1.15.2-1.1.0.jar".
The text was updated successfully, but these errors were encountered: