Skip to content

0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@joserobjr joserobjr released this 20 Oct 15:37
· 30 commits to master since this release
  • Provides Kotlin libraries in runtime for others plugins
  • Allows ChatColors to concatenate, example: ChatColor.RED + ChatColor.BOLD + "Red and bold"
  • Simplified color API using extension methods: "Red, bold".red().bold()+" and italic".italic()
  • Any?.str() will return an empty string instead of a "null" text when the variable is null