MineSharp Versions Save

High-Level async API to build minecraft bots.

0.1.8

1 week ago

0.1.7

3 weeks ago

Fixed a bug in varint reading/writing

0.1.6

3 weeks ago

small bugfixes

0.1.5

1 month ago

MineSharp 0.1.5:

  • fixed bugs in MineSharp.Physics
  • dynamically download and load data
  • a lot of under the hood changes, improving minesharp
  • fixed command parsing
  • hopefully fixed stuck in connect() method

0.1.4

4 months ago

Changelog MineSharp 0.1.4:

  • Upgrade MineSharp.fNbt to 1.0.3
  • Support Minecraft Java 1.20.3 & 1.20.4
  • Load registry of the server
  • Parse chat message type from registry
  • added WaitForTick() method to physics plugin
  • added AutoRespawn Plugin (not enabled by default)
  • added BotBuilder to create bots
  • added support for proxies
  • added WaitForOnGround() method to physics plugin
  • fixed Physics bugs

0.1.3

4 months ago

Changes:

  • handle SpawnLivingEntity packet
  • added Look(yaw, pitch), LookAt(position) and LookAt(block) methods to Physics plugin
  • added WorldIterator RaycastIterator
  • added Raycast() method to Physics plugin
  • added UseItem(hand) method to Window plugin
  • added Serverbound SetHeldItemPacket
  • added EquipItem() methods
  • replaced MiNet.fNbt with MineSharp.fNbt
  • Support Minecraft Java 1.20.2

0.1.2

4 months ago

Changelog:

  • Fixed a bug in chat parsing. ChatPlugin.OnChatReceived was not called for some chat messages.

0.1.1

5 months ago

I am still trying to release the first preview version.