- 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/issuesRequirements:
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 (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.
-
Welcome to skUnity!
Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.
If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!
Now, what are you waiting for? Join the community now!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Skungee - The proxy addon for Skript 2.0.0-BETA-5
A Skript addon that allows for full control over your proxy.
Recent Updates
- 2.0.0-BETA-5 Apr 17, 2023
- Update libraries Jul 23, 2022
- Fix download link Jun 24, 2022