Releases: takunology/MinecraftConnection
MinecraftConnection 2.1.0
- Add PlaySound() method and "Minecraft block note" sounds
- Add Teleport() method
- Fixed a misspelling of "Position" in LivingEntity class
What's Changed
- 2.1.0 dev by @takunology in #28
Full Changelog: 2.0.2...2.1.0
MinecraftConnection 2.0.2
- Fixed RandomColors() method in FireworkOption class
- Added SetBlock method overload
What's Changed
- SetBlockメソッドのオーバーロードを追加 by @drumath2237 in #23
- Update version 2.0.2 by @takunology in #26
New Contributors
- @drumath2237 made their first contribution in #23
Full Changelog: 2.0.1...2.0.2
MinecraftConnection 2.0.1
- Add DisplayMessage() method
MinecraftConnection 2.0.0
- MinecraftConnection has undergone a disruptive change.
- Support for various languages has been added.
- We have tested up to Version 1.19.2
MinecraftConnection 2.0.0-preview1
In addition to English, languages such as Japanese and Chinese are now available. Since destructive changes have been made compared to version 1, the coding style is different.
In particular, we mainly made corrections related to fireworks. Please refer to the Readme or refer to this site for information on how to set off fireworks.
MinecraftConnection 1.1.1
When retrieving player data, a user name that contained symbols or numbers would not retrieve the data correctly.
This will be the last release of version 1.X.X
From now on, please use the 2.0.0 library or higher.
MinecraftConnection-1.0.0
MinecraftConnection is a library for sending commands via RCON using C# to support you learn and automate your programming. It can be run on a vanilla server as well as a Spigot server, including plugins. Before running the program, you need to start a Minecraft server that allows RCON connections.