First steps
What's a Custom Role?
Where are the Custom Roles?
Folder structure
UncomplicatedCustomRoles/
- custom_role.yml // WILL BE LOADED
- MyBeautifulRoles/
- another_custom_role.yml // WILL BE LOADED
- 8888/
- yey_custom_role.yml // WILL BE LOADED (name of the folder == port)
- 6969/
- homely_owo.yml // WONT BE LAODED (name of the folder != port)
- AWA/
- myRole.yml // WILL BE LOADED
- no_u/
- anotherRole.yml // WONT BE LOADED (sub-sub folders are not evaluated)Where can I take a base Custom Role in order to customize it?
Last updated