Improve the velocity module

This commit is contained in:
Alexander Söderberg 2020-10-14 20:09:18 +02:00 committed by Alexander Söderberg
parent 9761c0fadf
commit edc5249244
10 changed files with 579 additions and 2 deletions

View file

@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Added ExampleVelocityPlugin
- Added CloudInjectionModule to cloud-velocity
- Added PlayerArgument to cloud-velocity
## [1.0.2] - 2020-10-18
### Fixed
- Fixed quoted parsing in StringArgument
- Fixed wrong suggestions following invalid literals
- Fixes chained optionals not allowing the command to be executed when more than one optional is omitted
### Changed
- Updated adventure-api from 4.0.0 to 4.1.1
- Updated Velocity module for breaking API changes (sendMessage needs an Identity)