-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
83 lines (72 loc) · 3.3 KB
/
config.yml
File metadata and controls
83 lines (72 loc) · 3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#################
# ParallelUtils #
#################
# Debug=1, Info=2, Warning=3, Error=4
debug: 2
# mySQL connection info
sql:
# Database info
address: example.com:7000
database: databaseName
username: user
password: pass
# Discord Bot Integration
token: discordApiToken
staff_channel_id: staffChannelId
vp_message_channel: discordVotePartyMessageChannel
vp_message_id: discordVotePartyMessageId
server_id: discordServerId
staff_id: discordStaffRoleId
# Github integration for version checking
github_token: githubApiToken
# Sunken Treasure
treasure_loot: sunkenTreasureLootTable
# Parallel Chat
group-formats:
default: '<tag><gray><displayname> ><reset><message>'
trusted: '<tag><gray><displayname> ><reset> <message>'
recruit: '<tag><gray><displayname> ><reset> <message>'
cadet: '<tag><gray><displayname> ><reset> <message>'
researcher: '<tag><gray><displayname> ><reset> <message>'
adventurer: '<tag><gray><displayname> ><reset> <message>'
voyager: '<tag><gray><displayname> ><reset> <message>'
rift_master: '<tag><gray><displayname> ><reset> <message>'
community_manager: '<dark_aqua><bold>T <reset><tag><displayname><reset><gray> ><color:#FFFFB0> <message>'
developer: '<dark_aqua><bold>D <reset><tag><blue><displayname><reset><gray> ><color:#BED7FF> <message>'
mod: '<dark_aqua><bold>M <reset><tag><green><displayname><reset><gray> ><color:#BDFFBD> <message>'
admin: '<dark_aqua><bold>A <reset><tag><aqua><displayname><reset><gray> ><color:#b3ffff> <message>'
owner: '<dark_purple><bold>O <reset><tag><aqua><displayname><reset><gray> ><color:#b3ffff> <message>'
anti-caps:
enabled: true
min-message-length: 13
match-percent: 70
auto-broadcast:
messages:
- "<aqua>Don't forget to vote for <white><bold>diamonds, <gold>riftcoins, </bold><aqua>and more by typing <green><bold>/vote!"
- "<aqua>Lock your chests, item frames, armor stands, player heads, and more with <yellow><bold>/lock!"
- "<aqua>Follow us on Twitter <color:#00B6FF>(@ParallelMC)<aqua>, Instagram <color:#00B6FF>(@ParallelServer)<aqua>, and TikTok <color:#00B6FF>(@ParallelServer)<aqua>!"
- "<aqua>Want a <red>custom pirate hat <aqua>and <gold>100 riftcoins? <aqua>Fill out the graylist application on our Minecraft Forums post!"
- "<aqua>Join our Discord server by typing <green><bold>/discord!"
- "<aqua>Be sure to visit <dark_red><bold>Red's Shop</bold> <aqua>in the Shopping District to buy special items with <gold>riftcoins!"
- "<aqua>Type <green><bold>/dailybonus</bold> <aqua>every day to receive <gold>10 extra riftcoins!"
- "<aqua>Be sure to visit the <yellow><bold>Shopping District</bold> <aqua>to buy and sell goods to other players!"
- "<aqua>To catch up on the newest stories of Parallel, type <green><bold>/lore!"
interval: 30000
prefix: "<dark_aqua>[<white><bold>P</bold><dark_aqua>] "
announcements:
broadcast:
prefix: "<dark_gray>[<dark_red>BROADCAST<dark_gray>] "
chat-color: "<aqua>"
announce:
message:
- "<dark_gray><strikethrough>--------------------------"
- "<reset><yellow><bold>ANNOUNCEMENT"
- "<reset><message>"
- "<dark_gray><strikethrough>--------------------------"
# Bits and Bobs
disable-ender-chests: false
prevent-spawner-mining: false
enable-calling-bell: true
enable-cozy-campfires: true
enable-sweethearts: true
enable-ziprails: true