Skip to content

Releases: psu-de/MineSharp

MineSharp 0.1.11

28 Jul 19:57
Compare
Choose a tag to compare

Improved stability and fixed some bugs

MineSharp 0.1.10

20 Jul 11:26
Compare
Choose a tag to compare
fix WindowTest: NotSupportedException was changed to InvalidOperation…

MineSharp 0.1.9

08 Jul 07:51
301efc5
Compare
Choose a tag to compare

fixes a bug in chat system

MineSharp 0.1.8

18 May 17:29
4b0888f
Compare
Choose a tag to compare
Merge pull request #52 from psu-de/open-windows

Open windows handler

MineSharp 0.1.7

05 May 14:50
51ddf61
Compare
Choose a tag to compare

Fixed a bug in varint reading/writing

MineSharp 0.1.6

04 May 10:51
Compare
Choose a tag to compare

small bugfixes

MineSharp 0.1.5

01 Apr 17:04
Compare
Choose a tag to compare

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

MineSharp 0.1.4

26 Jan 17:48
Compare
Choose a tag to compare

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

Version 0.1.3

07 Jan 15:48
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release

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

Version 0.1.2

30 Dec 14:21
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

Changelog:

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