-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
50 lines (36 loc) · 1.44 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
pluginEnabled: true
# Worlds to disable this plugin in, good for Creative, Battle Arenas and worlds where scoreboard conflicts
disabledWorlds:
- example1
- creative
# Disabled commands when player is tagged in combat
disabledCommands:
- home
- spawn
- heal
- warp
- tpa
# Disable teleporting when player is tagged in combat, this conflicts with plugins like worldborder, better to use disabledCommands
disableTeleport: false
# Set true to remove invisibility from players who are tagged in combat, default to false because it breaks default game mechanic
removeInvisible: false
# Color of the nametag of players in combat
tagColor: 'c'
# Disables enderpearls for players in combat, default to false because it breaks default game mechanic
disableEnderpearls: false
# Block players who are not tagged to attack tagged players in safe zones
antiPilejump: false
# Block flying from players who are tagged in combat
disableFlying: true
# How long in seconds, will a tag last
tagTime: 20
# Use the scoreboard to display time left til the tag wears off
displayTagTime: true
# Enable replacing players who log out of combat with a mob
mobEnabled: true
# mob will spawn with the player's health
keepPlayerHealth: true
# max health available (20 is a normal players default)
maxHealth: 20
# Set true to allow the mob to regen health over what player had when they logged (up to Health defined above)
allowRegen: true