mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-07 04:12:22 +00:00
18 lines
325 B
Groovy
18 lines
325 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'
|
|
|