From bad5f165ff03497fca06633819bf40207ef5ac4a Mon Sep 17 00:00:00 2001 From: syeyoung Date: Tue, 12 Jan 2021 21:39:04 +0900 Subject: how is chat macro against the rules but anyways add warning, suggested by Dungeon Gang discord mod also I'm writing better commit message since there is actually a person... seeing this --- .../kr/syeyoung/dungeonsguide/features/impl/FeatureAutoReparty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/kr/syeyoung/dungeonsguide/features/impl') diff --git a/src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureAutoReparty.java b/src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureAutoReparty.java index ae01d5ee..2ff4ff2d 100644 --- a/src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureAutoReparty.java +++ b/src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureAutoReparty.java @@ -20,7 +20,7 @@ import org.lwjgl.opengl.GL11; public class FeatureAutoReparty extends SimpleFeature implements DungeonEndListener { public FeatureAutoReparty() { - super("Bossfight", "Auto reparty when dungeon finishes","Auto reparty on dungeon finish", "bossfight.autoreparty", false); + super("Bossfight", "Auto reparty when dungeon finishes","Auto reparty on dungeon finish\n\nThis automates player chatting action, (disbanding, repartying) Thus it might be against hypixel's rules.\nBut mods like auto-gg exist so I'm leaving this feature.\nThis option is use-at-your-risk and you'll be responsible for ban if you somehow get banned because of this feature\n(Although it is not likely to happen)\nDefaults to off", "bossfight.autoreparty", false); } @Override -- cgit