Skip to content
Konicai edited this page Jul 19, 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.
    Example: Any amount of commands in the commands Action.

Maps without ... are just typical configuration sections with predefined and fixed keys.
Maps with ... mean they can continue on with any amount of values, unless there is some restriction on the type of the keys.
    Example: Any amount of Bedrock Forms as long as their keys are unique (similarly with any map).
    Example: Limited keys and values when specifying permission defaults.

Configurations

All server types:

Exclusive to Spigot: