Skip to content

1.1.0

Compare
Choose a tag to compare
@Citymonstret Citymonstret released this 24 Oct 17:53
· 828 commits to master since this release

Added

  • Added ExampleVelocityPlugin
  • Added CloudInjectionModule to cloud-velocity
  • Added PlayerArgument to cloud-velocity
  • Added TextColorArgument to minecraft-extras
  • Added LocationArgument to cloud-bukkit
  • Added ServerArgument to cloud-velocity
  • Added LockableCommandManager to cloud-core
  • Added VelocityCommandPreprocessor to cloud-velocity
  • Added PlayerArgument to cloud-bungee
  • Added ServerArgument to cloud-bungee
  • Added ExampleBungeePlugin
  • Added CaptionKeys to cloud-bungee
  • Added BungeeCommandPreprocessor to cloud-bungee
  • Added named suggestion providers
  • Added a PircBotX implementation

Changed

  • Allow for combined presence flags, such that -a -b -c is equivalent to -abc
  • Allow for class annotations as a default for when an annotation is not present on a method
  • Allow for annotated annotations

Fixed

  • Fix arguments with no required children not being executors (cloud-brigadier)