0.1
Pre-release
Pre-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