-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yml
More file actions
15 lines (15 loc) · 857 Bytes
/
Copy pathconfig.yml
File metadata and controls
15 lines (15 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# What is the prefix of Geyser/Floodgate players?
geyser-prefix: "*"
# Commands to execute when the player votes
commands:
- eco give %player% 20
- xp give %player% 100
# Message to send to the player who voted after voting
player-message: "&aThank you! You have been awarded &etwenty dollars."
# Message to prodcast to all players after a player votes
broadcast-message: "&aThank &e%player%&a for &d/vote&aing for us on %service%!"
# Should we enable a /vote command which will show a message you want?
vote-command: false
# Pleae put a message in JSON format because we will use the "/tellraw" command
# You can use https://minecraft.tools/en/json_text.php to generate a JSON format message
vote-command-message: "{\"text\":\"The server owner hasn't added a /vote message yet, contact the owner to add one\",\"bold\":true,\"color\":\"red\"}"