GithubHelp home page GithubHelp logo

serverinstances's Introduction

Skungee

Discord License Commit

Spigot Socket API and Bungeecord Skript Addon.

Building

Open a command prompt

The following will clone Skungee to your current directory location. To change the current directory as to where you want it cloned, type cd PATH replace PATH with the directory path location.

Then type the clone command git clone https://github.com/TheLimeGlass/Skungee.git

Now to build Skungee you simply need to run the gradle build command. You can find the compiled JAR file in ./build/libs of the gradle folder when complete.

Note: If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and windows systems have executable gradlew.bat.

API

You can use Skungee without Skript being required. You can use Skungee as an advanced socket protocol between Bungeecord and Spigot. Check out the tutorial here https://github.com/Skungee/Skungee/wiki/Using-the-Skungee-API

Contributing

The only guideline we have is to follow Google's Java coding style https://google.github.io/styleguide/javaguide.html Pull requests and contributions are welcome.

serverinstances's People

Contributors

jorddn avatar thelimeglass avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

cyberflamego

serverinstances's Issues

Problem when I reload my Skript

Hello, When skript load my skript with this code, I have an error :

command /testserver:
     trigger:
           create a new bungeecord server named "UHC" from template "lobby"
[17:51:06] [Server thread/INFO]: [Skript] Loading variables...�[m
[17:51:06] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds�[m
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[17:51:06] [Server thread/ERROR]: #!#! Could not load server.sk
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[17:51:06] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[17:51:06] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[17:51:06] [Server thread/ERROR]: #!#! Here is full list of them:
[17:51:06] [Server thread/ERROR]: #!#! Skungee v1.0.6b skript-db v1.3.9 
[17:51:06] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[17:51:06] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[17:51:06] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[17:51:06] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[17:51:06] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[17:51:06] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/ERROR]: #!#! Stack trace:
[17:51:06] [Server thread/ERROR]: #!#! java.lang.RuntimeException: pattern compiling exception, element class: me.limeglass.skungee.spigot.elements.effects.EffBungeeShutdownServer
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:60)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1114)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:708)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:526)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:418)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:434)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:525)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$1.run(Skript.java:786)
[17:51:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftTask.run(CraftTask.java:82)
[17:51:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:415)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1259)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:388)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1200)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1017)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304)
[17:51:06] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:833)
[17:51:06] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.patterns.MalformedPatternException: Missing closing bracket ']' [pattern: (stop|shutdown) bungee[[ ]cord] server[s] %strings% [(and|with) [serverinstances] saving %-boolean%]
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.nextBracket(SkriptParser.java:1102)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:76)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:49)
[17:51:06] [Server thread/ERROR]: #!#!     at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1220)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1254)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:224)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:177)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:60)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1114)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:708)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:526)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:418)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:434)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:525)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:469)
[17:51:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$1.run(Skript.java:786)
[17:51:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftTask.run(CraftTask.java:82)
[17:51:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:415)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1259)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:388)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1200)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1017)
[17:51:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304)
[17:51:06] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:833)
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/ERROR]: #!#! Version Information:
[17:51:06] [Server thread/ERROR]: #!#!   Skript: 2.6.4 (latest)
[17:51:06] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[17:51:06] [Server thread/ERROR]: #!#!     Date: 17:14:25.041218900
[17:51:06] [Server thread/ERROR]: #!#!   Bukkit: 1.19.4-R0.1-SNAPSHOT
[17:51:06] [Server thread/ERROR]: #!#!   Minecraft: 1.19.4
[17:51:06] [Server thread/ERROR]: #!#!   Java: 17.0.6 (OpenJDK 64-Bit Server VM 17.0.6+10-Ubuntu-0ubuntu122.04)
[17:51:06] [Server thread/ERROR]: #!#!   OS: Linux amd64 5.15.102-1-pve
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/ERROR]: #!#! Server platform: Spigot
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/ERROR]: #!#! Current node: create a new bungeecord server named "UHC" from template "lobby" (server.sk, line 3)
[17:51:06] [Server thread/ERROR]: #!#! Current item: null
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/ERROR]: #!#! Thread: Server thread
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/ERROR]: #!#! Language: english
[17:51:06] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/ERROR]: #!#! End of Error.
[17:51:06] [Server thread/ERROR]: #!#! 
[17:51:06] [Server thread/INFO]: [Skript] All scripts loaded without errors.�[m
[17:51:06] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 0 triggers and 0 commands in 0.07 seconds�[m
[17:51:06] [Server thread/INFO]: [Skript] Finished loading.�[m

Skript Version : 2.6.4
Skungee Version : 1.0.6b
ServerInstances : 1.0.4
Java Version : 17
Spigot version : 1.19.4
Bungeecord version : lasted

Big ServerInstances Bug on my server

Hello. I recently purchased ServerInstances and I have configured Skungee and ServerInstances has been activated. The problem is that when I use the ServerInstances syntax in scripts, I get a big error that appears in my console. Here is : https://prnt.sc/10fmj7y & https://prnt.sc/10fmjg8

It's very annoying knowing that I paid for it... Can you please help me? Thank you in advance.

-HeyTV

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.