Expand the bungee module

This commit is contained in:
allenclan23 2020-10-16 23:58:41 -04:00 committed by Alexander Söderberg
parent d86973f227
commit f73b713658
11 changed files with 785 additions and 3 deletions

View file

@ -16,6 +16,7 @@ include(':example-javacord')
include(':cloud-tasks')
include(':cloud-sponge')
include(':example-velocity')
include(':example-bungee')
project(':cloud-bukkit').projectDir = file('cloud-minecraft/cloud-bukkit')
project(':cloud-paper').projectDir = file('cloud-minecraft/cloud-paper')
project(':cloud-brigadier').projectDir = file('cloud-minecraft/cloud-brigadier')
@ -29,3 +30,5 @@ project(':example-bukkit').projectDir = file('examples/example-bukkit')
project(':example-javacord').projectDir = file('examples/example-javacord')
project(':cloud-sponge').projectDir = file('cloud-minecraft/cloud-sponge')
project(':example-velocity').projectDir = file('examples/example-velocity')
project(':example-bungee').projectDir = file('examples/example-bungee')