You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/config.yml
+12
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
# Only players in this range to the talking mob will see the message
3
3
maxDistance: 0
4
4
5
+
# Define which events should show messages
6
+
# Everything except for "spawned" is a boolean (true or false).
7
+
# The "spawned" event expects a list of spawn reasons (see https://jd.bukkit.org/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html for possible spawn reasons).
8
+
events:
9
+
attacked: true
10
+
interacted: true
11
+
killed: true
12
+
spawned:
13
+
- CUSTOM
14
+
- SPAWNER
15
+
- SPAWNER_EGG
16
+
5
17
# How to format the messages
6
18
# %mobname% is replaced with the name of the talking mob
0 commit comments