Monument recyclers

The following settings can control the addition of Recyclers to certain monuments. Owners can enter them in the GPORTAL boot commands section so that they are saved to the server when it starts up.

Changing these settings will require a server WIPE. - The exception to this rule is adding recyclers to the Cargo Ship, in which case no restart is required, but a fresh Cargo Ship will need to spawn.

Monument recycler commands MUST be entered into the boot command section and will not work while the server is running.


Quick reference

CommandDescription

monumentspawns.enableconfig "dome_recycler"

Enables the spawning of recyclers at the Dome.

monumentspawns.enableconfig "fishing_village_large_recycler"

Enables the spawning of recyclers at the Large Fishing Village.

monumentspawns.enableconfig "fishing_village_small_recycler"

Enables the spawning of recyclers at the Small Fishing Villages.

monumentspawns.enableconfig "oilrig_large_recycler"

Enables the spawning of recyclers at the Large Oil Rig.

monumentspawns.enableconfig "oilrig_small_recycler"

Enables the spawning of recyclers at the Small Oil Rig.

monumentspawns.enableconfig "stables_recycler"

Enables the spawning of recyclers at the Stables (Large Barn) and Ranch.

monumentspawns.enableconfig "cargoship_recycler"

Enables the spawning of recyclers on the Cargo Ship (both variants).

monumentspawns.disableconfig "monument"

Disables the recycler spawn at the given monument (listed above).

monumentspawns.getconfigs

Returns a list of available configs.

monumentspawns.getenabledconfigs

Returns a list of currently enabled configs.

Enable recycler spawn at monument

monumentspawns.enableconfig "[monument_name]"

Enables the spawning of recyclers at the target monument. Replace “[monument_name]” with the relevant options below:

"dome_recycler"

  • Enables the spawning of recyclers at the Dome.

"fishing_village_large_recycler"

  • Enables the spawning of recyclers at the Dome.

"fishing_village_small_recycler"

  • Enables the spawning of recyclers at the Dome.

"oilrig_large_recycler"

  • Enables the spawning of recyclers at the Dome.

"oilrig_small_recycler"

  • Enables the spawning of recyclers at the Dome.

"stables_recycler"

  • Enables the spawning of recyclers at the Dome.

"cargoship_recycler"

  • Enables the spawning of recyclers at the Dome.


Disable recycler spawn at monument

monumentspawns.disableconfig "[monument_name]"

Disables the recycler spawn at the given monument. Replace "[monument_name]" with the relevant from the options listed in the command above.


List possible configuration

monumentspawns.getconfigs

This would typically be entered into the server console instead of the boot commands, it returns a list of the possible configurations, this list is printed to the console.


List enabled configurations

monumentspawns.getenabledconfigs

This would typically be entered into the server console instead of the boot commands, it returns of the enabled configurations active on the current server, this list is printed to the console.


Last updated