Skip to content
Konicai edited this page Apr 6, 2022 · 9 revisions

Welcome to the CrossplatForms wiki! The basics are covered in the README.

Some important things to understand:

  • Forms and menus are together referred to as interfaces.
  • Lists and maps are are shown as the following:
#List
things:
  - "one"
  - "two"
  ...

# Map
things:
  snake: "cricket"
  bear: "fish"
  ...

Lists will typically always have the ... appended to signify that the list can continue on with any amount of values.
Maps without the ... are just typical configuration sections with predefined and fixed keys/values. Maps with the ... mean that they can continue on with any amount of values, unless there is some restriction on the type of the keys.

Configurations

All server types:

Exclusive to Spigot:

Clone this wiki locally