1. 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.

  1. LimeGlass
    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
    [​IMG]
    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]

    Code (Text):
    1. <dependency>
    2.   <groupId>com.skungee</groupId>
    3.   <artifactId>skungee</artifactId>
    4.   <version>2.0.0-BETA-5</version>
    5. </dependency>
    Code (Text):
    1. repositories {
    2.     maven {
    3.         url 'https://maven.pkg.github.com/Skungee/Skungee-2.0.0/'
    4.         credentials {
    5.             username = "Skungee"
    6.             password = System.getenv("GITHUB_PACKAGES_KEY")
    7.         }
    8. }
    9.  
    10. dependencies {
    11.     // Skungee
    12.     implementation (group: 'com.skungee', name: 'skungee', version: 'VERSION') {
    13.         exclude group: 'com.sitrica', module: 'japson'
    14.         transitive = false
    15.     }
    16. }

    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]
    ZeyKra_, Uzumaki, Ayham Alali and 6 others like this.

Recent Updates

  1. 2.0.0-BETA-5
  2. Update libraries
  3. Fix download link

Recent Reviews

  1. Will C
    Will C
    5/5,
    Version: 2.0.0-BETA-1
    If i could marry a plugin... it would be this one hands down
  2. pepper82
    pepper82
    5/5,
    Version: 2.0.0-BETA-1
    Not tested, yet. But it sounds really fantastic and LimeGlass is a professional developer and supporter of Skript - so thanks a lot for that!!!!
  3. WilliamPlays0402
    WilliamPlays0402
    5/5,
    Version: 2.0.0-BETA-1
    YES! THANK YOU FOR 2.0.0!
    This Skript addon allows you to send players between bungee servers, check bungee server status and more!
  4. KokoPlayzYT
    KokoPlayzYT
    5/5,
    Version: 1.0.15
    [Skungee] Severe Error: [ServerSocket couldn't be created on port: 1337] how do i fix it
  5. jonathanfi
    jonathanfi
    4/5,
    Version: 1.0.15
    It's good, it adds a way to easily get other bungeecord servers' info. But, it stops working after a day or smth of uptime :(
  6. Hypenexy
    Hypenexy
    5/5,
    Version: 1.0.13
    This plugin is awesome! But I have 2 problems 1 is that there is a weird console error and the second thing is that I can't broadcast a message to all players. I've looked in the syntax and I'm probably doing something wrong but there is an error.
  7. DarkBoy2005
    DarkBoy2005
    5/5,
    Version: 1.0.13
    Hi i use this plugin since a week and this is a fantastic plugin, but today i got an error and i don't know how can i fix it.

    [10:27:08 INFO]: [Skungee] There was no socket found or was denied access at 0.0.0.0:1337
    [10:27:08 INFO]: [Skungee] Going into keep alive mode...

    Can you help me?
    1. LimeGlass
      Author's Response
      The error is because your credentials are incorrect, you can private message me.
  8. ZeyKra_
    ZeyKra_
    4/5,
    Version: 1.0.13
    an essenstial add for bungee skripters and a very great addon but since I've updated my skungee 1.0.11 -> 1.0.13 When my server is launched i have to do an /sk reload all to make skungee syntaxes functiona. Idk if i'm the only people wo have this bug but it's very annoying :/

    Btw some missed functionalities like starting / restarting a server
  9. MAX CALLAGHAN
    MAX CALLAGHAN
    3/5,
    Version: 1.0.11
    Good plugin, easy to setup and configure along with some nice events. Although the page isn't very clear how do i make a global skript? Also i reccomend making a video
  10. Dariusztmt
    Dariusztmt
    5/5,
    Version: 1.0.11
    Nice bungeecord plugin i like it ;)

    And can you help, with bungeecord teleportations ?

    How i can teleport player in specific location on bungeecord servers ?
    1. LimeGlass
      Author's Response
      Skungee can't access teleporting players on Spigot, but you can use the evaluation effect after connecting to a server, which evaluates a Skript effect.