File Details
OptiPortal-1.1.9.jar
- R
- Mar 27, 2026
- 18.46 MB
- 81
- Early Access
File Name
OptiPortal-1.1.9.jar
Supported Versions
- Early Access
[1.1.9] - 2026-03-27
Fixed
- BUG FIX — First-run startup failed with
FileNotFoundExceptionwhen the mod data folder did not exist: On a fresh install, the plugin attempted to write a defaultconfig.jsonintomods/Cpl_OptiPortal/before that directory existed.FileWriterdoes not create missing parent directories, so the write failed immediately and the server could not start. The data folder is now created withmkdirs()before the file is written.