Skip to content
New issue

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

Config file will be ignored and re-generated on server startup #1

Open
DerMattinger opened this issue Jul 21, 2020 · 0 comments
Open

Comments

@DerMattinger
Copy link

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants