Skip to content

Commit

Permalink
Improvements & Cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
unnamedlife committed Sep 27, 2022
1 parent f4cd842 commit 4a789f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class AutoEz extends BBCModule {
private final Setting<List<String>> killMessages = sgKills.add(new StringListSetting.Builder()
.name("kill-messages")
.description("The random messages to send when you kill someone.")
.defaultValue(List.of("Officially owned {player} with the power of BBC Kawaii-Hack", "Fireworks show sponsored by BBC Hack https://dsc.gg/bbcd", "Goodnight {target}", "{playerkills} kills on {player} already", "Big Dubs shoutout BBC Boys!", "BBC Kawaii-Hack owns me and all! :o3", "Join BBC Boys today at https://dsc.gg/bbcd", "Damn i love PFTpancake"))
.defaultValue(List.of("Officially owned {player} with the power of BBC Kawaii-Hack", "Fireworks show sponsored by BBC Hack https://dsc.gg/bbcd", "Goodnight {target}", "{playerkills} kills on {player} already", "Big Dubs shoutout BBC Boys <3", "BBC Kawaii-Hack owns me and all! :o3", "Join BBC Boys today at https://dsc.gg/bbcd", "18deaths is daddy","PFTPancake is bae"))
.visible(() -> killMsg.get() && randomMsg.get())
.build()
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ private void onTick(TickEvent.Post event) {
rpc.setDetails("Strongest MC Griefing Tool " + BBCAddon.VERSION);

if (mc.currentScreen instanceof TitleScreen) rpc.setState("Picking a victim");
else if (mc.currentScreen instanceof SelectWorldScreen) rpc.setState("Testing Griefing Tools");
else if (mc.currentScreen instanceof CreateWorldScreen || mc.currentScreen instanceof EditGameRulesScreen) rpc.setState("Creating world");
else if (mc.currentScreen instanceof SelectWorldScreen) rpc.setState("Testing TNT Capacity offline");
else if (mc.currentScreen instanceof CreateWorldScreen || mc.currentScreen instanceof EditGameRulesScreen) rpc.setState("Creating megabase replica world");
else if (mc.currentScreen instanceof EditWorldScreen) rpc.setState("Testing Griefing Tools");
else if (mc.currentScreen instanceof LevelLoadingScreen) rpc.setState("Loading Grief Console");
else if (mc.currentScreen instanceof MultiplayerScreen) rpc.setState("Selecting a victim server");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.List;

/**
* @author Eureka
* @author 18deaths
*/

public class PenisESP extends BBCModule {
Expand All @@ -36,7 +36,7 @@ public class PenisESP extends BBCModule {
public Setting<SettingColor> headColor = sgRender.add(new ColorSetting.Builder().name("head-color").defaultValue(new SettingColor(240, 50, 180,75)).build());

public PenisESP() {
super(BBCAddon.Misc, "PenisESP", "Bruh idk");
super(BBCAddon.Misc, "Penis ESP", "Innovative latest state of art module");
}

@EventHandler
Expand Down

0 comments on commit 4a789f3

Please sign in to comment.