This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
Releases: CottonMC/ClientCommands
Releases · CottonMC/ClientCommands
Cotton Client Commands 1.0.1 for 1.16-rc1
Cotton Client Commands 1.0.0 for 1.15.2
- Added
CottonClientCommandSource.sendFeedback(Text, boolean)
for actionbar messages.
Cotton Client Commands 0.4.2 (MC 1.14.3)
- Updated to Minecraft 1.14.3
Cotton Client Command 0.4.1 for 1.14.2
CottonClientCommandSource
is now implemented onClientCommandSource
, fixing a crash
Cotton Client Command 0.4.0 for 1.14.2
- Updated to 1.14.2 (by @intact)
- Added new
CottonClientCommandSource
to replaceFeedback
Cotton Client Commands 0.3.1
- Caches the plugin instances
- Should fix #2
Cotton Client Commands 0.3.0
- 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
- Added ModMenu icon and contact information to
fabric.mod.json
.
Client Commands 0.2.0
- Update to MC 1.14-pre5
- Update to Loader 0.4
- Remove dependency on Fabric API