Skip to content

Commit

Permalink
Added/improved module descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonk9043 committed Aug 31, 2024
1 parent 2236068 commit 2e32736
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions src/main/java/net/aoba/module/ModuleManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class ModuleManager implements KeyDownListener {
public AutoEat autoeat = new AutoEat();
public AutoFarm autofarm = new AutoFarm();
public AutoFish autofish = new AutoFish();
public AntiHunger antihunger = new AntiHunger();
public AutoShear autoShear = new AutoShear();
public AutoSign autosign = new AutoSign();
public AutoSoup autosoup = new AutoSoup();
Expand All @@ -70,7 +71,9 @@ public class ModuleManager implements KeyDownListener {
public Criticals criticals = new Criticals();
public CrystalAura crystalaura = new CrystalAura();
public ClickTP clickTP = new ClickTP();
public EntityControl entityControl = new EntityControl();
public EntityESP entityesp = new EntityESP();
public EXPThrower expthrower = new EXPThrower();
public FastLadder fastladder = new FastLadder();
public FastPlace fastplace = new FastPlace();
public FastBreak fastbreak = new FastBreak();
Expand All @@ -87,6 +90,7 @@ public class ModuleManager implements KeyDownListener {
public Jetpack jetpack = new Jetpack();
public KillAura killaura = new KillAura();
public MaceAura maceaura = new MaceAura();
public MCA mcf = new MCA();
public Nametags nametags = new Nametags();
public Noclip noclip = new Noclip();
public NoFall nofall = new NoFall();
Expand All @@ -106,20 +110,16 @@ public class ModuleManager implements KeyDownListener {
public Sprint sprint = new Sprint();
public Step step = new Step();
public Strafe strafe = new Strafe();
public EntityControl entityControl = new EntityControl();
public Surround surround = new Surround();
public TileBreaker tilebreaker = new TileBreaker();
public Timer timer = new Timer();
public Tooltips tooltips = new Tooltips();
public Tracer tracer = new Tracer();
public Trajectory trajectory = new Trajectory();
public TriggerBot triggerbot = new TriggerBot();
public XCarry xCarry = new XCarry();
public XRay xray = new XRay();
public Zoom zoom = new Zoom();
public Tooltips tooltips = new Tooltips();
public AntiHunger antihunger = new AntiHunger();
public EXPThrower expthrower = new EXPThrower();
public MCA mcf = new MCA();
public XCarry xCarry = new XCarry();

public ModuleManager(List<IAddon> addons) {
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public BowAimbot() {

this.setName("BowAimbot");
this.setCategory(Category.of("Combat"));
this.setDescription("BowAimbot");
this.setDescription("Calculates the location the crosshair must be to hit an arrow shot.");

targetAnimals = new BooleanSetting("bowaimbot_target_mobs", "Target Mobs", "Target mobs.", false);
targetPlayers = new BooleanSetting("bowaimbot_target_players", "Target Players", "Target players.", true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public CrystalAura() {

this.setName("CrystalAura");
this.setCategory(Category.of("Combat"));
this.setDescription("Attacks anything within your personal space.");
this.setDescription("Attacks anything within your personal space with a End Crystal.");

radius = new FloatSetting("crystalaura_radius", "Radius", "Radius, in blocks, that you can place/attack a crystal.", 5f, 1f, 15f, 1f);
placeRadius = new FloatSetting("crystalaura_place_radius", "Place Radius", "Radius, in blocks, that you can place/attack a crystal.", 5f, 1f, 15f, 1f);
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/aoba/module/modules/combat/MaceAura.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public MaceAura() {

this.setName("MaceAura");
this.setCategory(Category.of("Combat"));
this.setDescription("Attacks anything within your personal space.");
this.setDescription("Smashes players in your personal space with a Mace with extreme damage. Be sure to enable NoFall for best results.");

radius = new FloatSetting("maceaura_radius", "Radius", "Radius", 5f, 0.1f, 10f, 0.1f);
targetAnimals = new BooleanSetting("maceaura_target_animals", "Target Animals", "Target animals.", false);
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/aoba/module/modules/combat/Reach.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Reach() {

this.setName("Reach");
this.setCategory(Category.of("Combat"));
this.setDescription("Reaches further.");
this.setDescription("Allows you to reach further.");

distance = new FloatSetting("reach_distance", "Distance", "Distance, in blocks, that you can reach.", 5f, 1f, 15f, 1f);
this.addSetting(distance);
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/aoba/module/modules/movement/Glide.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Glide() {

this.setName("Glide");
this.setCategory(Category.of("Movement"));
this.setDescription("Allows the player to glide down.");
this.setDescription("Allows the player to glide down when in the air. Does not prevent fall damage.");

fallSpeed = new FloatSetting("glide_fallspeed", "Fall Speed", "The speed at which the player will fall.", 0.25f, 0.1f, 2.0f, 0.1f);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public GuiMove() {

this.setName("GuiMove");
this.setCategory(Category.of("Movement"));
this.setDescription("Lets the player move while inside of menus.");
this.setDescription("Lets the player move while inside of menus using arrow keys..");
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/aoba/module/modules/movement/Spider.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public Spider() {

this.setName("Spider");
this.setCategory(Category.of("Movement"));
this.setDescription("Allows players to climb up blocks.");
this.setDescription("Allows players to climb up blocks like a spider.");

speed = new FloatSetting("spider.speed", "Speed", "Speed that player goes up blocks.", 0.1f, 0.05f, 1.0f, 0.05f);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public Trajectory() {

this.setName("Trajectory");
this.setCategory(Category.of("Render"));
this.setDescription("Allows the player to see where they are aiming. (DISABLED)");
this.setDescription("Allows the player to see where their projectiles will approxmiately land.");

this.addSetting(color);
this.addSetting(blipSize);
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/aoba/module/modules/world/AutoFarm.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public AutoFarm() {

this.setName("AutoFarm");
this.setCategory(Category.of("World"));
this.setDescription("Destroys blocks that can be instantly broken around the player.");
this.setDescription("Automatically plants, fertilizes, and harvests crops.");
this.radius = new FloatSetting("autofarm_radius", "Radius", "Radius", 5f, 0f, 15f, 1f);
this.addSetting(radius);
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/aoba/module/modules/world/AutoSign.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public AutoSign() {

this.setName("AutoSign");
this.setCategory(Category.of("World"));
this.setDescription("Automatically places sign.");
this.setDescription("Automatically places sign with predefined text.");
}

public void setText(String[] text) {
Expand Down

0 comments on commit 2e32736

Please sign in to comment.