Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

PitGame Management

Pigalala edited this page Dec 8, 2022 · 2 revisions

Creating a PitGame

A PitGame must be created before it can be played. In order to create a PitGame, run the following command:

/pigstop editor create <gamename> [inventorysize]

The [inventorysize] is optional and must be a multiple of 9, and lower than 55.

PitGame Editing

PitGames can be edited after their creation. Use tab completion after typing /pigstop editor set <setting> <pitgame> <value> to view available settings and values.

PitGame Modifiers

PitGames have modifiers which alter how the PitGame works. Use tab completion after typing /pigstop editor set modifiers <pitgame> <+/-> <modifier> to view available modifiers.

Replace <+/-> with a + or a - for whether you want to add the modifier or remove it.

Modifiers for each PitGame can be viewed by running /pigstop editor list modifiers <pitgame>

Clone this wiki locally