GithubHelp home page GithubHelp logo

eyesniper2 / skrayfall Goto Github PK

View Code? Open in Web Editor NEW
21.0 8.0 17.0 4.29 MB

An addon for skript that adds Citizens support, EffectLib support and other features.

Home Page: https://sk.rayfall.net/

License: GNU General Public License v3.0

Java 84.64% Kotlin 15.36%
skript java bukkit addon skript-language kotlin

skrayfall's Introduction

skRayFall

logo

Download

skRayFall is officially hosted on bukkit and can be downloaded here.

Documentation

SkriptHubViewTheDocs

Description

skRayFall is an addon for the Skript language. Get the bleeding edge tools and features that will help make your server come alive and take it to the next level. Skript is the most popular high level coding language designed for minecraft, allowing you to make awesome features faster and easier then in java.

Features

Currently skRayFall adds over 100 extremely powerful syntax elements to the skript language and bridges many popular plugins into the language. These plugins include:

It adds many new possibilities like being able to control the path finding of NPC's, changing the sidebar, tablist, undername of players and even contains many features for RPG servers like events for when a certain slot is clicked on the player's crafting inventory.

Usage

To install skRayFall first make sure you have skript installed. Then just add the jar to your plugins folder and code away! Check out our documentation above for a full list of all possibilities. Here is a small example on how easy it can be to make custom scoreboards for individual players:

command /sidebar:
	trigger:
		set name of sidebar of player to "&eI'm a sidebar!"
		set score "&5A Score" in sidebar of player to 10

More examples can be found on the Skript forums and the skUnity forums.

Legacy Versions of skRayFall can be found here.

Contributing

skRayFall is an open source project that is always looking for contributors. If you are interested in contributing to skRayFall please feel free to submit merge requests. If you have any questions about the code, skUnity is the best place to contact me. This project follows the Google Java Style Guide with some exceptions in package and class naming conventions. These exceptions are to prevent confusion based on class and package targeting for different Minecraft versions.

A detailed wiki guide will be coming soon on how to set up and build skRayFall in your own development environment since there are many dependencies that must be included locally but can not be included in the repo because of copyright laws. In the meantime, the pom.xml file should outline what other plugins must be present in a "libs" folder in order to build the project.

Updater

This plugin checks Bukkit Dev for updates when it starts up and will let you know about them. This feature can be disabled in the config by setting "UpdateAlerts" to false. If you do not see an option for it please delete your config and restart the server to allow it to reload. Then adjust the settings and restart the server once more.

Metrics

Usage metrics for skRayFall can be found here.

skrayfall's People

Contributors

eyesniper2 avatar mrpowergamerbr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

skrayfall's Issues

Removing citizens buggy

Spigot 1.9.

When you remove citizen they disappear but can randomly appear by themselves around the map (on server restarts possibly?) it seems skRayFall doesn't remove them from Citizens config --> Citizens recreates the supposedly removed citizen on restart.

Offline votes

Could you please add an offline vote event? because how it is now i cant use it for cross-server vote distribution and it fails quite often too :/

Error loading skRayFall // Effects don't work

Hi, today I downloaded skRayFall and when I loaded it, it displayed a long error in the console, it appears in the plugin list but when I load a skript with effects that are from skRayFall they do not work.
Here is the error:
137c47270cc0a5988c1cb2bbcc703168

Server information:
Version: 1.11 (Spigot)
Skript version: 2.2 dev 29
Java version: 8

Bugs not sure what is this

01.01 02:39:49 [Server] ERROR The player is not online!
01.01 02:39:49 [Server] ERROR #!#!
01.01 02:39:49 [Server] ERROR #!#! [Skript] Severe Error:
01.01 02:39:49 [Server] ERROR #!#!
01.01 02:39:49 [Server] ERROR #!#! Something went horribly wrong with Skript.
01.01 02:39:49 [Server] ERROR #!#! This issue is NOT your fault! You can't probably fix it yourself, either.
01.01 02:39:49 [Server] ERROR #!#! You're running outdated version of Skript! Please try updating it NOW; it might fix this.
01.01 02:39:49 [Server] ERROR #!#! You may download new version of Skript at https://github.com/bensku/Skript/releases
01.01 02:39:49 [Server] ERROR #!#! You will be given instructions how to report this error if it persists with latest Skript.
01.01 02:39:49 [Server] ERROR #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
01.01 02:39:49 [Server] ERROR #!#!
01.01 02:39:49 [Server] ERROR #!#! Stack trace:
01.01 02:39:49 [Server] ERROR #!#! java.lang.NullPointerException
01.01 02:39:49 [Server] ERROR #!#! at net.rayfall.eyesniper2.skrayfall.scoreboard.EffSetScore.execute(EffSetScore.java:46)
01.01 02:39:49 [Server] ERROR #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52)
01.01 02:39:49 [Server] ERROR #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
01.01 02:39:49 [Server] ERROR #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
01.01 02:39:49 [Server] ERROR #!#! at ch.njol.skript.effects.Delay$1.run(Delay.java:101)
01.01 02:39:49 [Server] ERROR #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71)
01.01 02:39:49 [Server] ERROR #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
01.01 02:39:49 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
01.01 02:39:49 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
01.01 02:39:49 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
01.01 02:39:49 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
01.01 02:39:49 [Server] ERROR #!#! at java.lang.Thread.run(Thread.java:748)
01.01 02:39:49 [Server] ERROR #!#!
01.01 02:39:49 [Server] ERROR #!#! Version Information:
01.01 02:39:49 [Server] ERROR #!#! Skript: 2.2-dev31c (OUTDATED)
01.01 02:39:49 [Server] ERROR #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
01.01 02:39:49 [Server] ERROR #!#! Minecraft: 1.12.2
01.01 02:39:49 [Server] ERROR #!#! Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
01.01 02:39:49 [Server] ERROR #!#! OS: Linux amd64 3.10.0-514.21.2.el7.x86_64
01.01 02:39:49 [Server] ERROR #!#!
01.01 02:39:49 [Server] ERROR #!#! Running CraftBukkit: false
01.01 02:39:49 [Server] ERROR #!#! Running Spigot (or compatible): true
01.01 02:39:49 [Server] ERROR #!#! Running Paper (or compatible): false
01.01 02:39:49 [Server] ERROR #!#!
01.01 02:39:49 [Server] ERROR #!#! Current node: null
01.01 02:39:49 [Server] ERROR #!#! Current item: null
01.01 02:39:49 [Server] ERROR #!#! Thread: Server thread
01.01 02:39:49 [Server] ERROR #!#!
01.01 02:39:49 [Server] ERROR #!#! Language: english
01.01 02:39:49 [Server] ERROR #!#! Link parse mode: DISABLED
01.01 02:39:49 [Server] ERROR #!#!
01.01 02:39:49 [Server] ERROR #!#! End of Error.
01.01 02:39:49 [Server] ERROR #!#!

Votifier

[18:16:04] [Server thread/ERROR]: Error occurred while enabling skRayFall v1.9.16 (Is it up to date?) java.lang.NoSuchMethodError: ch.njol.skript.lang.SkriptEventInfo.requiredPlugins([Ljava/lang/String;)Lch/njol/skript/lang/SkriptEventInfo; at net.rayfall.eyesniper2.skrayfall.voting.VotifierSyntaxManager.registerSyntax(VotifierSyntaxManager.kt:23) ~[?:?] at net.rayfall.eyesniper2.skrayfall.Core.onEnable(Core.java:79) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24] at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]

Disabled all skrayfall operations

action bar not working in 1.15

Describe the bug

set action bar not working in 1.15

Steps to Reproduce

set action bar of player to "Example" will give a can't understand this condition/effect error

Expected Behavior

the action bar being set to Example

Your Script

command /abar:
	trigger:
		set action bar of player to "Example :D"

Screenshots / Errors

afbeelding

Server Information

  • Server Version and Type: paper 1.15
  • Skript Version: 2.4-beta5-MH
  • skRayFall Version: v1.9.18
  • Additional Plugins: Sk-Perm, Skellet, SkQuery, skRayFall and SkriptJSON

Additional Information

Console error when despawning citizen

Describe the bug

When i try to despawn a citizen using "despawn citizen X" i get a console error. (Could not pass NPCDespawnEvent) and the server lags

Steps to Reproduce

Spawn an npc using citizens
Try to despawn it using SkRayFall (despawn citizen ID)
You get the error

Screenshots / Errors

[17:23:21 ERROR]: Could not pass event NPCDespawnEvent to Citizens v2.0.25-SNAPSHOT (build 1746) java.lang.NullPointerException: null at net.citizensnpcs.EventListen.onNPCDespawn(EventListen.java:424) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor34.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-186] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-186] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-186] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-186] at net.citizensnpcs.npc.CitizensNPC.despawn(CitizensNPC.java:78) ~[?:?] at net.rayfall.eyesniper2.skrayfall.citizens.effects.EffDespawnCitizen.execute(EffDespawnCitizen.java:46) ~[?:?] at ch.njol.skript.lang.Effect.run(Effect.java:52) ~[?:?] at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) ~[?:?] at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) ~[?:?] at ch.njol.skript.effects.Delay$1.run(Delay.java:109) ~[?:?] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-186] at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) ~[patched_1.14.4.jar:git-Paper-186] at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1148) ~[patched_1.14.4.jar:git-Paper-186] at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) ~[patched_1.14.4.jar:git-Paper-186] at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1075) ~[patched_1.14.4.jar:git-Paper-186] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:919) ~[patched_1.14.4.jar:git-Paper-186] at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]

Or also this one:

[16:23:55 ERROR]: #!#! [Skript] Severe Error: [16:23:55 ERROR]: #!#! [16:23:55 ERROR]: #!#! Something went horribly wrong with Skript. [16:23:55 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [16:23:55 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [16:23:55 ERROR]: #!#! Here is full list of them: [16:23:55 ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkQuery [16:23:55 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [16:23:55 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [16:23:55 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [16:23:55 ERROR]: #!#! In that case, you will be given instruction on how should you report it. [16:23:55 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [16:23:55 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [16:23:55 ERROR]: #!#! [16:23:55 ERROR]: #!#! Stack trace: [16:23:55 ERROR]: #!#! java.lang.IllegalStateException: npc is not spawned [16:23:55 ERROR]: #!#! at net.citizensnpcs.npc.ai.CitizensNavigator.setTarget(CitizensNavigator.java:255) [16:23:55 ERROR]: #!#! at net.rayfall.eyesniper2.skrayfall.citizens.effects.EffCitizenMove.execute(EffCitizenMove.java:58) [16:23:55 ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52) [16:23:55 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [16:23:55 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [16:23:55 ERROR]: #!#! at ch.njol.skript.effects.Delay$1.run(Delay.java:109) [16:23:55 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) [16:23:55 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) [16:23:55 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1148) [16:23:55 ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) [16:23:55 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1075) [16:23:55 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:919) [16:23:55 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [16:23:55 ERROR]: #!#! [16:23:55 ERROR]: #!#! Version Information: [16:23:55 ERROR]: #!#! Skript: 2.4-beta7 (latest) [16:23:55 ERROR]: #!#! Flavor: skriptlang-github [16:23:55 ERROR]: #!#! Date: 2019-09-05 [16:23:55 ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT [16:23:55 ERROR]: #!#! Minecraft: 1.14.4 [16:23:55 ERROR]: #!#! Java: 1.8.0_191 (Java HotSpot(TM) 64-Bit Server VM 25.191-b12) [16:23:55 ERROR]: #!#! OS: Windows 10 amd64 10.0 [16:23:55 ERROR]: #!#! [16:23:55 ERROR]: #!#! Server platform: Paper [16:23:55 ERROR]: #!#! [16:23:55 ERROR]: #!#! Current node: null [16:23:55 ERROR]: #!#! Current item: null [16:23:55 ERROR]: #!#! Current trigger: every tick second in world "World" (every 1.05 seconds) (herobrine.sk, line 58) [16:23:55 ERROR]: #!#! [16:23:55 ERROR]: #!#! Thread: Server thread [16:23:55 ERROR]: #!#! [16:23:55 ERROR]: #!#! Language: english [16:23:55 ERROR]: #!#! Link parse mode: DISABLED [16:23:55 ERROR]: #!#! [16:23:55 ERROR]: #!#! End of Error. [16:23:55 ERROR]: #!#! [16:23:56 ERROR]: #!#! [16:23:56 ERROR]: #!#! [Skript] Severe Error: [16:23:56 ERROR]: #!#! [16:23:56 ERROR]: #!#! Something went horribly wrong with Skript. [16:23:56 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [16:23:56 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [16:23:56 ERROR]: #!#! Here is full list of them: [16:23:56 ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkQuery [16:23:56 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [16:23:56 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [16:23:56 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [16:23:56 ERROR]: #!#! In that case, you will be given instruction on how should you report it. [16:23:56 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [16:23:56 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [16:23:56 ERROR]: #!#! [16:23:56 ERROR]: #!#! Stack trace: [16:23:56 ERROR]: #!#! java.lang.IllegalStateException: npc is not spawned [16:23:56 ERROR]: #!#! at net.citizensnpcs.npc.ai.CitizensNavigator.setTarget(CitizensNavigator.java:255) [16:23:56 ERROR]: #!#! at net.rayfall.eyesniper2.skrayfall.citizens.effects.EffCitizenMove.execute(EffCitizenMove.java:58) [16:23:56 ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52) [16:23:56 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [16:23:56 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [16:23:56 ERROR]: #!#! at ch.njol.skript.effects.Delay$1.run(Delay.java:109) [16:23:56 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) [16:23:56 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) [16:23:56 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1148) [16:23:56 ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) [16:23:56 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1075) [16:23:56 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:919) [16:23:56 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [16:23:56 ERROR]: #!#! [16:23:56 ERROR]: #!#! Version Information: [16:23:56 ERROR]: #!#! Skript: 2.4-beta7 (latest) [16:23:56 ERROR]: #!#! Flavor: skriptlang-github [16:23:56 ERROR]: #!#! Date: 2019-09-05 [16:23:56 ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT [16:23:56 ERROR]: #!#! Minecraft: 1.14.4 [16:23:56 ERROR]: #!#! Java: 1.8.0_191 (Java HotSpot(TM) 64-Bit Server VM 25.191-b12) [16:23:56 ERROR]: #!#! OS: Windows 10 amd64 10.0 [16:23:56 ERROR]: #!#! [16:23:56 ERROR]: #!#! Server platform: Paper [16:23:56 ERROR]: #!#! [16:23:56 ERROR]: #!#! Current node: null [16:23:56 ERROR]: #!#! Current item: null [16:23:56 ERROR]: #!#! Current trigger: every tick second in world "World" (every 1.05 seconds) (herobrine.sk, line 58) [16:23:56 ERROR]: #!#! [16:23:56 ERROR]: #!#! Thread: Server thread [16:23:56 ERROR]: #!#! [16:23:56 ERROR]: #!#! Language: english [16:23:56 ERROR]: #!#! Link parse mode: DISABLED [16:23:56 ERROR]: #!#! [16:23:56 ERROR]: #!#! End of Error. [16:23:56 ERROR]: #!#! [16:23:57 ERROR]: #!#! [16:23:57 ERROR]: #!#! [Skript] Severe Error: [16:23:57 ERROR]: #!#! [16:23:57 ERROR]: #!#! Something went horribly wrong with Skript. [16:23:57 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [16:23:57 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [16:23:57 ERROR]: #!#! Here is full list of them: [16:23:57 ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkQuery [16:23:57 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [16:23:57 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [16:23:57 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [16:23:57 ERROR]: #!#! In that case, you will be given instruction on how should you report it. [16:23:57 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [16:23:57 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [16:23:57 ERROR]: #!#! [16:23:57 ERROR]: #!#! Stack trace: [16:23:57 ERROR]: #!#! java.lang.IllegalStateException: npc is not spawned [16:23:57 ERROR]: #!#! at net.citizensnpcs.npc.ai.CitizensNavigator.setTarget(CitizensNavigator.java:255) [16:23:57 ERROR]: #!#! at net.rayfall.eyesniper2.skrayfall.citizens.effects.EffCitizenMove.execute(EffCitizenMove.java:58) [16:23:57 ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52) [16:23:57 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [16:23:57 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [16:23:57 ERROR]: #!#! at ch.njol.skript.effects.Delay$1.run(Delay.java:109) [16:23:57 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) [16:23:57 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) [16:23:57 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1148) [16:23:57 ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) [16:23:57 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1075) [16:23:57 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:919) [16:23:57 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [16:23:57 ERROR]: #!#! [16:23:57 ERROR]: #!#! Version Information: [16:23:57 ERROR]: #!#! Skript: 2.4-beta7 (latest) [16:23:57 ERROR]: #!#! Flavor: skriptlang-github [16:23:57 ERROR]: #!#! Date: 2019-09-05 [16:23:57 ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT [16:23:57 ERROR]: #!#! Minecraft: 1.14.4 [16:23:57 ERROR]: #!#! Java: 1.8.0_191 (Java HotSpot(TM) 64-Bit Server VM 25.191-b12) [16:23:57 ERROR]: #!#! OS: Windows 10 amd64 10.0 [16:23:57 ERROR]: #!#! [16:23:57 ERROR]: #!#! Server platform: Paper [16:23:57 ERROR]: #!#! [16:23:57 ERROR]: #!#! Current node: null [16:23:57 ERROR]: #!#! Current item: null [16:23:57 ERROR]: #!#! Current trigger: every tick second in world "World" (every 1.05 seconds) (herobrine.sk, line 58) [16:23:57 ERROR]: #!#! [16:23:57 ERROR]: #!#! Thread: Server thread [16:23:57 ERROR]: #!#! [16:23:57 ERROR]: #!#! Language: english [16:23:57 ERROR]: #!#! Link parse mode: DISABLED [16:23:57 ERROR]: #!#! [16:23:57 ERROR]: #!#! End of Error. [16:23:57 ERROR]: #!#! [16:23:58 ERROR]: #!#! [16:23:58 ERROR]: #!#! [Skript] Severe Error: [16:23:58 ERROR]: #!#! [16:23:58 ERROR]: #!#! Something went horribly wrong with Skript. [16:23:58 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [16:23:58 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [16:23:58 ERROR]: #!#! Here is full list of them: [16:23:58 ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkQuery [16:23:58 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [16:23:58 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [16:23:58 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [16:23:58 ERROR]: #!#! In that case, you will be given instruction on how should you report it. [16:23:58 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [16:23:58 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [16:23:58 ERROR]: #!#! [16:23:58 ERROR]: #!#! Stack trace: [16:23:58 ERROR]: #!#! java.lang.IllegalStateException: npc is not spawned [16:23:58 ERROR]: #!#! at net.citizensnpcs.npc.ai.CitizensNavigator.setTarget(CitizensNavigator.java:255) [16:23:58 ERROR]: #!#! at net.rayfall.eyesniper2.skrayfall.citizens.effects.EffCitizenMove.execute(EffCitizenMove.java:58) [16:23:58 ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52) [16:23:58 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [16:23:58 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [16:23:58 ERROR]: #!#! at ch.njol.skript.effects.Delay$1.run(Delay.java:109) [16:23:58 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) [16:23:58 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) [16:23:58 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1148) [16:23:58 ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) [16:23:58 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1075) [16:23:58 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:919) [16:23:58 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [16:23:58 ERROR]: #!#! [16:23:58 ERROR]: #!#! Version Information: [16:23:58 ERROR]: #!#! Skript: 2.4-beta7 (latest) [16:23:58 ERROR]: #!#! Flavor: skriptlang-github [16:23:58 ERROR]: #!#! Date: 2019-09-05 [16:23:58 ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT [16:23:58 ERROR]: #!#! Minecraft: 1.14.4 [16:23:58 ERROR]: #!#! Java: 1.8.0_191 (Java HotSpot(TM) 64-Bit Server VM 25.191-b12) [16:23:58 ERROR]: #!#! OS: Windows 10 amd64 10.0 [16:23:58 ERROR]: #!#! [16:23:58 ERROR]: #!#! Server platform: Paper [16:23:58 ERROR]: #!#! [16:23:58 ERROR]: #!#! Current node: null [16:23:58 ERROR]: #!#! Current item: null [16:23:58 ERROR]: #!#! Current trigger: every tick second in world "World" (every 1.05 seconds) (herobrine.sk, line 58) [16:23:58 ERROR]: #!#! [16:23:58 ERROR]: #!#! Thread: Server thread [16:23:58 ERROR]: #!#! [16:23:58 ERROR]: #!#! Language: english [16:23:58 ERROR]: #!#! Link parse mode: DISABLED [16:23:58 ERROR]: #!#! [16:23:58 ERROR]: #!#! End of Error. [16:23:58 ERROR]: #!#! [16:23:59 ERROR]: #!#! [16:23:59 ERROR]: #!#! [Skript] Severe Error: [16:23:59 ERROR]: #!#! [16:23:59 ERROR]: #!#! Something went horribly wrong with Skript. [16:23:59 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [16:23:59 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [16:23:59 ERROR]: #!#! Here is full list of them: [16:23:59 ERROR]: #!#! skRayFall (https://sk.rayfall.net/) SkQuery [16:23:59 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [16:23:59 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [16:23:59 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [16:23:59 ERROR]: #!#! In that case, you will be given instruction on how should you report it. [16:23:59 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [16:23:59 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [16:23:59 ERROR]: #!#! [16:23:59 ERROR]: #!#! Stack trace: [16:23:59 ERROR]: #!#! java.lang.IllegalStateException: npc is not spawned [16:23:59 ERROR]: #!#! at net.citizensnpcs.npc.ai.CitizensNavigator.setTarget(CitizensNavigator.java:255) [16:23:59 ERROR]: #!#! at net.rayfall.eyesniper2.skrayfall.citizens.effects.EffCitizenMove.execute(EffCitizenMove.java:58) [16:23:59 ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52) [16:23:59 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [16:23:59 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [16:23:59 ERROR]: #!#! at ch.njol.skript.effects.Delay$1.run(Delay.java:109) [16:23:59 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) [16:23:59 ERROR]: #!#! at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) [16:23:59 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1148) [16:23:59 ERROR]: #!#! at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) [16:23:59 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1075) [16:23:59 ERROR]: #!#! at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:919) [16:23:59 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [16:23:59 ERROR]: #!#! [16:23:59 ERROR]: #!#! Version Information: [16:23:59 ERROR]: #!#! Skript: 2.4-beta7 (latest) [16:23:59 ERROR]: #!#! Flavor: skriptlang-github [16:23:59 ERROR]: #!#! Date: 2019-09-05 [16:23:59 ERROR]: #!#! Bukkit: 1.14.4-R0.1-SNAPSHOT [16:23:59 ERROR]: #!#! Minecraft: 1.14.4 [16:23:59 ERROR]: #!#! Java: 1.8.0_191 (Java HotSpot(TM) 64-Bit Server VM 25.191-b12) [16:23:59 ERROR]: #!#! OS: Windows 10 amd64 10.0 [16:23:59 ERROR]: #!#! [16:23:59 ERROR]: #!#! Server platform: Paper [16:23:59 ERROR]: #!#! [16:23:59 ERROR]: #!#! Current node: null [16:23:59 ERROR]: #!#! Current item: null [16:23:59 ERROR]: #!#! Current trigger: every tick second in world "World" (every 1.05 seconds) (herobrine.sk, line 58) [16:23:59 ERROR]: #!#! [16:23:59 ERROR]: #!#! Thread: Server thread [16:23:59 ERROR]: #!#! [16:23:59 ERROR]: #!#! Language: english [16:23:59 ERROR]: #!#! Link parse mode: DISABLED [16:23:59 ERROR]: #!#! [16:23:59 ERROR]: #!#! End of Error. [16:23:59 ERROR]: #!#!

Server Information

  • Server Version and Type: Paper 1.14.4 build 186
  • Skript Version: You're currently running the latest stable version of Skript. In the config 2.4-beta7
  • skRayFall Version: v1.9.18
  • Additional Plugins: Citizens, Essentials, EssentialsChat, EssentialsProtect, EssentialsSpawn, LuckPerms, SkQuery, skRayFall*, Skript, WorldEdit, WorldGuard
  • Citizens version: Citizens v2.0.25-SNAPSHOT (build 1746)

Scoreboard Overrides

Hey, is there any way to disable the scoreboard portion of the addon? It overrides another plugin for the tab list.

Particles and 1.13

Hey, i'm using SkRayFall to show particles but it is not working anymore on spigot 1.13.2 (and with Effectlib 6.1) :

image

Not save votes

Is there any way to NOT save votes? im using it on my bungee network and i cant use it if the player gets rewarded on every server for every vote.

[SOLVED]About Holograms

I want to do a system when triggered by touching an hologram. Like

on hologram touch:
    if name of the event-string is "test":
        *my system goes here*

But i can't even run this correctly

on hologram click:
    broadcast "test"

In first one i think maybe skRayFall doesn't support that. If you add support for that I will be very happy. But I don't understand second one I tried on hologram click too but it doesn't do anything.Maybe I understanded it wrong. Please help me to solve my problem skRayFall is good but i can't understand my problem.

1.10.2 Breaking action bar

So i just updated from paperclip build 797 to build 802 and somewhere in between the action bar syntax stopped working. (The 1.10.2 Update happened within those builds)
https://ci.destroystokyo.com/job/PaperSpigot/

It would now just throw an error but it works if i just send a message to the player instead of setting the action bar so the rest of the code is working.

The error:
[08:26:30 ERROR]: 'to "&6Logout &c&l▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌ &6Tag"' is not an entity type (combat.sk, line 17: set action bar of victim to "&
6Logout &c&l▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌ &6Tag"')

[08:26:30 ERROR]: There's no loop that matches 'loop-player to "&6Logout &a&l▌&c&l▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌ &6Tag"' (combat.sk, line 35: set act
ion bar of loop-player to "&6Logout &a&l▌&c&l▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌ &6Tag"')

I dont know if its too early to report this already since the update happened just a few hours ago but i thought it would not do any harm

Tablist on 1.14.3

Tablist doesn's work on 1.14.3 (works on 1.14.2), also I'm getting error while reload.
image

error message

hi i keep having error messages in console regarding skRayFall how can i fix them? my log:
28.08 13:31:47 [Server] INFO World saved.
28.08 13:31:47 [Server] INFO Saving...
28.08 13:31:47 [Server] INFO Saving is already turned on.
28.08 13:31:47 [Multicraft] Auto-saving world...
28.08 13:21:38 [Server] INFO World saved.
28.08 13:21:38 [Server] INFO Saving...
28.08 13:21:38 [Server] INFO Saving is already turned on.
28.08 13:21:38 [Multicraft] Auto-saving world...
28.08 13:11:29 [Server] INFO World saved.
28.08 13:11:29 [Server] INFO Saving...
28.08 13:11:29 [Server] INFO Saving is already turned on.
28.08 13:11:29 [Multicraft] Auto-saving world...
28.08 13:02:08 [Multicraft] Skipped 41 lines due to rate limit (30/s)
28.08 13:01:30 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1514)
28.08 13:01:30 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1766)
28.08 13:01:30 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1799)
28.08 13:01:30 [Server] ERROR #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:264)
28.08 13:01:30 [Server] ERROR #!#! ch.njol.skript.SkriptAPIException: No class info found for player'
28.08 13:01:30 [Server] ERROR #!#! Stack trace:
28.08 13:01:30 [Server] ERROR #!#!
28.08 13:01:30 [Server] ERROR #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
28.08 13:01:30 [Server] ERROR #!#! nor it will work, unless you switch to supported platform.
28.08 13:01:30 [Server] ERROR #!#! Other versions might work, but since you're getting this error message something is NOT working,
28.08 13:01:30 [Server] ERROR #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
28.08 13:01:30 [Server] ERROR #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
28.08 13:01:30 [Server] ERROR #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
28.08 13:01:30 [Server] ERROR #!#! Something went horribly wrong with Skript.
28.08 13:01:30 [Server] ERROR #!#!
28.08 13:01:30 [Server] ERROR #!#! Could not load commands.sk
28.08 13:01:30 [Server] ERROR #!#! [Skript] Severe Error:
28.08 13:01:30 [Server] ERROR #!#!
28.08 13:01:29 [Server] INFO [Skript] Loaded 11 variables in 0.0 seconds
28.08 13:01:29 [Server] INFO [Skript] Loading variables...
28.08 13:01:29 [Server] Startup Done (5.174s)! For help, type "help" or "?"
28.08 13:01:29 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
28.08 13:01:29 [Server] INFO [skQuery] Out of 148 classes, 144 classes were loaded from SkQuery
28.08 13:01:29 [Server] INFO [skQuery] Beginning to process a total of 148 from SkQuery
28.08 13:01:29 [Server] INFO [skQuery] Finished snooping of SkQuery with 148 classes.
28.08 13:01:29 [Server] INFO [skQuery] Locating classes from SkQuery...
28.08 13:01:29 [Server] INFO [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
28.08 13:01:29 [Server] INFO [SkQuery] Enabling SkQuery v3.6.0-Lime
28.08 13:01:29 [Server] INFO [skRayFall] Bacon is ready!
28.08 13:01:29 [Server] INFO [skRayFall] An update for skRayFall is available!
28.08 13:01:29 [Multicraft] Skipped 9 lines due to rate limit (30/s)
28.08 13:01:29 [Server] INFO [skript-yaml] Enabling skript-yaml v1.2.4
28.08 13:01:29 [Server] INFO [Skellett] Has been enabled!
28.08 13:01:29 [Server] INFO [Skellett] Failed to check for an update on spigot
28.08 13:01:29 [Server] INFO [Skellett] Registered 59 Effects, 22 Conditions, 156 Expressions and 20 Events
28.08 13:01:29 [Server] INFO [Skellett] Syntax.Expressions.Unbreakable syntax is for 1.11.2+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] LlamaInventory syntax is for 1.11+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] Main.Maps syntax is for 1.11+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] Main.Books syntax is for 1.9R1+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] TitleAndSubtitle syntax is for 1.11.2+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] Main.Books syntax is for 1.9R1+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] GravityState syntax is for 1.10+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] InvulnerableState syntax is for 1.9R1+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] LlamaInventoryDecor syntax is for 1.11+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] SpectralArrow syntax is for 1.10+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] ItemCooldown syntax is for 1.11.2+ spigot versions!
28.08 13:01:29 [Server] INFO [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] GlideState syntax is for 1.10+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] EntityScoreboardTag syntax is for 1.11+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] SilentState syntax is for 1.10+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] Main.Bossbars syntax is for 1.9R1+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] LlamaColour syntax is for 1.11+ spigot versions!
28.08 13:01:28 [Server] INFO [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!
28.08 13:01:28 [Multicraft] Skipped 20 lines due to rate limit (30/s)
28.08 13:01:27 [Server] INFO Sending up to 10 chunks per packet
28.08 13:01:27 [Server] INFO Structure Info Saving: true
28.08 13:01:27 [Server] INFO Random Lighting Updates: false
28.08 13:01:27 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
28.08 13:01:27 [Server] INFO Nerfing mobs spawned from spawners: false
28.08 13:01:27 [Server] INFO Replace Blocks: [1, 5]
28.08 13:01:27 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
28.08 13:01:27 [Server] INFO Engine Mode: 1
28.08 13:01:27 [Server] INFO Anti X-Ray: true
28.08 13:01:27 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
28.08 13:01:27 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
28.08 13:01:27 [Server] INFO NetherWart Growth Modifier: 100%
28.08 13:01:27 [Server] INFO Wheat Growth Modifier: 100%
28.08 13:01:27 [Server] INFO Sapling Growth Modifier: 100%
28.08 13:01:27 [Server] INFO Pumpkin Growth Modifier: 100%
28.08 13:01:27 [Server] INFO Mushroom Growth Modifier: 100%
28.08 13:01:27 [Server] INFO Melon Growth Modifier: 100%
28.08 13:01:27 [Server] INFO Cane Growth Modifier: 100%
28.08 13:01:27 [Server] INFO Cactus Growth Modifier: 100%
28.08 13:01:27 [Server] INFO Mob Spawn Range: 4
28.08 13:01:27 [Server] INFO -------- World Settings For [spawn] --------
28.08 13:01:27 [Server] INFO [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
28.08 13:01:27 [Server] INFO [SkAction] Enabling SkAction v2.0
28.08 13:01:27 [Server] INFO [VoxelSniper] Registered Sniper Listener.
28.08 13:01:27 [Server] INFO [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
28.08 13:01:27 [Server] INFO [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT
28.08 13:01:27 [Server] INFO [Skript] ~ created by & ? Peter Gtinger aka Njol ~
28.08 13:01:27 [Server] WARN [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
28.08 13:01:27 [Server] INFO [Skript] Loaded a total of 11504 english aliases
28.08 13:01:27 [Server] INFO [Skript] Starting updater thread
28.08 13:01:26 [Server] WARN [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
28.08 13:01:26 [Server] WARN [Skript] Some features have been disabled; use older Skript to restore them.
28.08 13:01:26 [Server] WARN [Skript] Using this version of Skript on 1.8 is highly discouraged.
28.08 13:01:26 [Server] INFO [Skript] Enabling Skript v2.2-dev37c
28.08 13:01:26 [Server] INFO [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
28.08 13:01:26 [Server] INFO WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
28.08 13:01:26 [Server] INFO [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
28.08 13:01:26 [Server] INFO [PermissionsEx] Permissions file successfully reloaded
28.08 13:01:26 [Server] INFO [PermissionsEx] Initializing file backend
28.08 13:01:26 [Server] INFO [PermissionsEx] Enabling PermissionsEx v1.23.4
28.08 13:01:25 [Server] INFO Preparing start region for level 2 (Seed: -2120473091892910699)
28.08 13:01:25 [Multicraft] Skipped 40 lines due to rate limit (30/s)
28.08 13:01:24 [Server] INFO View Distance: 10
28.08 13:01:24 [Server] INFO Allow Zombie Pigmen to spawn from portal blocks: true
28.08 13:01:24 [Server] INFO Arrow Despawn Rate: 1200
28.08 13:01:24 [Server] INFO Item Merge Radius: 2.5
28.08 13:01:24 [Server] INFO Item Despawn Rate: 6000
28.08 13:01:24 [Server] INFO Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
28.08 13:01:24 [Server] INFO Max TNT Explosions: 100
28.08 13:01:24 [Server] INFO Custom Map Seeds: Village: 10387312 Feature: 14357617
28.08 13:01:24 [Server] INFO Max Entity Collisions: 8
28.08 13:01:24 [Server] INFO Sending up to 10 chunks per packet
28.08 13:01:24 [Server] INFO Structure Info Saving: true
28.08 13:01:24 [Server] INFO Random Lighting Updates: false
28.08 13:01:24 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
28.08 13:01:24 [Server] INFO Nerfing mobs spawned from spawners: false
28.08 13:01:24 [Server] INFO Replace Blocks: [1, 5]
28.08 13:01:24 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
28.08 13:01:24 [Server] INFO Engine Mode: 1
28.08 13:01:24 [Server] INFO Anti X-Ray: true
28.08 13:01:24 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
28.08 13:01:24 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
28.08 13:01:24 [Server] INFO NetherWart Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Wheat Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Sapling Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Pumpkin Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Mushroom Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Melon Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Cane Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Cactus Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Mob Spawn Range: 4
28.08 13:01:24 [Server] INFO -------- World Settings For [world_nether] --------
28.08 13:01:24 [Multicraft] Skipped 27 lines due to rate limit (30/s)
28.08 13:01:24 [Server] INFO Pumpkin Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Mushroom Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Melon Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Cane Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Cactus Growth Modifier: 100%
28.08 13:01:24 [Server] INFO Mob Spawn Range: 4
28.08 13:01:24 [Server] INFO -------- World Settings For [world] --------
28.08 13:01:24 [Server] INFO Preparing level "world"
28.08 13:01:24 [Server] INFO **** Beginning UUID conversion, this may take A LONG time ****
28.08 13:01:24 [Server] INFO [SkQuery] Loading SkQuery v3.6.0-Lime
28.08 13:01:24 [Server] INFO [skRayFall] Loading skRayFall v1.8
28.08 13:01:24 [Server] INFO [skript-yaml] Loading skript-yaml v1.2.4
28.08 13:01:24 [Server] INFO [Skellett] Loading Skellett v1.9.6b
28.08 13:01:24 [Server] INFO [Multiverse-Core] Loading Multiverse-Core v2.5-b719
28.08 13:01:24 [Server] INFO [SkAction] Loading SkAction v2.0
28.08 13:01:24 [Server] INFO [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
28.08 13:01:24 [Server] INFO [Skript] Loading Skript v2.2-dev37c
28.08 13:01:24 [Server] INFO [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
28.08 13:01:24 [Server] INFO [PermissionsEx] Loading PermissionsEx v1.23.4
28.08 13:01:24 [Server] INFO Set PluginClassLoader as parallel capable
28.08 13:01:24 [Server] INFO Using epoll channel type
28.08 13:01:24 [Server] INFO Starting Minecraft server on 5.135.174.144:25566
28.08 13:01:23 [Server] INFO Generating keypair
28.08 13:01:23 [Server] INFO Debug logging is disabled
28.08 13:01:23 [Server] INFO Using 4 threads for Netty based IO
28.08 13:01:23 [Server] INFO Server Ping Player Sample Count: 12
28.08 13:01:23 [Server] INFO This server is running CraftBukkit version git-Spigot-db6de12-d3e0b6f (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
28.08 13:01:23 [Server] INFO Default game type: SURVIVAL
28.08 13:01:23 [Server] INFO Loading properties
28.08 13:01:23 [Server] INFO Starting minecraft server version 1.8.8
28.08 13:01:19 [Server] INFO Loading libraries, please wait...
28.08 13:01:19 [Server] INFO Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128M; support was removed in 8.0
28.08 13:01:19 [Multicraft] Updating eula.txt file
28.08 13:01:19 [Multicraft] Loaded config for "Mod: Spigot"
28.08 13:01:19 [Multicraft] Starting server!
28.08 13:01:19 [Multicraft] Loading server properties
28.08 13:01:16 [Multicraft] Server stopped
28.08 13:01:14 [Multicraft] Server shut down (stopping)
28.08 13:01:14 [Server] INFO Saving chunks for level 'spawn'/Overworld
28.08 13:01:14 [Server] INFO Saving chunks for level 'world_the_end'/The End
28.08 13:01:14 [Server] INFO Saving chunks for level 'world_nether'/Nether
28.08 13:01:14 [Server] INFO Saving chunks for level 'world'/Overworld
28.08 13:01:14 [Server] INFO Saving worlds
28.08 13:01:14 [Server] INFO Saving players
28.08 13:01:14 [Server] INFO [PermissionsEx] Disabling PermissionsEx v1.23.4
28.08 13:01:14 [Server] INFO [WorldEdit] Disabling WorldEdit v6.1.9;caf0ad9
28.08 13:01:14 [Server] INFO [Skript] Disabling Skript v2.2-dev37c
28.08 13:01:14 [Server] INFO [VoxelSniper] Disabling VoxelSniper v5.171.0-SNAPSHOT
28.08 13:01:14 [Server] INFO [SkAction] Disabling SkAction v2.0
28.08 13:01:14 [Server] INFO [Multiverse-Core] Disabling Multiverse-Core v2.5-b719
28.08 13:01:14 [Server] INFO [Skellett] Disabling Skellett v1.9.6b
28.08 13:01:14 [Server] INFO [skript-yaml] Disabling skript-yaml v1.2.4
28.08 13:01:14 [Server] INFO [skRayFall] Bacon has been eaten. Make some more soon!
28.08 13:01:14 [Server] INFO [skRayFall] Disabling skRayFall v1.9.12
28.08 13:01:14 [Server] INFO [SkQuery] Disabling SkQuery v3.6.0-Lime
28.08 13:01:14 [Server] INFO Stopping server
28.08 13:01:14 [Server] INFO Stopping the server
28.08 13:01:14 [Server] INFO Saving...
28.08 13:01:14 [Multicraft] Stopping server!
28.08 13:01:14 [Multicraft] Received restart command
28.08 12:59:13 [Server] INFO Author: eyesniper2
28.08 12:59:13 [Server] INFO Website: http://sk.rayfall.net/
28.08 12:59:13 [Server] INFO An addon for skript that adds Citizens support, EffectLib support and other features.
28.08 12:59:13 [Server] INFO skRayFall version 1.9.12
28.08 12:56:20 [Multicraft] Skipped 34 lines due to rate limit (30/s)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:403)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:391)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:664)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1514)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1766)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1799)
28.08 12:55:41 [Server] ERROR #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:264)
28.08 12:55:41 [Server] ERROR #!#! ch.njol.skript.SkriptAPIException: No class info found for player'
28.08 12:55:41 [Server] ERROR #!#! Stack trace:
28.08 12:55:41 [Server] ERROR #!#!
28.08 12:55:41 [Server] ERROR #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
28.08 12:55:41 [Server] ERROR #!#! nor it will work, unless you switch to supported platform.
28.08 12:55:41 [Server] ERROR #!#! Other versions might work, but since you're getting this error message something is NOT working,
28.08 12:55:41 [Server] ERROR #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
28.08 12:55:41 [Server] ERROR #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
28.08 12:55:41 [Server] ERROR #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
28.08 12:55:41 [Server] ERROR #!#! Something went horribly wrong with Skript.
28.08 12:55:41 [Server] ERROR #!#!
28.08 12:55:41 [Server] ERROR #!#! Could not load commands.sk
28.08 12:55:41 [Server] ERROR #!#! [Skript] Severe Error:
28.08 12:55:41 [Server] ERROR #!#!
28.08 12:55:41 [Server] INFO [Skript] Loaded 11 variables in 0.0 seconds
28.08 12:55:41 [Server] INFO [Skript] Loading variables...
28.08 12:55:41 [Server] Startup Done (5.458s)! For help, type "help" or "?"
28.08 12:55:41 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
28.08 12:55:41 [Server] INFO [skQuery] Out of 148 classes, 144 classes were loaded from SkQuery
28.08 12:55:41 [Multicraft] Skipped 8 lines due to rate limit (30/s)
28.08 12:55:40 [Server] INFO [skRayFall] Enabling general 1.8+ bacon!
28.08 12:55:40 [Server] INFO [skRayFall] No Votifier Found! Checks oven for finished bacon
28.08 12:55:40 [Server] INFO [skRayFall] Got bacon for the EffectLib partical ninjas!
28.08 12:55:40 [Server] INFO [skRayFall] Citizens not found! Sorry you cant make friends, but don't worry we will still be your friend <3
28.08 12:55:40 [Server] INFO [skRayFall] Cooking Bacon...
28.08 12:55:40 [Server] INFO [skRayFall] Nathan and Lewis <3 you.
28.08 12:55:40 [Server] INFO [skRayFall] Yay! You are running skRayFall 1.9.12!
28.08 12:55:40 [Server] INFO [skRayFall] Enabling skRayFall v1.9.12
28.08 12:55:40 [Server] INFO [skript-yaml] Enabling skript-yaml v1.2.4
28.08 12:55:40 [Server] INFO [Skellett] Has been enabled!
28.08 12:55:40 [Server] INFO [Skellett] Failed to check for an update on spigot
28.08 12:55:40 [Server] INFO [Skellett] Registered 59 Effects, 22 Conditions, 156 Expressions and 20 Events
28.08 12:55:40 [Server] INFO [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Main.Books syntax is for 1.9R1+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] SilentState syntax is for 1.10+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Main.Maps syntax is for 1.11+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] SpectralArrow syntax is for 1.10+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] LlamaInventoryDecor syntax is for 1.11+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] InvulnerableState syntax is for 1.9R1+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] EntityScoreboardTag syntax is for 1.11+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Syntax.Expressions.Unbreakable syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] TitleAndSubtitle syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!
28.08 12:55:40 [Server] INFO [Skellett] Main.Bossbars syntax is for 1.9R1+ spigot versions!
28.08 12:55:40 [Multicraft] Skipped 23 lines due to rate limit (30/s)
28.08 12:55:39 [Server] INFO Item Despawn Rate: 6000
28.08 12:55:39 [Server] INFO Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
28.08 12:55:39 [Server] INFO Max TNT Explosions: 100
28.08 12:55:39 [Server] INFO Custom Map Seeds: Village: 10387312 Feature: 14357617
28.08 12:55:39 [Server] INFO Max Entity Collisions: 8
28.08 12:55:39 [Server] INFO Sending up to 10 chunks per packet
28.08 12:55:39 [Server] INFO Structure Info Saving: true
28.08 12:55:39 [Server] INFO Random Lighting Updates: false
28.08 12:55:39 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
28.08 12:55:39 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
28.08 12:55:39 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
28.08 12:55:39 [Server] INFO NetherWart Growth Modifier: 100%
28.08 12:55:39 [Server] INFO Wheat Growth Modifier: 100%
28.08 12:55:39 [Server] INFO Sapling Growth Modifier: 100%
28.08 12:55:39 [Server] INFO Pumpkin Growth Modifier: 100%
28.08 12:55:39 [Server] INFO Mushroom Growth Modifier: 100%
28.08 12:55:39 [Server] INFO Melon Growth Modifier: 100%
28.08 12:55:39 [Server] INFO Cane Growth Modifier: 100%
28.08 12:55:39 [Server] INFO Cactus Growth Modifier: 100%
28.08 12:55:39 [Server] INFO Nerfing mobs spawned from spawners: false
28.08 12:55:39 [Server] INFO Replace Blocks: [1, 5]
28.08 12:55:39 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
28.08 12:55:39 [Server] INFO Engine Mode: 1
28.08 12:55:39 [Server] INFO Anti X-Ray: true
28.08 12:55:39 [Server] INFO Mob Spawn Range: 4
28.08 12:55:39 [Server] INFO -------- World Settings For [spawn] --------
28.08 12:55:39 [Server] INFO [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
28.08 12:55:39 [Server] INFO [SkAction] Enabling SkAction v2.0
28.08 12:55:39 [Server] INFO [VoxelSniper] Registered Sniper Listener.
28.08 12:55:39 [Server] INFO [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
28.08 12:55:39 [Server] INFO [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT
28.08 12:55:39 [Server] INFO [Skript] ~ created by & ? Peter Gtinger aka Njol ~
28.08 12:55:39 [Server] WARN [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
28.08 12:55:39 [Server] INFO [Skript] Loaded a total of 11504 english aliases
28.08 12:55:38 [Server] INFO [Skript] Starting updater thread
28.08 12:55:38 [Server] WARN [Skript] Also, there are probably bugs. And since 1.8 is not supported, they will not be fixed
28.08 12:55:38 [Server] WARN [Skript] Some features have been disabled; use older Skript to restore them.
28.08 12:55:38 [Server] WARN [Skript] Using this version of Skript on 1.8 is highly discouraged.
28.08 12:55:38 [Server] INFO [Skript] Enabling Skript v2.2-dev37c
28.08 12:55:38 [Server] INFO [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
28.08 12:55:38 [Server] INFO WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
28.08 12:55:37 [Server] INFO [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
28.08 12:55:37 [Server] INFO [PermissionsEx] Permissions file successfully reloaded
28.08 12:55:37 [Server] INFO [PermissionsEx] Initializing file backend
28.08 12:55:37 [Server] INFO [PermissionsEx] Enabling PermissionsEx v1.23.4
28.08 12:55:37 [Server] INFO Preparing start region for level 2 (Seed: -2120473091892910699)
28.08 12:55:36 [Server] INFO Preparing start region for level 1 (Seed: -2120473091892910699)
28.08 12:55:36 [Multicraft] Skipped 85 lines due to rate limit (30/s)
28.08 12:55:35 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
28.08 12:55:35 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
28.08 12:55:35 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
28.08 12:55:35 [Server] INFO NetherWart Growth Modifier: 100%
28.08 12:55:35 [Server] INFO Wheat Growth Modifier: 100%
28.08 12:55:35 [Server] INFO Sapling Growth Modifier: 100%
28.08 12:55:35 [Server] INFO Pumpkin Growth Modifier: 100%
28.08 12:55:35 [Server] INFO Mushroom Growth Modifier: 100%
28.08 12:55:35 [Server] INFO Melon Growth Modifier: 100%
28.08 12:55:35 [Server] INFO Cane Growth Modifier: 100%
28.08 12:55:35 [Server] INFO Cactus Growth Modifier: 100%
28.08 12:55:35 [Server] INFO Nerfing mobs spawned from spawners: false
28.08 12:55:35 [Server] INFO Replace Blocks: [1, 5]
28.08 12:55:35 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
28.08 12:55:35 [Server] INFO Engine Mode: 1
28.08 12:55:35 [Server] INFO Anti X-Ray: true
28.08 12:55:35 [Server] INFO Mob Spawn Range: 4
28.08 12:55:35 [Server] INFO -------- World Settings For [world] --------
28.08 12:55:35 [Server] INFO Preparing level "world"
28.08 12:55:35 [Server] INFO **** Beginning UUID conversion, this may take A LONG time ****
28.08 12:55:35 [Server] INFO [SkQuery] Loading SkQuery v3.6.0-Lime
28.08 12:55:35 [Server] INFO [skRayFall] Loading skRayFall v1.9.12
28.08 12:55:35 [Server] INFO [skript-yaml] Loading skript-yaml v1.2.4
28.08 12:55:35 [Server] INFO [Skellett] Loading Skellett v1.9.6b
28.08 12:55:35 [Server] INFO [Multiverse-Core] Loading Multiverse-Core v2.5-b719
28.08 12:55:35 [Server] INFO [SkAction] Loading SkAction v2.0
28.08 12:55:35 [Server] INFO [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
28.08 12:55:35 [Server] INFO [Skript] Loading Skript v2.2-dev37c
28.08 12:55:35 [Server] INFO [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
28.08 12:55:35 [Server] INFO [PermissionsEx] Loading PermissionsEx v1.23.4
28.08 12:55:35 [Server] INFO Set PluginClassLoader as parallel capable
28.08 12:55:35 [Server] INFO Using epoll channel type
28.08 12:55:35 [Server] INFO Starting Minecraft server on 5.135.174.144:25566
28.08 12:55:34 [Server] INFO Generating keypair
28.08 12:55:34 [Server] INFO Debug logging is disabled
28.08 12:55:34 [Server] INFO Using 4 threads for Netty based IO
28.08 12:55:34 [Server] INFO Server Ping Player Sample Count: 12
28.08 12:55:34 [Server] INFO This server is running CraftBukkit version git-Spigot-db6de12-d3e0b6f (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
28.08 12:55:34 [Server] INFO Default game type: SURVIVAL
28.08 12:55:34 [Server] INFO Loading properties
28.08 12:55:34 [Server] INFO Starting minecraft server version 1.8.8
28.08 12:55:30 [Server] INFO Loading libraries, please wait...
28.08 12:55:30 [Server] INFO Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128M; support was removed in 8.0
28.08 12:55:30 [Multicraft] Updating eula.txt file
28.08 12:55:30 [Multicraft] Loaded config for "Mod: Spigot"
28.08 12:55:30 [Multicraft] Starting server!
28.08 12:55:30 [Multicraft] Loading server properties
28.08 12:55:27 [Multicraft] Server stopped
28.08 12:55:27 [Multicraft] Server shut down (stopping)
28.08 12:55:27 [Server] INFO Saving chunks for level 'spawn'/Overworld
28.08 12:55:27 [Server] INFO Saving chunks for level 'world_the_end'/The End
28.08 12:55:27 [Server] INFO Saving chunks for level 'world_nether'/Nether
28.08 12:55:27 [Server] INFO Saving chunks for level 'world'/Overworld
28.08 12:55:27 [Server] INFO Saving worlds
28.08 12:55:27 [Server] INFO Saving players
28.08 12:55:27 [Server] INFO [PermissionsEx] Disabling PermissionsEx v1.23.4
28.08 12:55:27 [Server] INFO [WorldEdit] Disabling WorldEdit v6.1.9;caf0ad9
28.08 12:55:27 [Server] INFO [Skript] Disabling Skript v2.2-dev37c
28.08 12:55:27 [Server] INFO [VoxelSniper] Disabling VoxelSniper v5.171.0-SNAPSHOT
28.08 12:55:27 [Server] INFO [SkAction] Disabling SkAction v2.0
28.08 12:55:27 [Server] INFO [Multiverse-Core] Disabling Multiverse-Core v2.5-b719
28.08 12:55:27 [Server] INFO [Skellett] Disabling Skellett v1.9.6b
28.08 12:55:27 [Server] INFO [skript-yaml] Disabling skript-yaml v1.2.4
28.08 12:55:27 [Server] INFO [skRayFall] Bacon has been eaten. Make some more soon!
28.08 12:55:27 [Server] INFO [skRayFall] Disabling skRayFall v1.9.12
28.08 12:55:27 [Server] INFO [SkQuery] Disabling SkQuery v3.6.0-Lime
28.08 12:55:27 [Server] INFO Stopping server
28.08 12:55:27 [Server] INFO Stopping the server
28.08 12:55:27 [Server] INFO Saving...
28.08 12:55:27 [Multicraft] Stopping server!
28.08 12:55:27 [Multicraft] Received restart command
28.08 12:49:22 [Server] INFO World saved.
28.08 12:49:22 [Server] INFO Saving...
28.08 12:49:22 [Server] INFO Saving is already turned on.
28.08 12:49:22 [Multicraft] Auto-saving world...
28.08 12:40:02 [Multicraft] Skipped 28 lines due to rate limit (30/s)
28.08 12:39:23 [Server] ERROR #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
28.08 12:39:23 [Server] ERROR #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.Skript$2.run(Skript.java:472)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:363)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:333)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:403)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:391)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:664)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1514)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1766)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1799)
28.08 12:39:23 [Server] ERROR #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:264)
28.08 12:39:23 [Server] ERROR #!#! ch.njol.skript.SkriptAPIException: No class info found for player'
28.08 12:39:23 [Server] ERROR #!#! Stack trace:
28.08 12:39:23 [Server] ERROR #!#!
28.08 12:39:23 [Server] ERROR #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
28.08 12:39:23 [Server] ERROR #!#! nor it will work, unless you switch to supported platform.
28.08 12:39:23 [Server] ERROR #!#! Other versions might work, but since you're getting this error message something is NOT working,
28.08 12:39:23 [Server] ERROR #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
28.08 12:39:23 [Server] ERROR #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
28.08 12:39:23 [Server] ERROR #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
28.08 12:39:23 [Server] ERROR #!#! Something went horribly wrong with Skript.
28.08 12:39:23 [Server] ERROR #!#!
28.08 12:39:23 [Server] ERROR #!#! Could not load commands.sk
28.08 12:39:23 [Server] ERROR #!#! [Skript] Severe Error:
28.08 12:39:23 [Server] ERROR #!#!
28.08 12:39:23 [Multicraft] Skipped 47 lines due to rate limit (30/s)
28.08 12:39:23 [Server] ERROR #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
28.08 12:39:23 [Server] ERROR #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
28.08 12:39:23 [Server] ERROR #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
28.08 12:39:23 [Server] ERROR #!#! Something went horribly wrong with Skript.
28.08 12:39:23 [Server] ERROR #!#!
28.08 12:39:23 [Server] ERROR #!#! Could not load clicker.sk
28.08 12:39:23 [Server] ERROR #!#! [Skript] Severe Error:
28.08 12:39:23 [Server] ERROR #!#!
28.08 12:39:23 [Server] ERROR [Skript] Can't understand this condition/effect: create nametag "netherstars" (clicker.sk, line 47: create nametag "netherstars"')
28.08 12:39:22 [Server] INFO [Skript] Loaded 11 variables in 0.0 seconds
28.08 12:39:22 [Server] INFO [Skript] Loading variables...
28.08 12:39:22 [Server] Startup Done (5.268s)! For help, type "help" or "?"
28.08 12:39:22 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
28.08 12:39:22 [Server] INFO [skQuery] Out of 148 classes, 144 classes were loaded from SkQuery
28.08 12:39:22 [Server] INFO [skQuery] Beginning to process a total of 148 from SkQuery
28.08 12:39:22 [Server] INFO [skQuery] Finished snooping of SkQuery with 148 classes.
28.08 12:39:22 [Server] INFO [skQuery] Locating classes from SkQuery...
28.08 12:39:22 [Server] INFO [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
28.08 12:39:22 [Server] INFO [SkQuery] Enabling SkQuery v3.6.0-Lime
28.08 12:39:22 [Server] INFO [skRayFall] Bacon is ready!
28.08 12:39:22 [Server] INFO [skRayFall] An update for skRayFall is available!
28.08 12:39:22 [Server] INFO [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon!
28.08 12:39:22 [Server] INFO [skRayFall] Enabling general 1.8+ bacon!
28.08 12:39:22 [Server] INFO [skRayFall] No Votifier Found! Checks oven for finished bacon
28.08 12:39:22 [Server] INFO [skRayFall] Got bacon for the EffectLib partical ninjas!
28.08 12:39:22 [Server] INFO [skRayFall] Citizens not found! Sorry you cant make friends, but don't worry we will still be your friend <3
28.08 12:39:22 [Server] INFO [skRayFall] Cooking Bacon...
28.08 12:39:22 [Server] INFO [skRayFall] Nathan and Lewis <3 you.
28.08 12:39:22 [Server] INFO [skRayFall] Yay! You are running skRayFall 1.9.12!
28.08 12:39:22 [Server] INFO [skRayFall] Enabling skRayFall v1.9.12
28.08 12:39:22 [Server] INFO [skript-yaml] Enabling skript-yaml v1.2.4
28.08 12:39:22 [Server] INFO [Skellett] Has been enabled!
28.08 12:39:22 [Server] INFO [Skellett] Failed to check for an update on spigot
28.08 12:39:22 [Server] INFO [Skellett] Registered 59 Effects, 22 Conditions, 156 Expressions and 20 Events
28.08 12:39:22 [Server] INFO [Skellett] InvulnerableState syntax is for 1.9R1+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] LlamaColour syntax is for 1.11+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] Main.Maps syntax is for 1.11+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] Main.Books syntax is for 1.9R1+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] GlideState syntax is for 1.10+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] SpectralArrow syntax is for 1.10+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] Main.Bossbars syntax is for 1.9R1+ spigot versions!
28.08 12:39:22 [Server] INFO [Skellett] SilentState syntax is for 1.10+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] Main.Books syntax is for 1.9R1+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] EntityScoreboardTag syntax is for 1.11+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] TitleAndSubtitle syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] Unbreakable syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] GravityState syntax is for 1.10+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] Syntax.Events.AnvilPrepare syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] Syntax.Expressions.Unbreakable syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] LlamaInventoryDecor syntax is for 1.11+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] Syntax.Events.BrewingFuel syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] LlamaInventory syntax is for 1.11+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] Main.PrepareEnchant syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Server] INFO [Skellett] ItemCooldown syntax is for 1.11.2+ spigot versions!
28.08 12:39:21 [Multicraft] Skipped 20 lines due to rate limit (30/s)
28.08 12:39:20 [Server] INFO Sending up to 10 chunks per packet
28.08 12:39:20 [Server] INFO Structure Info Saving: true
28.08 12:39:20 [Server] INFO Random Lighting Updates: false
28.08 12:39:20 [Server] INFO Mob Spawn Range: 4
28.08 12:39:20 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
28.08 12:39:20 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
28.08 12:39:20 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
28.08 12:39:20 [Server] INFO NetherWart Growth Modifier: 100%
28.08 12:39:20 [Server] INFO Wheat Growth Modifier: 100%
28.08 12:39:20 [Server] INFO Sapling Growth Modifier: 100%
28.08 12:39:20 [Server] INFO Pumpkin Growth Modifier: 100%
28.08 12:39:20 [Server] INFO Mushroom Growth Modifier: 100%
28.08 12:39:20 [Server] INFO Melon Growth Modifier: 100%
28.08 12:39:20 [Server] INFO Cane Growth Modifier: 100%
28.08 12:39:20 [Server] INFO Cactus Growth Modifier: 100%
28.08 12:39:20 [Server] INFO Nerfing mobs spawned from spawners: false
28.08 12:39:20 [Server] INFO Replace Blocks: [1, 5]
28.08 12:39:20 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
28.08 12:39:20 [Server] INFO Engine Mode: 1
28.08 12:39:20 [Server] INFO Anti X-Ray: true
28.08 12:39:20 [Server] INFO -------- World Settings For [spawn] --------
28.08 12:39:20 [Server] INFO [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
28.08 12:39:20 [Server] INFO [SkAction] Enabling SkAction v2.0

Sending a title does not work with Skript v2.4-alpha1

The command below returns this exception:

command /testing:
    trigger:
        send player title "test" with subtitle "Test"

[11:54:57 ERROR]: Can't understand this condition/effect: send player title "test" with subtitle "Test" (test.sk, line 3: send player title "test" with subtitle "Test"')

Minecraft version: 1.14
Skript Version: 2.4-alpha1

Error: Set ID based score

Hi,

I obtain this error when i try to set an ID based score, can you help me ?

java.lang.NullPointerException
net.rayfall.eyesniper2.skRayFall.Scoreboard.EffSetIDBasedScore.execute(EffSetIDBasedScore.java:55)

Thanks !

Latency with Npc expression

Hi i have a problem, in deed when i use citizen expression in a skript reload my server crash
and i start my server my skript take 3-6 minutes with citizen expression

This may cause latency:
on npc left click: if citizen is named "Bruh":

Without "if citizen is named "bruh": don't have latency or crash

  • Citizen 2.0.22 (1.12 ALPHA #1) (but i have the problem with all anterior version)
  • Skript dev30d (lastest bensku version)
  • SkRayFall 1.9.10
  • i don't have any error in the console, just a big latency

The latency or crash appear with 2-3 npc conditions in the same skript
we have a latency with 1 npc but no crash and i try
if citizen is <id>
i have the same things

It's an issues? i don't know
Thanks :)

PS: meaculpa i've an error when the server crash after i've reload my skript with my 3 pnj
link pastebin https://pastebin.com/iTKsW0H9
my dev server is in 1.10.2 but i have the same thing on my 1.12 server :c

weird hologram issue(pickup)

command /cholotest3:
	trigger:
		loop {location::holoitem::1::*}:
			create interactive client side holo object "ItemStack:Diamond Ore;" with id "%player%_%loop-index%" at loop-value to player
			broadcast "%loop-index% created &e%loop-value%"		

{location::holotiem::1::$name_of_this_hologram_in_String} = $location
$ represents what type of data they are.
so basically looping through that will create a client side hologram at loop-value which is LOCATION with different ID of "%player%_%loop-index%".
For example, if
{location::holoitem::1::heal} = 100,100,100
{location::holoitem::1::jump} = 200,200,200
{location::holoitem::1::thrust} = 300,300,300
and say my nickname is username1

hologram with ID "username1_heal" should be in 100,100,100
hologram with ID "username1_jump" should be in 200,200,200
hologram with ID "username1_thrust" should be in 300,300,300

These are done correctly. Things are produced in right location. However this code works weirdly

on hologram pickup:
	broadcast "%event-string% achieved!"
	delete holo object "%event-string%"	

This is meant to broadcast event string which is ID of hologram and delete that hologram.
If you try this, the example above will make all hologram to have "username1_thrust" ID. However, only one is deleted by pickup event, and only broadcast event occurs when I just stand at that hologram. So basically they are actually not even created in same ID. I tried multiple times in many different ways but couldn't get this working. It works fine if I don't loop, but independently create hologram one by one.

Tab header and footer causing NPE in 1.9.14

PaperSpigot: 1.13.1-248
Skript: 2.3-alpha3
skRayFall: 1.9.14

[Skript] GiraffeCubed issued effect command: set tab header to "test" and footer to "test" for player
java.lang.NoSuchFieldException: a
at java.lang.Class.getDeclaredField(Unknown Source)
at net.rayfall.eyesniper2.skrayfall.v1_13_1.EffTabTitlesV1_13_1.execute(EffTabTitlesV1_13_1.java:56)
at ch.njol.skript.lang.Effect.run(Effect.java:52)
at ch.njol.skript.command.Commands.handleEffectCommand(Commands.java:283)
at ch.njol.skript.command.Commands$3$1.call(Commands.java:216)
at ch.njol.skript.command.Commands$3$1.call(Commands.java:1)
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftFuture.run(CraftFuture.java:85)
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423)
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1004)
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:428)
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:940)
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:838)
at java.lang.Thread.run(Unknown Source)

Bossbar color

Describe the bug

some of the colors not working in the last version (they were working another version)
ex: pink and white

Server Information

  • Server Version and Type: paper 1.14.4
  • Skript Version: 2.4
  • skRayFall Version: 1.9.17
  • Additional Plugins:

SkRayFall breaks nametag hiding of Citizens.

Describe the bug

When you try to make player-npc's nametag invisible with a Citizens (/npc name), it doesn't work.

Steps to Reproduce

  1. Have skrayfall and citizens installed.
  2. Create new player npc.
  3. Type /npc name

Expected Behavior

Nametag of (player)npc become invisible.

Server Information

  • Server Version and Type: Paper 1.12.2
  • Skript Version: 2.4-beta7
  • skRayFall Version: 1.9.18
  • Additional Plugins: Citizens

BossBarAPI

I have a problem with bossbarapi when timespan shows 2 seconds its freeze then its disappear

Citizen Nametag

(set|make) citizen[s] %number% nametag (invisible|visible)
Does not work, nothing happens.

Set max health does not work!

This does not work:
set citizen {_npc1} max health to 50

No error but the health of the npc does not change at all.

Spigot/Paper 1.9.4 [error not loading]

Im using paper/spigot 1.9.4:

[13:06:02] [Server thread/ERROR]: Error occurred while enabling skRayFall v1.9.2 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_9_R1/Packet
    at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_91]
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_91]
    at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_91]
    at java.lang.Class.getConstructor(Class.java:1825) ~[?:1.8.0_91]
    at ch.njol.skript.lang.SyntaxElementInfo.<init>(SyntaxElementInfo.java:37) ~[?:?]
    at ch.njol.skript.Skript.registerEffect(Skript.java:912) ~[?:?]
    at net.rayfall.eyesniper2.skRayFall.skRayFall.onEnable(skRayFall.java:714) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:319) [patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugin(CraftServer.java:357) [patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.enablePlugins(CraftServer.java:317) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.MinecraftServer.t(MinecraftServer.java:419) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.MinecraftServer.l(MinecraftServer.java:384) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.MinecraftServer.a(MinecraftServer.java:338) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:272) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:578) [patched_1.9.4.jar:git-Paper-730]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_9_R1.Packet
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) ~[patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[patched_1.9.4.jar:git-Paper-730]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_91]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_91]
    ... 18 more
[13:06:02] [Server thread/INFO]: [skRayFall] Disabling skRayFall v1.9.2
[13:06:02] [Server thread/INFO]: [skRayFall] Bacon has been eaten. Make some more soon!
[13:06:02] [Server thread/ERROR]: Error occurred while disabling skRayFall v1.9.2 (Is it up to date?)
java.lang.NullPointerException
    at net.rayfall.eyesniper2.skRayFall.skRayFall.onDisable(skRayFall.java:755) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:294) ~[patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:347) [patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:323) [patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugin(CraftServer.java:357) [patched_1.9.4.jar:git-Paper-730]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.enablePlugins(CraftServer.java:317) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.MinecraftServer.t(MinecraftServer.java:419) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.MinecraftServer.l(MinecraftServer.java:384) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.MinecraftServer.a(MinecraftServer.java:338) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:272) [patched_1.9.4.jar:git-Paper-730]
    at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:578) [patched_1.9.4.jar:git-Paper-730]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]

Citizen nametag not working

This effect don't work in paper spigot 1.12.1 with skript 2.2 dev31b with skrayfall version 1.9.10 skrayfall
and build 2.0.22 SNAPSHOT build 1487 citizens

effect

(set|make) citizen[s] %number% nametag (invisible|visible)

Personal scoreboard doesn't work...

Hey ! I have a bug with SkRayFall 1.8...
When I try to make a personal dashboard, it is the dashboard of the last connected that is displayed for all players...
Exemple with a code :

every 1 second:
	loop all players:
		wipe loop-player's sidebar
		set name of sidebar of loop-player to "{@logo}"		
		if {rank.%loop-player%} = 1:
			set score "&cRank: &7Player" in sidebar of loop-player to 10
		if {rank.%loop-player%} = 2:
			set score "&cRank: &aVIP" in sidebar of loop-player to 10
		if {rank.%loop-player%} = 3:
			set score "&cRank: &3Builder" in sidebar of loop-player to 10
		if {rank.%loop-player%} = 4:
			set score "&cRank: &6Mod" in sidebar of loop-player to 10
		if {rank.%loop-player%} = 5:
			set score "&cRank: &cAdmin" in sidebar of loop-player to 10

A player with the rank admin is connected, in his scoreboard, there will be writted Admin. But if another player connects after him, it will be the rank of this 2nd player which will be displayed for everyone...

In the config, enableFastScoreBoards is enabled...

Have a good day !

SkRayFall crashing since I installed Votifier and its addons.

Describe the bug

SkRayFall is crashing on onDisable and onEnable event while restarting the server. Didn't happen before I installed Votifier with RewardVoting plugin and VoteParty plugin. Could there be any issues with these?

Steps to Reproduce

Install all the plugins listed above.

Expected Behavior

The plugin shouldn't crash and should work.

Your Script

Not related to any scripts. Any scripts that contain SkRayFall syntaxes are crashing.

Screenshots / Errors

https://i.imgur.com/yyiotzh.png Same thing happens onDisable.

Server Information

Spigot 1.8.8 (recommended from getbukkit.org)
Skript 2.2-dev23 to work with the 1.8.8
skRayFall 1.9.18, also tried 1.9.17, 1.9.16. 1.9.17 was working without above plugins.
Votifier with RewardVoting and VoteParty.

Additional Information

None. The problem is pretty clear.

Add more conditions & events

It'd be awesome to have a condition based on the name of the citizen, for example

if npc name is Town Guard:
broadcast "You are near Town Guard" to player

Along with this, an event that detects when a player is near an npc

if player is within 10 blocks of npc named Town Guard:
broadcast "You are near Town Guard" to player

The reason I'm asking for this is my current Skript file is 100-200 lines long, because I have to do events for each NPC individually, this would make it a lot easier.

Thanks!

enableFastScoreBoards

When enableFastScoreBoards is set to true, the scoreboard's nametagvisibility feature does not work.

This skRayFall sidebar function does not work properly when enableFastScoreBoards is set to false.
I want to use the sidebar without error, and I want to hide the name tag.

Please fix this error.

Translated by Google Translator.
There may be some errors.

1.14.4 - Some expressions/effects don't work

Describe the bug

Same as in 1.14.3, a lot of skrayfall's expressions/effects doesn't work in Minecraft 1.14.4

Steps to Reproduce

execute:
set action bar of player to "test"
retrun an error

Expected Behavior

the effect send an action bar message

Your Script

Screenshots / Errors

set action bar of player to "test"
Can't understand this condition/effect: set action bar of player

Server Information

  • Server Version and Type: Paper Spigot 1.14.4
  • Skript Version: 2.4-beta3
  • skRayFall Version: 1.9.17

Additional Information

Things that doesn't works:

  • Action bar messages
  • Titles
  • Tab header and footer

Individual scoreboards broken

Whenever you try to set a scoreboard for only one player it shows them for every player on the server

Example:

on damage of player:
set name of sidebar of victim to "&6PVP-Timer"
set score "&6&lTest &7Seconds" in sidebar of victim to 1

Try with two or more people, it will set the scoreboard for everyone on the server instead for just the victim

Is Natural not working 1.13.2

Describe the bug

In an on break event I am trying to check if it is natural and it says cannot compare block with natural. Also tried exact example on skUnity and it does not work

Steps to Reproduce

Just run latest skript and try to check if a block is natural

Expected Behavior

It runs the next like after the if statement

Your Script

on block break:
if event-block is natural:
message "a"

Screenshots / Errors

image

Server Information

  • Server Version and Type: Paper 1.13.2
  • Skript Version: 2.4
  • skRayFall Version: 1.9.18
  • Additional Plugins: N/A

Problem with lastest SkRayfall version in lastest 1.13.2

Hello i has some problem with tab panel in 1.13.2
[10:52:29 WARN]: java.lang.NoSuchFieldException: a [10:52:29 WARN]: at java.lang.Class.getDeclaredField(Class.java:2070) [10:52:29 WARN]: at net.rayfall.eyesniper2.skrayfall.v1_13_1.EffTabTitlesV1_13_1.execute(EffTabTitlesV1_13_1.java:56) [10:52:29 WARN]: at ch.njol.skript.lang.Effect.run(Effect.java:52) [10:52:29 WARN]: at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61) [10:52:29 WARN]: at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89) [10:52:29 WARN]: at ch.njol.skript.lang.Trigger.execute(Trigger.java:57) [10:52:29 WARN]: at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96) [10:52:29 WARN]: at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110) [10:52:29 WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) [10:52:29 WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:392) [10:52:29 WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889) [10:52:29 WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [10:52:29 WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [10:52:29 WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [10:52:29 WARN]: at java.lang.Thread.run(Thread.java:748) [10:52:31 INFO]: DevilishDante lost connection: Disconnected

it's happend when i set this in my code

options:
header: "&a&m--&2&m----&r&2[&r &a&lElyria&r &8&l•&r &aSurvival &2]&r&2&m----&a&m--"
footer: "&a%nl%&7《&aHeure &7&l•&r &2%hour%:%minutes% &7》 &7《&aMonde &7&l•&r &2%world of loop-player%&7》%nl%&2《 &7TeamSpeak &2&l•&r &ats.elyria.fr &2》"
every 5 seconds:
loop all players:
set tab header to {@Header} and footer to {@footer} for loop-player

Version SkRayFall: lastest
Version Skript: 2.3.1 (lastest foundable here Click here :o )
Version sever: 1.13.2 lastest Build

Thanks to reading me 👍

Armor Stands

on armor stand interact:
    *my code goes here*
on right click on armor stand:
     *my code goes here*
on left click on armor stand:
     *my code goes here*

None of them work I want to chest menu opens when armor stand right clicked or attacked and if possible like this:

on armor stand interact named "something":
    *do something*
on armor stand interact:
    if name of the event-entity(or block idk) is "something":
        *do something*
 on armor stand interact:
    if name of armor stand is "something":
        *do something*

I looked up for it I found some events changed at 1.8 but I don't know java much. I can only develop little programs with java. If there is a skript addon can do this please tell me. Or maybe I am writing syntax wrong. Please help me. Good luck with developing.

And an extra thing is there a way to change tab list like sidebar ?

Bossbar Internal error

27.03 14:42:03 [Server] ERROR #!#!
27.03 14:42:03 [Server] ERROR #!#! [Skript] Severe Error:
27.03 14:42:03 [Server] ERROR #!#!
27.03 14:42:03 [Server] ERROR #!#! Something went horribly wrong with Skript.
27.03 14:42:03 [Server] ERROR #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
27.03 14:42:03 [Server] ERROR #!#! You're running outdated version of Skript! Please try updating it NOW; it might fix this.
27.03 14:42:03 [Server] ERROR #!#! You may download new version of Skript at https://github.com/bensku/Skript/releases
27.03 14:42:03 [Server] ERROR #!#! You will be given instructions how to report this error if it persists with latest Skript.
27.03 14:42:03 [Server] ERROR #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
27.03 14:42:03 [Server] ERROR #!#!
27.03 14:42:03 [Server] ERROR #!#! Stack trace:
27.03 14:42:03 [Server] ERROR #!#! java.lang.ClassCastException: org.bukkit.craftbukkit.v1_12_R1.entity.CraftPlayer cannot be cast to java.lang.String
27.03 14:42:03 [Server] ERROR #!#! at net.rayfall.eyesniper2.skrayfall.bossbar.EffSetBossBar.execute(EffSetBossBar.java:41)
27.03 14:42:03 [Server] ERROR #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52)
27.03 14:42:03 [Server] ERROR #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
27.03 14:42:03 [Server] ERROR #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
27.03 14:42:03 [Server] ERROR #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
27.03 14:42:03 [Server] ERROR #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:266)
27.03 14:42:03 [Server] ERROR #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:230)
27.03 14:42:03 [Server] ERROR #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:253)
27.03 14:42:03 [Server] ERROR #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:168)
27.03 14:42:03 [Server] ERROR #!#! at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
27.03 14:42:03 [Server] ERROR #!#! at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
27.03 14:42:03 [Server] ERROR #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
27.03 14:42:03 [Server] ERROR #!#! at java.lang.reflect.Method.invoke(Method.java:498)
27.03 14:42:03 [Server] ERROR #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
27.03 14:42:03 [Server] ERROR #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
27.03 14:42:03 [Server] ERROR #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)
27.03 14:42:03 [Server] ERROR #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1389)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1232)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)
27.03 14:42:03 [Server] ERROR #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
27.03 14:42:03 [Server] ERROR #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
27.03 14:42:03 [Server] ERROR #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
27.03 14:42:03 [Server] ERROR #!#! at java.lang.Thread.run(Thread.java:748)
27.03 14:42:03 [Server] ERROR #!#!
27.03 14:42:03 [Server] ERROR #!#! Version Information:
27.03 14:42:03 [Server] ERROR #!#! Skript: 2.2-dev33 (OUTDATED)
27.03 14:42:03 [Server] ERROR #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
27.03 14:42:03 [Server] ERROR #!#! Minecraft: 1.12.2
27.03 14:42:03 [Server] ERROR #!#! Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
27.03 14:42:03 [Server] ERROR #!#! OS: Linux amd64 4.9.78-xxxx-std-ipv6-64
27.03 14:42:08 [Multicraft] Skipped 14 lines due to rate limit (50/s)

show title error when showing too fast new title

command /test [<text>]:
	trigger:
		send player title "&7Event" with subtitle "&6Oczekiwanie na graczy... &3-" for 8 tick
		wait 10 tick
		send player title "&7Event" with subtitle "&6Oczekiwanie na graczy... &3\" for 8 tick
		wait 10 tick
		send player title "&7Event" with subtitle "&6Oczekiwanie na graczy... &3|" for 8 tick
		wait 10 tick
		send player title "&7Event" with subtitle "&6Oczekiwanie na graczy... &3/" for 8 tick```

Log:

[00:10:04 INFO]: Gorlik [cb0651f1-50c5-3c62-9e83-c79b549f5092]: /test
[00:10:04 ERROR]: #!#!
[00:10:04 ERROR]: #!#! [Skript] Severe Error:
[00:10:04 ERROR]: #!#!
[00:10:04 ERROR]: #!#! Something went horribly wrong with Skript.
[00:10:04 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[00:10:04 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[00:10:04 ERROR]: #!#! Here is full list of them:
[00:10:04 ERROR]: #!#! skRayFall (http://sk.rayfall.net/) Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SkQuery Umbaska
[00:10:04 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[00:10:04 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[00:10:04 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[00:10:04 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[00:10:04 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[00:10:04 ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
[00:10:04 ERROR]: #!#! Issue tracker: https://github.com/bensku/Skript/issues (only if you know what you're doing!)
[00:10:04 ERROR]: #!#!
[00:10:04 ERROR]: #!#! Stack trace:
[00:10:04 ERROR]: #!#! com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated string at line 1 column 43
[00:10:04 ERROR]: #!#!     at com.google.gson.internal.Streams.parse(Streams.java:56)
[00:10:04 ERROR]: #!#!     at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:54)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.ChatDeserializer.a(SourceFile:501)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.ChatDeserializer.a(SourceFile:512)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.IChatBaseComponent$ChatSerializer.a(SourceFile:205)
[00:10:04 ERROR]: #!#!     at net.rayfall.eyesniper2.skrayfall.v1_10.EffTitleV1_10.execute(EffTitleV1_10.java:80)
[00:10:04 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[00:10:04 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[00:10:04 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[00:10:04 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:101)
[00:10:04 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
[00:10:04 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:723)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
[00:10:04 ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[00:10:04 ERROR]: #!#! Caused by: com.google.gson.stream.MalformedJsonException: Unterminated string at line 1 column 43
[00:10:04 ERROR]: #!#!     at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
[00:10:04 ERROR]: #!#!     at com.google.gson.stream.JsonReader.nextQuotedValue(JsonReader.java:1006)
[00:10:04 ERROR]: #!#!     at com.google.gson.stream.JsonReader.nextString(JsonReader.java:811)
[00:10:04 ERROR]: #!#!     at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:646)
[00:10:04 ERROR]: #!#!     at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667)
[00:10:04 ERROR]: #!#!     at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642)
[00:10:04 ERROR]: #!#!     at com.google.gson.internal.Streams.parse(Streams.java:44)
[00:10:04 ERROR]: #!#!     at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:54)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.ChatDeserializer.a(SourceFile:501)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.ChatDeserializer.a(SourceFile:512)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.IChatBaseComponent$ChatSerializer.a(SourceFile:205)
[00:10:04 ERROR]: #!#!     at net.rayfall.eyesniper2.skrayfall.v1_10.EffTitleV1_10.execute(EffTitleV1_10.java:80)
[00:10:04 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[00:10:04 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[00:10:04 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[00:10:04 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:101)
[00:10:04 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
[00:10:04 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:723)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
[00:10:04 ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
[00:10:04 ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[00:10:04 ERROR]: #!#!
[00:10:04 ERROR]: #!#! Version Information:
[00:10:04 ERROR]: #!#!   Skript: 2.2-dev32d (latest)
[00:10:04 ERROR]: #!#!   Bukkit: 1.10.2-R0.1-SNAPSHOT
[00:10:04 ERROR]: #!#!   Minecraft: 1.10.2
[00:10:04 ERROR]: #!#!   Java: 1.8.0_161 (Java HotSpot(TM) 64-Bit Server VM 25.161-b12)
[00:10:04 ERROR]: #!#!   OS: Windows 10 amd64 10.0
[00:10:04 ERROR]: #!#!
[00:10:04 ERROR]: #!#! Running CraftBukkit: false
[00:10:04 ERROR]: #!#! Running Spigot (or compatible): true
[00:10:04 ERROR]: #!#! Running Paper (or compatible): false
[00:10:04 ERROR]: #!#!
[00:10:04 ERROR]: #!#! Current node: null
[00:10:04 ERROR]: #!#! Current item: null
[00:10:04 ERROR]: #!#! Thread: Server thread
[00:10:04 ERROR]: #!#!
[00:10:04 ERROR]: #!#! Language: english
[00:10:04 ERROR]: #!#! Link parse mode: DISABLED
[00:10:04 ERROR]: #!#!
[00:10:04 ERROR]: #!#! End of Error.
[00:10:04 ERROR]: #!#!

It's my bad or your plugin?

Conflicts with scoreboards

skRayFall conflicts with scoreboards. Spigot 1.9.

/scoreboard add default
/scoreboard option default nametagVisibility never
/scoreboard team join default

---> nametags are always visible. When you remove skRayfall this problem disappears.

I don't use any of SkRayFall's scoreboard/nametag functions, it's enough to bug it out when you simply load the jar.

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.