-
-
Save matejdro/8387202 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debug: false | |
Messages: | |
NoPermission: No permission! | |
ConfigurationReloaded: Configuration reloaded successfully! | |
Announcements: | |
FirstMessagge: | |
- if group Flatcorian: | |
- text: You are flatcorian | |
else: | |
- if group Veteran: | |
- text: You are veteran | |
SecondMessage: | |
else: | |
- pick: | |
- weights 20 2 | |
- text: Hello, you are not nomad. | |
- text: You are not nomad, hello. | |
ThirdMessage: | |
- text: hello2 | |
- text: hello2 | |
MultipleIf1: | |
- if group is a: | |
- text: a | |
else: | |
- text: b | |
- if group is yes: | |
- text: c | |
else: | |
- text: d | |
MultipleIfs2: | |
Pick: | |
- if group a: a | |
else: b | |
- if group c: | |
- text: c | |
else: | |
- text: d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment