Skript and BungeeCord

  • 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 community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Jul 1, 2017
22
0
0
I'm trying to send players across servers with skript. Is there any plugin that all the servers are supposed to have: Because the documentation says I need BungeeCord and I don't know if I need that on all the servers because its not working.
 
You can use Skellett and SkellettProxy , Skellett on all the servers and SkellettProxy just in the bungee one.
 
The BungeeCord server gives an error where Skellet and Skript don't enable.

And I Don't know why.

Java:
02.08 00:00:54 [Server] INFO Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
02.08 00:00:54 [Server] INFO Loaded plugin reconnect_yaml version git:reconnect_yaml:1.12-SNAPSHOT:caeb724:1250 by SpigotMC
02.08 00:00:54 [Server] [B]WARNING Error enabling plugin Skellett[/B]
02.08 00:00:54 [Server] INFO java.lang.NoClassDefFoundError: org/bukkit/plugin/java/JavaPlugin
02.08 00:00:54 [Server] INFO at java.lang.ClassLoader.defineClass1(Native Method)
02.08 00:00:54 [Server] INFO at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
02.08 00:00:54 [Server] INFO at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
02.08 00:00:54 [Server] INFO at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
02.08 00:00:54 [Server] INFO at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
02.08 00:00:54 [Server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
02.08 00:00:54 [Server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
02.08 00:00:54 [Server] INFO at java.security.AccessController.doPrivileged(Native Method)
02.08 00:00:54 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
02.08 00:00:54 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
02.08 00:00:54 [Server] INFO at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:34)
02.08 00:00:54 [Server] INFO at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
02.08 00:00:54 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
02.08 00:00:54 [Server] INFO at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:304)
02.08 00:00:54 [Server] INFO at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:212)
02.08 00:00:54 [Server] INFO at net.md_5.bungee.BungeeCord.start(BungeeCord.java:264)
02.08 00:00:54 [Server] INFO at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
02.08 00:00:54 [Server] INFO at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
02.08 00:00:54 [Server] INFO Caused by: java.lang.ClassNotFoundException: org.bukkit.plugin.java.JavaPlugin
02.08 00:00:54 [Server] INFO at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:53)
02.08 00:00:54 [Server] INFO at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
02.08 00:00:54 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
02.08 00:00:54 [Server] INFO ... 18 more
02.08 00:00:54 [Server] INFO Loaded plugin cmd_find version git:cmd_find:1.12-SNAPSHOT:caeb724:1250 by SpigotMC
02.08 00:00:54 [Server] [B]WARNING Error enabling plugin Skript[/B]
02.08 00:00:54 [Server] INFO java.lang.NoClassDefFoundError: org/bukkit/event/Listener
02.08 00:00:54 [Server] INFO at java.lang.ClassLoader.defineClass1(Native Method)
02.08 00:00:54 [Server] INFO at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
02.08 00:00:54 [Server] INFO at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
02.08 00:00:54 [Server] INFO at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
02.08 00:00:54 [Server] INFO at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
02.08 00:00:54 [Server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
 
Status
Not open for further replies.