FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

startup error for paper running 1.20.6 build 147 (Invalid config field / Failed to set config option)

bigguyjones opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.20.5/6

Describe the bug

[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Invalid config field: tick-limiter.fireworks-load-chunks for tick-limiter. It is possible this is because it has been removed.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Failed to set config option: tick-limiter.fireworks-load-chunks: false | com.fastasyncworldedit.core.configuration.Settings$TICK_LIMITER@197fe169 | Settings.yml. This is likely because it was removed or was set with an invalid value.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Invalid config field: experimental.per-player-file-size-limit for experimental. It is possible this is because it has been removed.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Failed to set config option: experimental.per-player-file-size-limit: -1 | com.fastasyncworldedit.core.configuration.Settings$EXPERIMENTAL@49ca45c6 | Settings.yml. This is likely because it was removed or was set with an invalid value.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Invalid config field: experimental.per-player-file-num-limit for experimental. It is possible this is because it has been removed.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Failed to set config option: experimental.per-player-file-num-limit: -1 | com.fastasyncworldedit.core.configuration.Settings$EXPERIMENTAL@49ca45c6 | Settings.yml. This is likely because it was removed or was set with an invalid value.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Invalid config field: queue.max-wait-ms for queue. It is possible this is because it has been removed.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Failed to set config option: queue.max-wait-ms: 1000 | com.fastasyncworldedit.core.configuration.Settings$QUEUE@1d598e60 | Settings.yml. This is likely because it was removed or was set with an invalid value.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Invalid config field: queue.discard-after-ms for queue. It is possible this is because it has been removed.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Failed to set config option: queue.discard-after-ms: 60000 | com.fastasyncworldedit.core.configuration.Settings$QUEUE@1d598e60 | Settings.yml. This is likely because it was removed or was set with an invalid value.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Invalid config field: queue.no-tick-fastmode for queue. It is possible this is because it has been removed.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Failed to set config option: queue.no-tick-fastmode: true | com.fastasyncworldedit.core.configuration.Settings$QUEUE@1d598e60 | Settings.yml. This is likely because it was removed or was set with an invalid value.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Invalid config field: history.chunk-wait-ms for history. It is possible this is because it has been removed.
[13:19:29 WARN]: [com.fastasyncworldedit.core.configuration.Config] Failed to set config option: history.chunk-wait-ms: 1000 | com.fastasyncworldedit.core.configuration.Settings$HISTORY@467d4d53 | Settings.yml. This is likely because it was removed or was set with an invalid value.

To Reproduce

run paper 1.20.6 build 147
use latest version of FAWE
startup server and receive warning messages

Expected behaviour

no warning messages on startup

Screenshots / Videos

Screenshot_20240630_132526

Error log (if applicable)

No response

Fawe Debugpaste

v2.11.1-SNAPSHOT-831;e3fde6c

Fawe Version

v2.11.1-SNAPSHOT-831;e3fde6c

Checklist

Anything else?

No response

commented

This is because these config options were removed, as it says in the log. It appears you're using a config from an FAWE version from years ago