GithubHelp home page GithubHelp logo

skungee / serverinstancesskript Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 519 KB

A premium Skungee expansion to create a cloud server network.

Home Page: https://forums.skunity.com/resources/serverinstances.516/

Java 100.00%

serverinstancesskript'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.

serverinstancesskript's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar thelimeglass avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

gibson570s

serverinstancesskript's Issues

Latest version of skungee/minecraft

Hey any chance you could get this working with the latest version of skungee and minecraft?
I also can't find where to enable the ServerInstances node in the skungee config.

how do i set it up

how do i set it up i bought it 1 year ago and i still don't know how to set it up and try if it works

Instances start problem

So when i try to create an instance, the server indeed gets copied from the template but doesn't start.
It says in the console that it "started" in debug mode but it didnt, i don't have the logs folder or things like that and when i try to connect to it it just throws an annotatedconnectexeption right away.

What happens :
image

image

My serverinstances.yml config (without the tutorial part, i just scrolled down) :
image

My "test" template :
image

ServerInstances is enabled in the skungee config, i replicated everything as it said in the tutorial in the serverinstances.yml, i really don't know why it doesn't work.

Big Server Instance 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

Skungee Server Issue

image

This error happens when I stop a skungee server.
Running latest skungee & bungeecord version (#1420)

Velocity Support

Would it be possible to get velocity support added for this plugin?

I have a Velocity network running skungee and would very much appreciate it if we were able to add this plugin to our network as well!

ServerInstances loading from Skungee folder

I bought the Addon ServerIntance for SKungee and get this error:

Could not load plugin from file plugins/Skungee/ServerInstances.jar
java.lang.NullPointerException
at net.md_5.bungee.api.plugin.PluginManager.detectPlugins(PluginManager.java:353)
at me.limeglass.skungee.bungeecord.serverinstances.Premium.check(Premium.java:21)
at me.limeglass.skungee.bungeecord.Skungee.onEnable(Skungee.java:56)
at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:226)
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:280)
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)

Thank you ๐Ÿ˜„

Server wont start

Template is as follows (On bungee server)

/home/container/plugins/ServerInstances/instances/templates/example/

example folder contains server.jar and template-configuration.yml

Plugins folder contains ServerInstancesBootloader-1.0.jar

Suggestion! Auto delete servers

I love Skungee, I've been using it for almost a year now. I recently purchased Server Instances to make my minigame network come to life. I was 2/3 happy with the result. I was able to create a copy of a template and let players use it. I was able to stop it. But now I want to be able to delete the files after the server stops. I feel like that should be in the syntax for ServerInstances. Like a pramater that's kinda like:

and delete server on stop.

That would be amazing! <3

Servers won't create?

So I'm now just trying to use skungee server instances and I'm getting an issue:

It says:
image

but never says anything else, even if I let it sit for a while

Also I want to let you know It's on a ubuntu 16 VPS

don't show up in the server list

don't know if I have done something wrong but when I create a server it don't come up I the bundgeecord config and the port doesn't change from server to server and i have set auto port thing to true can you plz help

How templates work

Hiya, I would like use ServerInstance, but I didn't understand how work the template system, what we must put in our template, etc.

I would like have clarification about the next thing:

The files that we need put in our template folder,
An example for a template that you can.

Thanks for your answers,

  • TheyzGamer_

Denied packets

Add ip addresses of the server instances created automatically to Skungee. So Skungee doesn't deny them.

Server not starting correctly.

Hiya, I've configed ServerInstances and when i start the server, it says that i has started but when i do /server it says it could not connect to the deault or fallback server.

Simple naming glitch

I have this code:

command /createServer:
    trigger:
        start a new bungeecord server named "lobby5" from template "lobby" with 512 xmx ram and with 256 xms ram


command /joinServer:
    trigger:
        stop bungeecord server "lobby" with serverinstances saving false

and instead of creating a server named lobby5 it creates a server named lobby

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.