- Contributors
- Dominic, Sashie, LuisaDraws, Jordan
- Supported Minecraft Versions
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
- 1.19

Artwork provided by LuisaDraws (https://luisadraws.com)
Skungee is a proxy Skript addon that gives you full control over the entire proxy, it's that simple.
Report your bugs here: https://github.com/Skungee/Skungee/issues
2.0.0: https://github.com/Skungee/Skungee-2.0.0/issues
Interested in using Skungee as a plugin API? Check this link out https://github.com/Skungee/Skungee/wiki/Using-the-Skungee-API
2.0.0 API https://github.com/Skungee/Skungee-2.0.0
Requirements:2.0.0: https://github.com/Skungee/Skungee-2.0.0/issues
Interested in using Skungee as a plugin API? Check this link out https://github.com/Skungee/Skungee/wiki/Using-the-Skungee-API
2.0.0 API https://github.com/Skungee/Skungee-2.0.0
- Java 8+
- Skript 2.6+
Installation:
1.) Place Skungee in your proxy plugins folder and restart proxy.
2.) Install Skungee on every other server connected to this proxy that you want Skript support for, then restart those servers.
3.) Configure the configuration found at plugins/Skungee to match the same port as the Skungee config found in the proxy plugin folder. The Host option in the configuration on the spigot servers should match the IP of your proxy (Excluding the ip port)
Code:
<dependency>
<groupId>com.skungee</groupId>
<artifactId>skungee</artifactId>
<version>2.0.0-BETA-5</version>
</dependency>
Code:
repositories {
maven {
url 'https://maven.pkg.github.com/Skungee/Skungee-2.0.0/'
credentials {
username = "Skungee"
password = System.getenv("GITHUB_PACKAGES_KEY")
}
}
dependencies {
// Skungee
implementation (group: 'com.skungee', name: 'skungee', version: 'VERSION') {
exclude group: 'com.sitrica', module: 'japson'
transitive = false
}
}
If you're struggling to install Skungee, feel free to reach out to us.