Modding Guidelines - ParkitectNexus/ParkitectNexusClient GitHub Wiki
There are a few rules you have to stick to while writing mods for Parkitect.
- Your mod should only be active after the
onEnabledmethod has been called on yourIModinstance. - Your mod should completely unload all of its features and return the game to its original state once the
onDisabledmethod has been called on yourIModinstance. - You are forbidden to distribute source, asset or resource files of the game with your mod! Your mod won't be allowed to be listed on ParkitectNexus or you will be banned if you're illegally distributing these materials.