Skip to content

Forms, forms, forms

Pre-release
Pre-release
Compare
Choose a tag to compare
@adeynes adeynes released this 19 Aug 15:09
· 154 commits to master since this release

v1.4.2

This patch fixes a bug with Player::addSubTitle() not working correctly in /rawtell with the title flag set. Player::addTitle() is now used, with an empty string passed as the first argument.

v1.4.1

This patch fixes several bugs by requiring version 3.1.2 of parsecmd.

v1.4.0

This release introduces command UIs when a command sender executes a command that does not contain at least the minimum required amount of arguments by using parsecmd v3.1.

v1.3.3

This patch upgrades parsecmd to v2.0 internally. It is rendered obsolete by v1.4.0.

v1.3.2

This patch gets rid of the CucumberPlayer class (except for CucumberPlayer::getOnlinePlayer()) and instead passes Player instances around.