-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Konicai edited this page Apr 6, 2022
·
9 revisions
Welcome to the CrossplatForms wiki! The basics are covered in the README.
- 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.
All server types:
- config.yml
- bedrock-forms.yml (WIP)
Exclusive to Spigot:
- access-items.yml (WIP)
- java-menus.yml (Future addition to BungeeCord and Velocity) (WIP)
2022 © kejonaMC
- Home
- Downloads and Requirements
- Commands and Permissions
- Shared Configuration Members
- Configurations
- config.yml
- Forms and Menus
- Spigot only configs