storeCustomProperty

fun storeCustomProperty(property: String, value: String): String

Store a custom property in the serverpackcreator.properties-file. Beware that every property you add receives a prefix, to prevent clashes with any other properties.

Said prefix consists of custom.property. followed by the property you specified coming in last.

Say you have a value in the property saved, then the resulting property in the serverpackcreator.properties would be:

  • custom.property.saved

Author

Griefed