forked from AwesomePowered/SpawnTP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
59 lines (59 loc) · 1.3 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
prefix: "&6[&4SpawnTP&6]"
#Main Feature
SpawnTP: true
#New Players
SpawnOnlyNewJoin: false
NewPlayers:
SendToSpawn: true
Announce: true
AnnounceMessage: '&f&l%player% &6&lHas joined for the first time!'
#Should we clear the players inventory/chat on join?
Clear:
Chat: false
Inventory: false
#Should we anounce first join?
AnnounceFirstJoin: true
#Custom Messages
LoginMessages:
Enabled: false
Join: '&6&lThe almighty &f&l%player% &6&ljoined the game!'
Quit: '&6&lThe almighty &f&l%player% &6&lleft the game!'
#Should we log every teleport by this plugin?
LogTeleport: true
#Should we spawn a firework every time a player joins?
#List of types can be found at http://lazle.us/FireworkType
Firework:
Enabled: true
Type1: BALL_LARGE
Type2: STAR
Type3: BURST
#Should we play sound to the player who joined?
#List of sounds can be found at http://lazle.us/SpawnTPSounds
Sound:
Enabled: false
Sound: GHAST_MOAN
Volume: 1
Pitch: 1
#Disabled worlds, players don't get sent to spawn if they logged in on these worlds.
DisabledInWorld:
- Hardcoreworld
- Nospawnworld
#Spawn Location
Spawn:
World:
Yaw:
Pitch:
X:
Y:
Z:
#Spawn Location //Not implemented yet.
FirstSpawn:
World:
Yaw:
Pitch:
X:
Y:
Z:
#WorldSpawns
WorldSpawns:
ConfigVersion: 2