feat: add spring support

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-05-26 15:53:41 +08:00
parent c37a7cb772
commit d6138bc6f4
15 changed files with 333 additions and 40 deletions

View File

@@ -11,6 +11,7 @@ export namespace constants {
Bukkit = 'bukkit',
Sponge = 'sponge',
Nukkit = 'nukkit',
Bungee = 'bungee'
Bungee = 'bungee',
Spring = 'spring'
}
}