Skip to content

Releases: takunology/MinecraftConnection

MinecraftConnection 2.1.0

25 Aug 14:39
3838bba
Compare
Choose a tag to compare
  • Add PlaySound() method and "Minecraft block note" sounds
  • Add Teleport() method
  • Fixed a misspelling of "Position" in LivingEntity class

What's Changed

Full Changelog: 2.0.2...2.1.0

MinecraftConnection 2.0.2

09 Apr 16:55
7283353
Compare
Choose a tag to compare
  • Fixed RandomColors() method in FireworkOption class
  • Added SetBlock method overload

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

MinecraftConnection 2.0.1

20 Aug 01:46
9897979
Compare
Choose a tag to compare
  • Add DisplayMessage() method

MinecraftConnection 2.0.0

20 Aug 00:32
2ec54bd
Compare
Choose a tag to compare
  • 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

06 Jun 19:25
aa1d15d
Compare
Choose a tag to compare
Pre-release

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.

https://zenn.dev/takunology/scraps/9462b03d13dd0a

MinecraftConnection 1.1.1

06 Jun 19:21
Compare
Choose a tag to compare

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

03 Aug 09:00
04d64ae
Compare
Choose a tag to compare

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.