promotional bannermobile promotional banner

WAILT

Why am I lagging tho

File Details

WhyAmILaggingTho 0.6.2

  • R
  • Jun 20, 2023
  • 5.65 MB
  • 199
  • 1.20.1+6
  • Forge + 2

File Name

WhyAmILaggingTho-0.6.2.jar

Supported Versions

  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.18.2
  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:wailt-518083:4598137")

Fabric

modImplementation "curse.maven:wailt-518083:4598137"

Quilt

modImplementation "curse.maven:wailt-518083:4598137"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

0.6.2

  • Add support for 1.19.4, 1.20, 1.20.1

0.6.1

  • Rewrote ASM pipeline to support partial frame computation.

0.6.0

  • Removed /ws endpoint, use /v1.
  • Added player_join and player_leave callbacks.
  • Added whois query for UUIDs.
  • Added list_players query for querying player list.
  • Added Restful endpoints for whois and list_players
  • Replaced available_profilers with profiler_status and more detailed info.
  • Added byContext grouping to entity_count_grouped. Currently used by ItemStack.

0.5.0

  • Fix incompatibilities with IShallNotTick.
  • Fix crashes with unregistered entities in 1.12.
  • Add number of ticking tiles to block_entity_tick.
  • Add block_entity_tick_grouped profiler for per-chunk data.

0.4.1

  • Fix /proc/self/stat on OpenVZ.

0.4.0

  • Rewrite as Multi version, Multi loader Java Agent.

0.3.0

  • Add BlockEntity tick per chunk grouping with block_entity_tick_grouped.
  • Add Entity tick per chunk grouping with entity_tick_grouped.
  • Add Chunk tick profiling (weather, random ticks, and natural entity spawning) with chunk_tick.

0.2.1

  • Add a license!

0.2.0

  • Fix bug with BlockEntity ticks not being calculated.
  • Add Entity tick profiling.
  • Add Config entry to limit number of entities returned with entity_count_grouped profiler.
  • Add per-chunk entity count tracking in entity_count_grouped.
  • Add per-packet network profiling in network_packets.
  • Switch to git tag offset versioning.
  • Add Optional Authentication mechanism to Websocket and Web API's.

Initial release - 0.1.0

  • Initial release :D