diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-31 11:22:17 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-08-31 11:22:17 +0000 |
| commit | d5732c6f04c8718e8734b9794d3e1dbc5c33aec5 (patch) | |
| tree | 873c65653c3e831f2a80a9c75453fecc6b1b73c6 /src/main/resources/molehunt.mixins.json | |
| parent | bddff4c489a91a5e374574be2af263cc63d9044b (diff) | |
fix(message): disable leave and join message
Diffstat (limited to 'src/main/resources/molehunt.mixins.json')
| -rw-r--r-- | src/main/resources/molehunt.mixins.json | 27 |
1 files changed, 14 insertions, 13 deletions
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
+ }
+}
|
