Plushmonkey Avalanche Versions Save

Minecraft server stress test tool.

0.9

6 years ago

0.8

6 years ago

Add AttackRecipe

  • Add a new attack that uses 1.12 PrepareCraftingGridPacket to send a lot of books that all get deserialized. Each page in every book throws several exceptions, causing a lot of lag to happen on netty threads.

0.7

7 years ago
  • Add sneak behavior.
  • Add swing behavior

0.6

7 years ago
  • Add delay behavior.
  • Add message behavior.
  • Add sequence behavior for composing multiple behaviors.

0.5

7 years ago
  • Add increment authentication generator.
  • Add random authentication generator.
  • Add multi-user authentication generator.
  • Add multi-token authentication generator.

0.4

7 years ago
  • Add creative-world-lag attack method.

This attack method uses CreativeInventoryActionPacket to create an item with block entity data in its inventory. The server will read the xyz of the item and try to load the block entity in the world at that position. There's no range limit on this, so the server can be forced to load/generate chunks that are far away.

0.3

7 years ago

0.2

7 years ago
  • Add BookEdit attack.
  • Add option to read JSON files.

0.1

7 years ago
  • Read options from command line using getopt.
  • Add option for logging in many instances at once.
  • Add an interact attack.