Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Releases: CottonMC/ClientCommands

Cotton Client Commands 1.0.1 for 1.16-rc1

22 Jun 09:55
c48609e
Compare
Choose a tag to compare

Repository version: 1.0.1+1.16-rc1

  • Updated to 1.16-rc1 (#12 by @gbl)

Cotton Client Commands 1.0.0 for 1.15.2

25 Mar 16:14
Compare
Choose a tag to compare
  • Added CottonClientCommandSource.sendFeedback(Text, boolean) for actionbar messages.

Cotton Client Commands 0.4.2 (MC 1.14.3)

03 Jul 17:45
Compare
Choose a tag to compare
  • Updated to Minecraft 1.14.3

Cotton Client Command 0.4.1 for 1.14.2

11 Jun 18:42
Compare
Choose a tag to compare
  • CottonClientCommandSource is now implemented on ClientCommandSource, fixing a crash

Cotton Client Command 0.4.0 for 1.14.2

10 Jun 10:10
Compare
Choose a tag to compare
  • Updated to 1.14.2 (by @intact)
  • Added new CottonClientCommandSource to replace Feedback

Cotton Client Commands 0.3.1

01 May 11:17
Compare
Choose a tag to compare
  • Caches the plugin instances
  • Should fix #2

Cotton Client Commands 0.3.0

29 Apr 15:24
Compare
Choose a tag to compare
  • Renamed project to prevent naming conflict.
  • Added new initializer system for adding commands.
  • Added command cache to prevent running non-existing commands.

Client Commands 0.2.1

21 Apr 11:58
Compare
Choose a tag to compare
  • Added ModMenu icon and contact information to fabric.mod.json.

Client Commands 0.2.0

21 Apr 11:17
Compare
Choose a tag to compare
  • Update to MC 1.14-pre5
  • Update to Loader 0.4
  • Remove dependency on Fabric API