From d5732c6f04c8718e8734b9794d3e1dbc5c33aec5 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Sat, 31 Aug 2024 11:22:17 +0000 Subject: fix(message): disable leave and join message --- src/main/resources/molehunt.mixins.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/molehunt.mixins.json b/src/main/resources/molehunt.mixins.json index 287cfc4..e9ec77e 100644 --- a/src/main/resources/molehunt.mixins.json +++ b/src/main/resources/molehunt.mixins.json @@ -1,13 +1,14 @@ -{ - "required": true, - "minVersion": "0.8", - "package": "world.anhgelus.molehunt.mixin", - "compatibilityLevel": "JAVA_21", - "mixins": [ - "NoMsgCommand", - "NoPortals" - ], - "injectors": { - "defaultRequire": 1 - } -} +{ + "required": true, + "minVersion": "0.8", + "package": "world.anhgelus.molehunt.mixin", + "compatibilityLevel": "JAVA_21", + "mixins": [ + "NoJoinLeaveMessage", + "NoMsgCommand", + "NoPortals" + ], + "injectors": { + "defaultRequire": 1 + } +} -- cgit v1.2.3