-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yml
executable file
·62 lines (45 loc) · 1.63 KB
/
config.yml
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
#Advance Respawn - Spigot Plugin - Created by Matan Rak 2016-2017
# use {player} in any message as the player's name
# use {reason} in any message as the custom / default death message
#-==={ Respawn Settings }===-#
Spawn_Randomly: true
Auto_Respawn: true
Use_Radius: true
Min_Radius: 30
Max_Radius: 50
#-==={ Death Message Settings }===-#
Use_Death_Message: true
Death_Message: '&7{player} &c{reason}'
#Customize the death reasons in the causes.properties file
#-==={ World Settings }===-#
Disabled_Worlds:
- disabledworld
- anotherdisabledworld
#-==={ Spectate Death }===-#
#when a player dies he will respawn in spectator mode until a set time
Spectate_Respawn: false
Spectate_Respawn_Length: 4
Spectate_Respawn_Continue_Timer_After_Logout: false
Spectate_Respawn_Max_Fly_Distance: 100
Spectate_Respawn_For_Players_In_Creative: false
Spectate_Respawn_Progress_Title: '&2Respawning...!'
Spectate_Respawn_Progress_Title_Line2: '&7Respawning in {countdown} seconds'
Spectate_Respawn_Title_Line_1: '&cRespawned!'
Spectate_Respawn_Title_Line_2: '&aYou have respawned &2{blocks} &ablocks away'
#-==={ Title / Message Settings }===-#
# use %blocks% in the messages to add the distance from your last loc!
Show_Respawn_Titles: true
Respawn_Title_Line_1: '&cRespawned!'
Respawn_Title_Line_2: '&aYou have respawned &2{blocks} &ablocks away'
#-==={ Hologram Settings }===-#
Show_Holograms: true
Hologram_Duration: 10
Hologram_Line_1: '&c{player} &7died.'
Hologram_Line_2: '&c{reason}'
#-==={ Respawn Commands }===-#
Player_Run_Command_On_Respawn: false
Player_Respawn_Commands:
- spawn
Console_Run_Command_On_Respawn: false
Console_Respawn_Commands:
- feed {player}