add credit command to setup
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m36s

This commit is contained in:
Daniella / Tove 2024-10-03 17:26:57 +02:00
parent e0ca1a79a2
commit 90f711b567
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -6,14 +6,8 @@ import de.com.baseband.client.feature.background.ServerSafeguard;
import de.com.baseband.client.feature.commands.*; import de.com.baseband.client.feature.commands.*;
import de.com.baseband.client.feature.modules.chat.*; import de.com.baseband.client.feature.modules.chat.*;
import de.com.baseband.client.feature.modules.client.*; import de.com.baseband.client.feature.modules.client.*;
import de.com.baseband.client.feature.modules.combat.AutoKill; import de.com.baseband.client.feature.modules.combat.*;
import de.com.baseband.client.feature.modules.combat.AutoTotem;
import de.com.baseband.client.feature.modules.ingame.Inventory;
import de.com.baseband.client.feature.modules.render.NoParticles;
import de.com.baseband.client.feature.modules.render.PlayerSelector;
import de.com.baseband.client.feature.modules.movement.*; import de.com.baseband.client.feature.modules.movement.*;
import de.com.baseband.client.feature.modules.ingame.AutoRespawn;
import de.com.baseband.client.feature.modules.ingame.InteractionTweaks;
import de.com.baseband.client.feature.modules.render.*; import de.com.baseband.client.feature.modules.render.*;
import de.com.baseband.client.feature.modules.ingame.*; import de.com.baseband.client.feature.modules.ingame.*;
@ -50,9 +44,10 @@ public class Setup {
new ChatCrypt(), new ChatCrypt(),
new ChatExtras(), new ChatExtras(),
new ChatFilter(), new ChatFilter(),
new ColourSign(),
new ClickGUI(), new ClickGUI(),
new Connect(), new Connect(),
new ColourSign(),
new Credit(),
new Disconnect(), new Disconnect(),
new ElytraFly(), new ElytraFly(),
new ElytraBot(), new ElytraBot(),