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 onEnabled method has been called on your IMod instance.
  • Your mod should completely unload all of its features and return the game to its original state once the onDisabled method has been called on your IMod instance.
  • 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.