aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/molehunt.mixins.json
diff options
context:
space:
mode:
authorLéo Kosman <leo.kosman@proton.me>2024-08-31 14:04:12 +0200
committerLéo Kosman <leo.kosman@proton.me>2024-08-31 14:04:12 +0200
commite760fcfbeb930cc3e31f01c8c2d33f1fbd1977dd (patch)
tree9614b97880c69f7e5cb74aa1b2c7937e3d4592dd /src/main/resources/molehunt.mixins.json
parent6f65825e1504a1090405685404e7cbc59bd0f44b (diff)
parentd5732c6f04c8718e8734b9794d3e1dbc5c33aec5 (diff)
Merge branch 'refs/heads/main' into feat/role-command
Diffstat (limited to 'src/main/resources/molehunt.mixins.json')
-rw-r--r--src/main/resources/molehunt.mixins.json27
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
+ }
+}