add credit command to setup
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m36s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m36s
This commit is contained in:
parent
e0ca1a79a2
commit
90f711b567
1 changed files with 3 additions and 8 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue