From ea83ce5853cd3d98b99c86e2df533a610f8e72a3 Mon Sep 17 00:00:00 2001 From: Logan Gorence Date: Sun, 16 Jan 2022 13:15:26 -0800 Subject: [PATCH] Add missing sendPlayerDeath to Bifrost config template. --- foundation-bifrost/src/main/resources/bifrost.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundation-bifrost/src/main/resources/bifrost.yaml b/foundation-bifrost/src/main/resources/bifrost.yaml index 3153140..d8917bd 100644 --- a/foundation-bifrost/src/main/resources/bifrost.yaml +++ b/foundation-bifrost/src/main/resources/bifrost.yaml @@ -18,3 +18,4 @@ channel: sendShutdown: true sendPlayerJoin: true sendPlayerQuit: true + sendPlayerDeath: true