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.
Requirements:
- 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)
Documentation hosted at Skripthub
![[IMG]](/proxy/image?url=http%3A%2F%2Fskripthub.net%2Fstatic%2Faddon%2FViewTheDocsButton.png)
Code (Text):
<dependency>
<groupId>com.skungee</groupId>
<artifactId>skungee</artifactId>
<version>2.0.0-BETA-5</version>
</dependency>
Code (Text):
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.
If you feel like donating to this free project you can do so by clicking the button below, much love.
![[IMG]](/proxy/image?url=https%3A%2F%2Fforums.skunity.com%2Fproxy.php%3Fimage%3Dhttps%253A%252F%252Fwww.paypalobjects.com%252Fen_US%252Fi%252Fbtn%252Fbtn_donate_LG.gif%26hash%3D25dd73fcf0f8487f332aa2cd053565ee)