ThisTestUser

Results 12 issues of ThisTestUser

Splits the various features of NoSlowdown (honey and soul sand slowdown, item slowdown) with settings. This is useful because some anticheats only block NoSlowdown when using shields. ## Summary by...

Closes #822. I added various enhancements to AutoFarm. -Harvest all nearby crops first option -Check line of sight option -An option to select a fortune tool for breaking crops, and...

type:enhancement
area:settings
category:blocks
status:never-stale

Gets rid of the portal overlay when standing in a portal in survival. ## Summary by CodeRabbit - **New Features** - Introduced the "No Portal Overlay" option to remove the...

type:enhancement
type:new feature
category:render
status:never-stale

-Added an option to display health up to 2 decimal places. This may be useful in some cases. -Player health colors are now based upon their actual maximum health. -Added...

type:enhancement
area:settings
category:render
status:never-stale

Adds a slider to indicate the number of totems the player should have before disconnecting. This feature is off by default.

ProfileKeys do not work unless the user's account type is MSA. Using ProfileKeys.create() fixes this issue, as it defaults to ProfileKeys.MISSING if the user account type is not MSA.

A simple command to set the player's yaw and pitch. ## Summary by CodeRabbit - **New Features** - Introduced a new command functionality with the `LookCmd` command.

I added some more features to BoatFly, and then renamed it Vehicle because it is a better suited name for the features that it contains. -Force max horse jump height...

There currently doesn't seem to be a way to check the type of a LDC, since using cst.getClass().getName() is not allowed. In the debug environment I was able to get...

PacketOutputEvent includes a way to replace the packet being sent through setPacket(), but it never actually worked. The only mod that uses the setPacket() feature is AntiHunger.