Releases: psu-de/MineSharp
Releases · psu-de/MineSharp
MineSharp 0.1.11
MineSharp 0.1.10
fix WindowTest: NotSupportedException was changed to InvalidOperation…
MineSharp 0.1.9
fixes a bug in chat system
MineSharp 0.1.8
Merge pull request #52 from psu-de/open-windows Open windows handler
MineSharp 0.1.7
Fixed a bug in varint reading/writing
MineSharp 0.1.6
small bugfixes
MineSharp 0.1.5
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
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
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
Changelog:
- Fixed a bug in chat parsing. ChatPlugin.OnChatReceived was not called for some chat messages.