hey, im on a 1.13.2 spigot server, i have mccore and the plugin installed on the server, and for some reason any particle feature of the plugin doesnt seem to work. there are no errors in the console and i have my client's particles on "all". any idea what is going wrong? ill add a picture of the skill just for refrence.
change your particle count to like 200 https://i.imgur.com/3qUPkcw.png see if you get something to show up
How I can fix this? [15:39:10] [Server thread/WARN]: java.lang.NullPointerException [15:39:10] [Server thread/WARN]: at com.sucy.skill.api.particle.Particle.make(Particle.java:266) [15:39:10] [Server thread/WARN]: at com.sucy.skill.api.particle.SpigotParticles.play(SpigotParticles.java:36) [15:39:10] [Server thread/WARN]: at com.sucy.skill.api.particle.SpigotParticles.play(SpigotParticles.java:19) [15:39:10] [Server thread/WARN]: at com.sucy.skill.api.util.ParticleHelper.play(ParticleHelper.java:212) [15:39:10] [Server thread/WARN]: at com.sucy.skill.api.util.ParticleHelper.fillCircle(ParticleHelper.java:277) [15:39:10] [Server thread/WARN]: at com.sucy.skill.api.util.ParticleHelper.play(ParticleHelper.java:166) [15:39:10] [Server thread/WARN]: at com.sucy.skill.dynamic.mechanic.ParticleMechanic.execute(ParticleMechanic.java:86) [15:39:10] [Server thread/WARN]: at com.sucy.skill.dynamic.EffectComponent.executeChildren(EffectComponent.java:212) [15:39:10] [Server thread/WARN]: at com.sucy.skill.dynamic.mechanic.RepeatMechanic.access$300(RepeatMechanic.java:41) [15:39:10] [Server thread/WARN]: at com.sucy.skill.dynamic.mechanic.RepeatMechanic$RepeatTask.run(RepeatMechanic.java:128) [15:39:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) [15:39:10] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:392) [15:39:10] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889) [15:39:10] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [15:39:10] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [15:39:10] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [15:39:10] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
[14:30:54 INFO]: [SkillAPI] Enabling SkillAPI v3.108* [14:30:54 ERROR]: Error occurred while enabling SkillAPI v3.108 (Is it up to date?) java.lang.NoClassDefFoundError: com/rit/sucy/config/CommentedConfig at com.sucy.skill.data.Settings.<init>(Settings.java:78) ~[?:?] at com.sucy.skill.SkillAPI.onEnable(SkillAPI.java:131) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.4.jar:git-Paper-409] at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:464) ~[patched_1.16.4.jar:git-Paper-409] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.4.jar:git-Paper-409] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:931) ~[patched_1.16.4.jar:git-Paper-409] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:173) ~[patched_1.16.4.jar:git-Paper-409] at java.lang.Thread.run(Thread.java:832) [?:?] Caused by: java.lang.ClassNotFoundException: com.rit.sucy.config.CommentedConfig at java.net.URLClassLoader.findClass(URLClassLoader.java:435) ~[?:?] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:182) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.4.jar:git-Paper-409] at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?] [14:30:54 INFO]: [SkillAPI] Disabling SkillAPI v3.108 [14:30:54 ERROR]: Error occurred while disabling SkillAPI v3.108 (Is it up to date?) java.lang.NoClassDefFoundError: com/rit/sucy/scoreboard/StatHolder at com.sucy.skill.SkillAPI.onDisable(SkillAPI.java:254) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:415) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:516) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:384) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.4.jar:git-Paper-409] at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:464) ~[patched_1.16.4.jar:git-Paper-409] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.4.jar:git-Paper-409] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:931) ~[patched_1.16.4.jar:git-Paper-409] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:173) ~[patched_1.16.4.jar:git-Paper-409] at java.lang.Thread.run(Thread.java:832) [?:?] Caused by: java.lang.ClassNotFoundException: com.rit.sucy.scoreboard.StatHolder at java.net.URLClassLoader.findClass(URLClassLoader.java:435) ~[?:?] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:182) ~[patched_1.16.4.jar:git-Paper-409] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.4.jar:git-Paper-409] at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?] ... 13 more Getting this error on start up... suggestions?
Hey there. I see that you've been inactive for a couple years. I just wanted to know if you want to come back and pick up SkillAPI for your beloved fans? We love SkillAPI and I remember how fun it was in older Minecraft servers, and skills I made myself... It would be so so so wonderful and amazing if you could come back and make it work for 1.16.5!! >.< If not, can you possibly release the source code to github so someone else may continue the great legacy? Thanks, and I hope everything's going well in your life, but if not, I hope it does get better. We all have our bad times. Sometimes life hits hard. Hope you're alright. ^^
hello everyone, if you want a suite of skillapi (unofficial) go on this discord: https://discord.gg/rQfxtrs there is a special section for skillapi. and here's the github: https://github.com/Sentropic/SkillAPI-s have a good day
Hello, i have 1.7.10 thermos server and i want to install SkillAPI, i putted it into plugins folder with MCCore and restarted server, when i type /plugins it detects plugin but config folder didnt created and commands dont works, can anyone help me?
Author of this plugin abandoned it. If you want to run an updated server you can use this one: https://www.spigotmc.org/resources/...om-classes-skills-and-more-proskillapi.91913/