Attempting to Run Server in the Template crashes with an error:
"Caused by: java.lang.IllegalArgumentException: Test_Dummy does not exist as a role!"
When some of the fields in "gradle.properties" or "settings.gradle.kts" have certain names. Specifically, the fields related to Mod naming & info.
(plugin_group, rootProject.name, at the very least.)
My issue was that having my plugin_group set to "RockN" crashed with this issue. But having it set to "Rockn" with a lowercase N did not.
Someone in the Discord had a similar issue, but with the rootProject.name field.
A crash log of mine, with plugin_group set to "RockN":
2026-04-01_12-38-05_server.log
Another log of the same, but ran in Debug Mode:
2026-04-01_12-42-41_server.log
Attempting to Run Server in the Template crashes with an error:
"Caused by: java.lang.IllegalArgumentException: Test_Dummy does not exist as a role!"
When some of the fields in "gradle.properties" or "settings.gradle.kts" have certain names. Specifically, the fields related to Mod naming & info.
(plugin_group, rootProject.name, at the very least.)
My issue was that having my plugin_group set to "RockN" crashed with this issue. But having it set to "Rockn" with a lowercase N did not.
Someone in the Discord had a similar issue, but with the rootProject.name field.
A crash log of mine, with plugin_group set to "RockN":
2026-04-01_12-38-05_server.log
Another log of the same, but ran in Debug Mode:
2026-04-01_12-42-41_server.log