Solved skbee or skstuff ?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

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

  • LOOKING FOR A VERSION OF SKRIPT?

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

Status
Not open for further replies.

xxxHIxxx

Member
May 2, 2021
21
1
3
i have problem in nbt in i add this
Code:
add "{DisabledSlots:1}" to nbt of spawned armor stand
he send :
Code:
An internal error occurred while attempting to preform this command
and error in console
[Skript] No matching method: CraftArmorStand#setInvulnerable called with (true (Boolean))
[11:33:02 ERROR]: Could not pass event PlayerCommandPreprocessEvent to Skript v2.2-dev25
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_301]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_301]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]
Caused by: java.lang.NoClassDefFoundError: ch/njol/skript/util/slot/Slot
at tk.shanebee.bee.elements.nbt.expressions.ExprObjectNBT.change(ExprObjectNBT.java:99) ~[?:?]
at ch.njol.skript.effects.EffChange.execute(EffChange.java:273) ~[?:?]
at ch.njol.skript.lang.Effect.run(Effect.java:54) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93) ~[?:?]
at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) ~[?:?]
at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222) ~[?:?]
at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184) ~[?:?]
at ch.njol.skript.command.Commands.handleCommand(Commands.java:270) ~[?:?]
at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165) ~[?:?]
at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_301]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_301]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
... 16 more
[11:33:02 WARN]: [Skript] No matching method: CraftArmorStand#setInvulnerable called with (true (Boolean))
[11:33:02 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'spawnas' in plugin Skript v2.2-dev25
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_301]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_301]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]
Caused by: java.lang.NoClassDefFoundError: ch/njol/skript/util/slot/Slot
at tk.shanebee.bee.elements.nbt.expressions.ExprObjectNBT.change(ExprObjectNBT.java:99) ~[?:?]
at ch.njol.skript.effects.EffChange.execute(EffChange.java:273) ~[?:?]
at ch.njol.skript.lang.Effect.run(Effect.java:54) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65) ~[?:?]
at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93) ~[?:?]
at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) ~[?:?]
at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222) ~[?:?]
at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184) ~[?:?]
at ch.njol.skript.command.ScriptCommand.onCommand(ScriptCommand.java:161) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.8-R0.1.jar:git-Spigot-db6de12-18fbb24]
... 15 more

some one help me please
ShaneBee help
 
I don't think your server version is supported
spigot-1.8.8-R0.1

addons:
Ersatz
Expansion-Skript
ExtrasSk
MundoSK
SkBee-1.10.2
skDragon
Skellett
skLib
Sk-NBeeT
SkQuery
skRayFall+v1.9.24
Skript-25-dev
skript-mirror-0.19.1
skript-yaml
SkStuff
skUtilities.v0.9.2
TuSKe
WildSkript 1.9
 
spigot-1.8.8-R0.1

addons:
Ersatz
Expansion-Skript
ExtrasSk
MundoSK
SkBee-1.10.2
skDragon
Skellett
skLib
Sk-NBeeT
SkQuery
skRayFall+v1.9.24
Skript-25-dev
skript-mirror-0.19.1
skript-yaml
SkStuff
skUtilities.v0.9.2
TuSKe
WildSkript 1.9

1. Use paper
2. What no one uses:
Code:
- Ersatz
- Expansion-Skript
- ExtraSk
- MundoSk
- SkDragon
- Skellett
- SkLib
- SkNbeet (Already in skbee)
- Skript-mirror (Use skript-reflect instead, newer)
- SkRayFall
- SkStuff (Skbee instead yes)
- SkUtilities
- Tuske (The gui manager honestly sucks, and idk what people use in it else.)
- WildSkript (wtf?)
 
1. Use paper
2. What no one uses:
Code:
- Ersatz
- Expansion-Skript
- ExtraSk
- MundoSk
- SkDragon
- Skellett
- SkLib
- SkNbeet (Already in skbee)
- Skript-mirror (Use skript-reflect instead, newer)
- SkRayFall
- SkStuff (Skbee instead yes)
- SkUtilities
- Tuske (The gui manager honestly sucks, and idk what people use in it else.)
- WildSkript (wtf?)
1 I don't want paper
2 remove skstuff?
3 in i add skript-reflect remove skript-mirror?
 
Skript is made for Paper.
SkStuff, old ass addon.
i can't change spigot to paper sorry
[doublepost=1631368055,1631367671][/doublepost]wait wait wait wait wait wait

it WORKS

SkNbeet

omg omg

Code:
[the] [entity( |-)]nbt of %entity%
%entity%'[s] [entity( |-)]nbt

Code:
spawn zombie at player
add "{NoAI:1b}" to entity-nbt of last spawned zombie

this thread is completed

thanks all ❤❤❤
 
  • Like
Reactions: barrybtw
Status
Not open for further replies.