-
Notifications
You must be signed in to change notification settings - Fork 13
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.
Example: Any amount of commands in the commands
Action.
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.
Example: Any amount of Bedrock Forms as long as their keys are unique.
Example: Limited keys and values when specifying permission defaults
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