Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

AutoSpawner #164

Merged
merged 1 commit into from
Sep 16, 2020
Merged

AutoSpawner #164

merged 1 commit into from
Sep 16, 2020

Conversation

nothub
Copy link
Contributor

@nothub nothub commented Jan 12, 2020

Module for spamming Withers, Iron Golems and Snowmen.

@Module.Info(name = "AutoSpawner", category = Module.Category.MISC, description = "Automatically spawns Withers, Iron Golems and Snowmen")
public class AutoSpawner extends Module {

private Setting<UseMode> useMode = register(Settings.e("UseMode", UseMode.SPAM));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this setting be named Use mode?

private Setting<Boolean> party = register(Settings.b("Party", false));
private Setting<Boolean> partyWithers = register(Settings.booleanBuilder("Withers").withValue(false).withVisibility(v -> party.getValue()).build());
private Setting<EntityMode> entityMode = register(Settings.enumBuilder(EntityMode.class).withName("EntityMode").withValue(EntityMode.SNOW).withVisibility(v -> !party.getValue()).build());
private Setting<Float> placeRange = register(Settings.floatBuilder("PlaceRange").withMinimum(2.0f).withValue(3.5f).withMaximum(10.0f).build());
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this setting be named Place range?

@zeroeightysix zeroeightysix self-assigned this Jan 15, 2020
@zeroeightysix zeroeightysix added enhancement New feature or request needs testing This needs to be tested before merging labels Jan 15, 2020
5HT2 added a commit to kami-blue/client that referenced this pull request Jan 15, 2020
@5HT2
Copy link
Contributor

5HT2 commented Jan 15, 2020

Would you mind implementing my nametags @blockparole?
See here kami-blue/client@380999f

IronException added a commit to IronException/KAMI-blau that referenced this pull request Feb 2, 2020
* ModuleManager lookup fixes.

* ModuleManager lookup fixes.

* updateLookup() should store in lowercase

* Fix kami-blue#296 (kami-blue#297)

* ModuleManager safety

* Module wasn't spelled correctly, causing NPE.

* update readme instructions

* add logs to gitignore

* update contributing readme

* formatting in readme

* fix deprecated file in readme

* typo in readme

* add troubleshooting to readme

* close kami-blue#360

* change name for kami-blue#358

* formatting in readme

* rearrange readme

* update elytraflight to work on highways

* capitalize s in Speed

* add antichunkload patch

* update armourhide to be able to hide pieces

* enable antichunkloadpatch automatically

* elytraflight highway mode set to fly

* fix bug (you were not saving new chunks anymore after closing the file once) (kami-blue#361)

* fix for kami-blue#361

* True Durability and Friends List (kami-blue#338) to close kami-blue#337 and close kami-blue#240 and close and close kami-blue#327

* True Durability

* Friends List

* Separated extratab and tabfriends

* move truedurability to thing

* enable tabfriends automatically

* disable antichunkloadpatch by default

* hide tabfriends by default

* add antichatspam for kami-blue#12

* noswing

* Add proper credits to noswing as per zeroeightysix/162

* visualrange (kami-blue#364)

Co-authored-by: blockparole <[email protected]>

* nobreakanimation (kami-blue#365)

Co-authored-by: blockparole <[email protected]>

* fix packages for new 3

* autospawner (kami-blue#366)

Co-authored-by: blockparole <[email protected]>

* refactor for kami-blue#336

* change defaults and stuff

* add pull32k (kami-blue#367)

Co-authored-by: fluffycq <[email protected]>

* blacklist add enchanting table

* Update as per zeroeightysix/KAMi

zeroeightysix/KAMI@d0f11b3

* Feature/rpcusers (kami-blue#369)

* update rpc to use different images

* fuck around until it works idk

* add debugging code

* make everything work now!

* fix image names and descriptions

* add case 3 and 4

* fix typo

* make holeesp settings better thanks to clinet

* make code pretty and use case statements thanks to darkis feedback

* reorder settings

* add defaults button to elytraflight

* Fix typo in readme

* make holeesp case code pretty

* move autoqmain to proper package

* close kami-blue#318

* close kami-blue#318 and close kami-blue#306

* Clean up infooverlay section

* collapse small methods

* add labels for sections

* focussed > focused

* comment testing code

* Feature/aliases to close kami-blue#358 (kami-blue#376)

* Add Aliases

* Add aliases cmd and cmds to CommandsCommand

* undo build.gradle changes

* shorten check in commandmanager

* add more aliases

Co-authored-by: d1gress <[email protected]>
Co-authored-by: Qther <[email protected]>

* reorganize and clean up kamigui

* Revert "reorganize and clean up kamigui"

This reverts commit 246ead9.

* close kami-blue#382

* add aliases to tp cmd

* close kami-blue#383

* clean up code and close kami-blue#253

* add credits to Surround

* temp make friends list not load if minimised

* switch to hub's autotrap

* fix naming as per zeroeightysix/KAMI/pull/164

* fixcomment style zeroeightysix/KAMI/pull/153 zeroeightysix/KAMI/pull/163

* Update scaffold

// TODO: clean up code

* Set up CI with Azure Pipelines

* Set up CI with Azure Pipelines 2

[skip ci]

* Set up CI with Azure Pipelines

[skip ci]

* Set up CI with Azure Pipelines

[skip ci]

* wack

* Update .travis.yml

* Delete KznnorExploit

* remove this mixin for now as it's broken

* prepare code for kami-blue#33 and kami-blue#42

* close kami-blue#42

* code cleanup and optimization

* combine calculator classes into one

* delete gui scale

* rearrange reamde

* add option to dsiable info msg in aura

* close kami-blue#396

* fix typos

* make method more efficient in kamigui

* close kami-blue#312

* fix comment style

* autoenable invpreview

* bump ver to v1.1.2

* Revert "Update .travis.yml"

This reverts commit e0b02b7.

* hopefully this works

* i hate everything

* close kami-blue#402

* optimize imports

* autodisable default

* Create incompatiblity-report.md

* sane naming for infooverlay

* close kami-blue#385

* refactor infooverlay and make code cleaner

* refactor command sign and color > colour

* create ColourCodesMinecraft

* close kami-blue#391

* dates oops

* close kami-blue#403

* Delete PearlDupe.java

* fix launch crash

* Rearrange readme and make it easier to understand

* yes

* idk

* clean up build script

* revert qther's changes

* close kami-blue#292

* fix repo refs

* fix travis

* close kami-blue#411

* fix repo refs

* close kami-blue#384 and kami-blue#336

* close kami-blue#410

* close kami-blue#400

* comments and missed things

* add downloads badges

* move discord badge first

* add proper links for new badges

* wrong link for 086, last commit i swear aksdlka

* Update README.md

* close kami-blue#417

* unused import :bigbrain:

* dates

* close kami-blue#33

* update kami-blue#33

* add rounder to infocalc

* add timerspeed uwu ty tbm

* ignore always null

* add animation to surround

* move timerspeed to movement

* update comment for inventory size

* dates

* fix credit message

* change class access for info stuff

* Speed default

* update shields

* move everything over to blue.bella.wtf

* change discord presence url to new website

* typo here as well

Co-authored-by: Sasha <[email protected]>
Co-authored-by: Bella Who <[email protected]>
Co-authored-by: TBM <[email protected]>
Co-authored-by: blockparole <[email protected]>
Co-authored-by: fluffycq <[email protected]>
Co-authored-by: d1gress <[email protected]>
Co-authored-by: Qther <[email protected]>
Co-authored-by: Ridan Vandenbergh <[email protected]>
@zeroeightysix zeroeightysix merged commit 195294d into zeroeightysix:master Sep 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request needs testing This needs to be tested before merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants