-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
198 lines (151 loc) · 10.2 KB
/
Copy pathconfig.yml
File metadata and controls
198 lines (151 loc) · 10.2 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
########################################################################################################################
# #
# CORE #
# #
########################################################################################################################
prefix: "&8[&3Manhunt&8] &a"
whitelistEnabled: true
# Whitelist:
# - When plugin is enabled, whitelist is cleared, and all peoples in teams configured below will be added to the whitelist
# - When plugin is disabled, whitelist is cleared
globalChatPrefix: '@' #ONLY 1 CHARACTER ALLOWED
privateChatFormat: "%teamColor%[%team%] &r%playername%: %message%" #Variables: %teamColor%, %team%, %playername% & %message%
publicChatFormat: "&e[GLOBAL] &r%playername%: %message%" # Variables: %playername% & %message%
joinMessage: "&a%player% joined the party!" # Variables: %player%
leaveMessage: "&a%player% leaved the party!" # Variables: %player%
########################################################################################################################
# #
# Permissions #
# #
########################################################################################################################
permissions_start: "manhunt.admin"
permissions_stop: "manhunt.admin"
permissions_reload: "manhunt.admin"
permissions_setspawn: "manhunt.admin"
permissions_setlocation: "manhunt.admin"
permissions_setspeedrunner: "manhunt.admin"
permissions_addteam: "manhunt.admin"
permissions_removeteam: "manhunt.admin"
permissions_list: "manhunt.default"
permissions_help: "manhunt.default"
########################################################################################################################
# #
# GAME SETTINGS #
# # #
# Colors list: https://www.spigotmc.org/wiki/textcosmetics-colors-and-formats/ #
# #
########################################################################################################################
hunted: 'Speedrunner'
team1:
- 'user1'
team2:
- 'user2'
guards:
- "user3"
spectators:
- "user4"
team1name: "Blue"
team2name: "Red"
guardname: "Guards"
spectatorname: "Spectators"
speedrunnername: "Speedrunner"
team1Color: "&9"
team2Color: "&c"
huntedColor: "&e"
guardColor: "&6"
spectatorColor: "&7"
coordinatesRefreshDelay: 45 #Commas do not work
counterToStart: 5 #Countdown before game starts
winCommands:
- "tell %player% You win!"
# Only speedrunner receive defeat commands WHEN HE DIED
defeatCommands:
- "tell %player% You lost!"
########################################################################################################################
# #
# Coordinates #
# #
# /!\ Commas don't work #
# #
########################################################################################################################
spawnCoords: 0, 80, 0
huntedCoords: 0, 80, 0
guardCoords: 0, 80, 0
team1Coords: -200, 80, -200
team2Coords: 200, 80, -200
########################################################################################################################
# #
# Items #
# #
# Format: ITEM NAME, AMOUNT #
# Item list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html #
# #
########################################################################################################################
teamItems:
- COMPASS, 1
huntedItems:
- COOKED_BEEF, 64
- STONE_SWORD, 1
- STONE_PICKAXE, 1
- STONE_AXE, 1
- LEATHER_HELMET, 1
- LEATHER_CHESTPLATE, 1
- LEATHER_LEGGINGS, 1
- LEATHER_BOOTS, 1
guardItems:
- COOKED_BEEF, 64
- STONE_SWORD, 1
########################################################################################################################
# #
# EFFECTS #
# #
# Format: EFFECT NAME, NUMBER OF SECONDS, AMPLIFIER #
# Effects list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html #
# #
########################################################################################################################
# Effects given at the beginning of the game to each TEAM
teamEffects:
- REGENERATION, 15, 0
# Effects given at the beginning of the game to the speedrunner
huntedEffects:
- HEALTH_BOOST, 999999, 9
- HEAL, 10, 100
# Effects given at the beginning of the game to guards
guardEffects:
- REGENERATION, 15, 0
# Effects given to the speedrunner when he eats
huntedEatEffects:
- REGENERATION, 15, 0
########################################################################################################################
# #
# MESSAGES #
# # #
# Colors list: https://www.spigotmc.org/wiki/textcosmetics-colors-and-formats/ #
# #
########################################################################################################################
messages_noPermission: '&cYou dont have permission to use this command!'
messages_reloadMessageSuccessful: '&7Reload Successful'
messages_notPlayer: '&cYou are not a player.'
messages_speedrunnerNotConnected: "&cSpeedrunner is not online"
messages_notAGuard: "&cYou are not a guard"
messages_gameAlreadyStarted: '&cGame already started'
messages_gameStarted: "&aGame just started"
messages_gameIsStarting: "&aStarting in..."
messages_gameStartingCount: "&b%seconds%"
messages_gameNotStarted: "&cGame is not started"
messages_gameStopped: "&cGame has been stopped"
messages_coordinatesMessage: "&6%player%'s coordinates are: &3&l%coordinates%" # Variables: %player%
messages_coordinatesNotConnected: "&cCoordinates cannot be sent because the speedrunner isn't connected!"
messages_joinTeam: "&7You joined the %teamColor%%team% &7team" # Variables: %teamColor%, %team%
messages_groupChatActivated: "&7TEAMCHAT &aON &7> Start your message by &e%groupPrefix% &7to talk in the global chat" # Variables: %groupPrefix%
messages_teleporting: "&7Teleporting &6%player%.." # Variables: %player%
messages_teleported: "&aYou have been teleported!"
messages_teamReveal: "&7[&a&l!&r&7] &7You are in the %teamColor%%team% &7team " # Variables: %teamColor%, %team%
messages_objectives_team: "&7[&a&l!&r&7] &7You can locate %player% with the compass in your inventory or in the chat" # Variables: %player%
messages_objectives_guard: "&7[&a&l!&r&7] &7You have to protect %player%" # Variables: %player%
messages_feature_team: "&7[&a&l!&r&7] &cWARNING &7Compass direction is refreshed every %delay%s and coordinates are sent in chat every %delay%s" # Variables: %delay%
messages_feature_guard: "&7[&a&l!&r&7] &7You can teleport to him using &e/manhunt tp"
messages_huntedKilled: "&6&l%player% &3has been killed!" # Variables: %player%
messages_victory: "&eVictory of the %teamColor%%team%&r team" # Variables: %teamColor%, %team%
messages_enderdragon_win: "&aVictory of %player%" # Variables: %player%
# End of the config file