aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/features/impl
diff options
context:
space:
mode:
authorsyeyoung <cyong06@naver.com>2021-01-12 21:39:04 +0900
committersyeyoung <cyong06@naver.com>2021-01-12 21:39:04 +0900
commitbad5f165ff03497fca06633819bf40207ef5ac4a (patch)
tree692f06d59b08a6c9d8f04fa05ce6dcc6949d1b7e /src/main/java/kr/syeyoung/dungeonsguide/features/impl
parent900c57dd3ebfcd3deae9302029785b6e0ba78947 (diff)
downloadSkyblock-Dungeons-Guide-bad5f165ff03497fca06633819bf40207ef5ac4a.tar.gz
Skyblock-Dungeons-Guide-bad5f165ff03497fca06633819bf40207ef5ac4a.tar.bz2
Skyblock-Dungeons-Guide-bad5f165ff03497fca06633819bf40207ef5ac4a.zip
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
Diffstat (limited to 'src/main/java/kr/syeyoung/dungeonsguide/features/impl')
-rw-r--r--src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureAutoReparty.java2
1 files changed, 1 insertions, 1 deletions
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