-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementstatus/ready to testAn image or docs update is ready to be tested by the reporterAn image or docs update is ready to be tested by the reporter
Description
Enhancement Type
Improve an existing feature
Describe the enhancement
In #379 it became possible to add a resource pack via setting RESOURCE_PACK. Awesome!
However, if you do this and then disable the variable, the resource pack behaviour persists. As a new MC admin, it was not clear to me how the configuration had persisted. Initially I looked for a cached .zip file locally, and then for the extracted values. But the persistence was that setting the variable had written it to server.properties, and clearing the variable did not trigger a corresponding update to server.properties to remove it.
This might be complicated since we don't want to clear the entry if it's manually added ... perhaps just documenting an additional step to unset that variable would help.
Metadata
Metadata
Assignees
Labels
enhancementstatus/ready to testAn image or docs update is ready to be tested by the reporterAn image or docs update is ready to be tested by the reporter