EngineHub / EngineHub/WorldEdit
Perf Command Data Should Be Persistent On Server Restart
- Dominant language
- Java
- Stars
- 3.5k
- Forks
- 960
- Avg merge
- 6h 57m
- Merged PRs (30d)
- 1
Description
### The Problem
The command `//perf` settings are reset to default every time the server is restarted. The user may not expect their settings to be reverted to default. Reverted settings create undesired outcomes other than what the user may have expected.
### A Solution
Any setting changed under `//perf` should be stored in the persistent storage for world edit data. This would prevent players from constantly reminding themselves that their settings before the server restart may not be the same, which causes undesired behavior.
### Alternatives
One alternative would be accessing these command settings through the API. Server admins could just implement their solutions to the problem instead. The self-implementation fix is not preferred because the developer may not even be aware of the issue in the first place.
### Anything Else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.