mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-05-31 01:21:55 +00:00
17 lines
324 B
Groovy
17 lines
324 B
Groovy
rootProject.name = 'AntiVPN'
|
|
|
|
include 'Common:Source'
|
|
include 'Common:loader-utils'
|
|
|
|
include 'Bukkit:Plugin'
|
|
include 'Bukkit:Loader'
|
|
|
|
include 'Bungee:BungeePlugin'
|
|
include 'Bungee:BungeeLoader'
|
|
|
|
include 'Sponge:SpongePlugin'
|
|
include 'Sponge:SpongeLoader'
|
|
|
|
include 'Velocity:VelocityPlugin'
|
|
include 'Velocity:VelocityLoader'
|