-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin Wont work #91
Comments
Looks like something might be going wrong when your server starts up. Can you please send me the startup logs for your sever or the logs around where skRayFall gets disabled? The latest version of skRayFall is v1.9.27 which might also help depending on the issue. |
sure i can send u it but let me restart it up |
09:48:22 ERROR: #!#! [Skript] Severe Error: |
From the error above it looks like something might be going wrong in tuske (specifically com.github.tukenuke.tuske.expressions.ExprEvaluateFunction) and that could be preventing plugins from being loaded in. If you remove tuske does that let skRayFall enable its self? |
but my skript needs both it says
|
read the very top of that the first line |
That is fine, just remove the plugin for now and let me know if skRayFall loads. The skript will probably not load for now, which is fine. |
ok |
one minute network crashed |
Can you please send me the start up logs for that run. |
10:10:23 ERROR: #!#! [Skript] Severe Error: |
That looks to be purely a Skript error now, I know you are running Skript for 1.6.1 which is for 1.18. Since you are using 1.17, you might want to try Skript v2.6 and see if that works for you or file a bug on the Skript Team since I dont think "loop all players" should be failing like this. |
umm im not im running skript v2.6.1 |
try using skript v2.6 instead of 2.6.1 |
Describe the bug
[09:22:28 ERROR]: null org.bukkit.command.CommandException: Cannot execute command 'skrayfall' in plugin skRayFall v1.9.26 - plugin is disabled. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.17.1.jar:git-Paper-408] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.17.1.jar:git-Paper-408] at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:869) ~[patched_1.17.1.jar:git-Paper-408] at net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2262) ~[app:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2073) ~[app:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2054) ~[app:?] at net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46) ~[app:?] at net.minecraft.network.protocol.gam
Steps to Reproduce
Just whenever i start up that error comes up in console and my skript that uses that plugin wont work
Expected Behavior
i espected me to join and be able to use my skript but its red in /plugins aswell not even green
Your Script
The text was updated successfully, but these errors were encountered: