🌘
🌘
🌘
🌘
Bloodmoon Advanced
Search…
Bloodmoon Advanced
❓FAQ
📚
Guides
Enable bloodmoon for your world
General
Commands & Permissions
⏰SCHEDULES
Introduction
Commands
Properties
🚧
SIGNS
Introduction
Overview
💀
Mobs
Introduction
Properties
Commands
Spawn mechanics
Boss
Mythic mobs
📦
Items
Introduction
Commands
🌡️Lifecycles
Introduction
Commands
🎬
Actions
Introduction
Commands
💀
Death Actions
Introduction
⏲️ Events
Introduction
Stop Event
Death Event
Heal Event
Lightning Event
Potion effect Event
Teleport Event
Swap Event
Reinforcement Event
Dash Event
Speak Event
Respawn Event
Explode Event
Sound Event
Vanish Event
Shield Event
Placeholder API
Overview of placeholders
📄
Configs
config.yml
mobs.yml
actions.yml
lifecycles.yml
items.yml
messages.yml
schedules.yml
🖇️API
Introduction
API docs
Powered By
GitBook
mobs.yml
The standard mobs.yml file
1
# Types: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
2
mobs
:
3
reinforced-creeper
:
4
type
:
CREEPER
5
name
:
'&cReinforced &2Creeper'
6
percentage
:
40.0
7
health
:
20.0
8
speed
:
0.3
9
explosion-radius
:
6
10
lifecycle
:
reinforced
-
creeper
11
baby-booboo
:
12
type
:
ZOMBIE
13
name
:
'&2Baby &fBooboo'
14
percentage
:
10.0
15
health
:
30.0
16
speed
:
0.3
17
glowing
:
false
18
item-drop-chance
:
0.0
19
baby
:
true
20
drops
:
21
-
hand 1 3.3
22
items
:
23
helmet
:
helmet
24
chestplate
:
chestplate
25
leggings
:
leggings
26
boots
:
boots
27
hand
:
zombie
-
sword
28
blazing-cube
:
29
type
:
MAGMA_CUBE
30
name
:
'&cBlazing Cube'
31
percentage
:
70.0
32
health
:
22.0
33
speed
:
0.3
34
size
:
3
35
trained-skeleton
:
36
type
:
SKELETON
37
name
:
'&5Magic &fSkeleton'
38
health
:
15.0
39
speed
:
0.3
40
item-drop-chance
:
0.0
41
items
:
42
chestplate
:
skelly
-
chestplate
43
hand
:
bow
44
drops
:
45
-
bow 1 5.0
46
skeleton-soldier
:
47
type
:
WITHER_SKELETON
48
name
:
'&aSoldier'
49
percentage
:
30.0
50
health
:
25.0
51
speed
:
0.5
52
item-drop-chance
:
0.0
53
items
:
54
chestplate
:
skelly
-
chestplate
55
hand
:
wither
-
sword
56
magician
:
57
type
:
WITCH
58
name
:
'&5Magician'
59
percentage
:
20.0
60
health
:
30.0
61
speed
:
0.3
62
item-drop-chance
:
0.0
63
lifecycle
:
magician
64
drops
:
65
-
super
-
stick 1 1.0
66
firewarden
:
67
type
:
BLAZE
68
name
:
'&4fire &6warden'
69
percentage
:
20.0
70
health
:
30.0
71
speed
:
1.0
72
lifecycle
:
firewarden
73
drops
:
[]
74
glowing
:
false
75
item-drop-chance
:
0.0
76
items
:
{}
Copied!
Configs - Previous
config.yml
Next - Configs
actions.yml
Last modified
2yr ago
Copy link