Skip to content

v3.1

Choose a tag to compare

@ThePython10110 ThePython10110 released this 18 Jun 19:53
· 7 commits to master since this release

Ignore the fact that there's no v3.0 release. I'm lazy.

v3.1

Fixes a crash caused by nodes being dug by non-players.

v3.0

This is a small update, mostly composed of bugfixes. Lots of bugfixes. It's been over a year since I last updated this, and now I'm finally back.

New features

  • Added /stop command
  • Added /weather command
  • Added /toggledownfall command
  • Added /ride command
  • Added @n selector

Bugfixes

  • Leaving out arguments no longer fails to show the params string.
  • Fixed /old and /bc crashing when used without arguments.
  • Fixed unnecessary logging
  • Fixed /scoreboard objectives remove <objective> causing a crash
  • Maybe fixed command registration issue? For some reason, I can't reproduce it anymore, so I probably just fixed it months ago and then completely forgot about it.
  • Fixed wrong argument order for /scoreboard players operation ...
  • Fixed a LOT of random things.