feat: god self care (can't believe i don't have one)

This commit is contained in:
ChomeNS
2025-05-30 16:45:50 +07:00
parent 271c1e797a
commit 23b7c3351a
5 changed files with 35 additions and 5 deletions

View File

@@ -131,6 +131,7 @@ public class Configuration {
public boolean vanish = true;
public boolean nickname = true;
public boolean god = true;
public boolean socialspy = true;
public boolean mute = true;
@@ -176,6 +177,9 @@ public class Configuration {
public String nickNameRemove = "You no longer have a nickname.";
public String nickNameSet = "Your nickname is now ";
public String godModeEnable = "God mode enabled.";
public String godModeDisable = "God mode disabled.";
public String socialSpyEnable = "SocialSpy for %s: enabled";
public String socialSpyDisable = "SocialSpy for %s: disabled";