dart_minecraft 0.3.4
dart_minecraft: ^0.3.4 copied to clipboard
Utilities for Minecraft and Mojang Web-APIs and reading/writing NBT Files.
Changelog #
0.3.4 #
- Add: You can now register custom clientbound packets and implement a custom PacketReader.
- Fix: UTF-8 Values inside of any packet resulted in invalid data.
0.3.3 #
- Implement server pinging
- Generalized NBT file read/write internally.
0.3.2 #
- Custom NBT File exceptions
- More exceptions for Mojang functions
- Implement MinecraftPatchType
0.3.1 #
- Fix critical NBT_STRING write issue.
- Add NBT Tag equality operators.
0.3.0 #
- Support Dart null safety.
- Implement more exceptions.
0.2.0 #
- Add NBT File reading/writing.
- Add new API functions.
- Moved authentication API functions from
MojangtoYggdrasil. - Update exceptions for API functions.
0.1.2 #
- Switch to Minecraft-Services API
- Follow effective Dart guidelines
0.1.1 #
- Minecraft API functions are now static
0.1.0 #
- Initial version