Add basic Cloudburst implementation

This commit is contained in:
Alexander Söderberg 2020-09-23 01:12:14 +02:00
parent 3f59a81836
commit a9b65c601d
No known key found for this signature in database
GPG key ID: C0207FF7EA146678
7 changed files with 394 additions and 2 deletions

View file

@ -43,8 +43,7 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Command manager for the Bukkit platform, using {@link BukkitCommandSender} as the
* command sender type
* Command manager for the Bukkit platform
*
* @param <C> Command sender type
*/