Like the tagline sais, this is a resource for setting system properties when using JVM arguments isn't an option. This plugin attempts to load early and sets the properties in its onLoad method which should ensure that all plugins will get affected.
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- Source Code:
- https://github.com/Yamakaja/SysPropSet
The configuration is simple:
Code (YAML):# The syntax is "<property>=<value>"
properties:
- "randomProperty=true"
- "anotherRandomProperty=false"

System Property Setter v1.0.0
Allows you to set system properties on shared hosts