Skellett - The beast addon!

Addon Skellett - The beast addon! 2.0.10

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

You need to enable the password syntax in the MySQL.yml file. The password is a protected syntax that can be dangerous if enabled.
[doublepost=1495573907,1495573814][/doublepost]
I can look into adding a syntax if you want?
Would fit better on vanilla Skript such as Bensku already added the prepare item craft event long time ago.
 
You have SkRayFall installed. Skellett bossbar's won't work with SkRayFall installed. You need to set the bossbar option to false in the SyntaxToggles.yml or uninstall SkRayFall. Sorry. Skellett has all of SkRayFall except particles and HolographicDisplay stuff.
 
LimeGlass updated Skellett - The addon with a beast name with a new update entry:

Bungee switch event and some FAWE stuff

Added:
- Async world creation
- SkellettProxy switch server event
- Get folder path of a world
- Move file
- Copy file
- Fully tested 1.12 support
- DataWatcher grabber (Info below) (Ultimate entity data finder)
- DataWatcher type grabber (Info below)

Fixed:
- A bossbar issue
- Some SkellettProxy bugs
- Made the delete file accept directories
- Made the create file accept directories
- Bugs
- Bug in 1.12 where version dependent syntax were not getting registered (Due to...

Read the rest of this update entry...
 
Please, can you fix the error in the inventory comparator?

[22:32:54] [Server thread/ERROR]: #!#! Current node: null
[22:32:54] [Server thread/ERROR]: #!#! Current item: Inventory type is equal to "ANVIL" (comparator: ch.njol.skript.classes.data.DefaultComparators$14@20622848)

[22:32:54] [Server thread/ERROR]: #!#! Current node: null
[22:32:54] [Server thread/ERROR]: #!#! Current item: Inventory type is equal to "CRAFTING" (comparator: ch.njol.skript.classes.data.DefaultComparators$14@20622848)

[/CODE]
Did the update fix'd this console error? :emoji_thinking::emoji_thinking:
 
Can you add this syntax for custom resource pack sounds from Skrayfall?

code_language.skript:
play (resource|[custom ]sound) [sound] pack %string% to %player% [at %location%] [(and|with) volume %number%] [(and|with) pitch %number%]

But instead of being limited to be played for just 1 player, it should be also be able to play for multiple players, so it should be:

code_language.skript:
play (resource|[custom ]sound) [sound] pack %string% to %players% [at %location%] [(and|with) volume %number%] [(and|with) pitch %number%]

Thanks for the greatest addon, by the way. :emoji_slight_smile:
 
Got this when trying to make a book:

code_language.skript:
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:28:58] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[13:28:58] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:28:58] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[13:28:58] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:28:58] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:28:58] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Stack trace:
[13:28:58] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[13:28:58] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.Books.EffAddPage.execute(EffAddPage.java:39)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:268)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:163)
[13:28:58] [Server thread/ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
[13:28:58] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:28:58] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Method.java:498)
[13:28:58] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
[13:28:58] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[13:28:58] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[13:28:58] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1345)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1188)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13)
[13:28:58] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[13:28:58] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576)
[13:28:58] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Version Information:
[13:28:58] [Server thread/ERROR]: #!#!   Skript: 2.2-dev27
[13:28:58] [Server thread/ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[13:28:58] [Server thread/ERROR]: #!#!   Minecraft: 1.11.2
[13:28:58] [Server thread/ERROR]: #!#!   Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b14)
[13:28:58] [Server thread/ERROR]: #!#!   OS: Linux amd64 3.10.0-327.18.2.el7.x86_64
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Current node: null
[13:28:58] [Server thread/ERROR]: #!#! Current item: add [a] page [with] [(text|data)] [%-string%] to [book] %itemstack%
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Thread: Server thread
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! End of Error.
[13:28:58] [Server thread/ERROR]: #!#!

Is anything wrong?

code_language.skript:
      if player's tool is a book:
        remove 1 book from the player's tool
        set {_pages} to 0
        loop {mail::%player%::*}:
          loop {mail::%player%::%loop-value%::*}:
            add 1 to {_pages}
            if {_pages} = 50:
              message "[&cMail&r] &cERRO! A impressão é limitada em 50 páginas. Parando impressão."
              exit 3 sections
            add a page with data "%loop-value-2%" to book {_book}
        give player 1 of {_book}
        stop
[doublepost=1495905702,1495905515][/doublepost]I think i'll go back to dev25, this dev27 is a pain in the ass (hope it fix the error above too).
 
Got this when trying to make a book:

code_language.skript:
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:28:58] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[13:28:58] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:28:58] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[13:28:58] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:28:58] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:28:58] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Stack trace:
[13:28:58] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[13:28:58] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.Books.EffAddPage.execute(EffAddPage.java:39)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:268)
[13:28:58] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:163)
[13:28:58] [Server thread/ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
[13:28:58] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:28:58] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Method.java:498)
[13:28:58] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
[13:28:58] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[13:28:58] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[13:28:58] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1345)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1188)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13)
[13:28:58] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[13:28:58] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678)
[13:28:58] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576)
[13:28:58] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Version Information:
[13:28:58] [Server thread/ERROR]: #!#!   Skript: 2.2-dev27
[13:28:58] [Server thread/ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[13:28:58] [Server thread/ERROR]: #!#!   Minecraft: 1.11.2
[13:28:58] [Server thread/ERROR]: #!#!   Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b14)
[13:28:58] [Server thread/ERROR]: #!#!   OS: Linux amd64 3.10.0-327.18.2.el7.x86_64
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Current node: null
[13:28:58] [Server thread/ERROR]: #!#! Current item: add [a] page [with] [(text|data)] [%-string%] to [book] %itemstack%
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! Thread: Server thread
[13:28:58] [Server thread/ERROR]: #!#!
[13:28:58] [Server thread/ERROR]: #!#! End of Error.
[13:28:58] [Server thread/ERROR]: #!#!

Is anything wrong?

code_language.skript:
      if player's tool is a book:
        remove 1 book from the player's tool
        set {_pages} to 0
        loop {mail::%player%::*}:
          loop {mail::%player%::%loop-value%::*}:
            add 1 to {_pages}
            if {_pages} = 50:
              message "[&cMail&r] &cERRO! A impressão é limitada em 50 páginas. Parando impressão."
              exit 3 sections
            add a page with data "%loop-value-2%" to book {_book}
        give player 1 of {_book}
        stop
[doublepost=1495905702,1495905515][/doublepost]I think i'll go back to dev25, this dev27 is a pain in the ass (hope it fix the error above too).
{_book} is not set thus throwing a null pointer. Will fix this cosmetic issue but the main problem is on your half.
 
Can you give me an example on how to do it? I've tested alot of syntaxes and nothing worked. Thank you.
code_language.skript:
command /book:
    trigger:
        set {_revert} to player's tool
        set player's tool to a written book
        set {_book} to player's tool
        add page "&5&lHello this is an Example%nl%&4Multiple lines and everything" to {_book}
        open book {_book} to player
        set player's tool to {_revert}
Skript has custom meta and stuff that defines a book differently than by setting it up with a blank book so you have to set the player's tool to it or a variable and store it later etc.

This example above opens a book gui with some data on it to the player.

You can also setup a variable and always reference to that

code_language.skript:
command /setup:
    trigger:
        if player's tool is a written book or a book:
            set {book} to 1 of player's tool
command /book:
    trigger:
        set {_book} to {book}
        add page "&5&lHello this is an Example%nl%&4Multiple lines and everything" to {_book}
        open book {_book} to player

Needs Skellett and SkQuery of course.
 
Last edited by a moderator:
This is only "gui" based or I can give the written book for the player?

I've used this:

code_language.skript:
      if player's tool is a book:
        remove 1 book from the player's tool
        set {_book} to {book}
        set {_pages} to 0
        loop {mail::%player%::*}:
          loop {mail::%player%::%loop-value%::*}:
            add 1 to {_pages}
            if {_pages} = 50:
              message "[&cMail&r] &cERROR! Maximum of 50 pages!"
              exit 3 sections
            add page "%loop-value-2%" to {_book}
        give player 1 of {_book}
        stop
[/QUOTE]

Got this errror:

code_language.skript:
[01:13:01] [Server thread/ERROR]: #!#!
[01:13:01] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[01:13:01] [Server thread/ERROR]: #!#!
[01:13:01] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[01:13:01] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[01:13:01] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[01:13:01] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[01:13:01] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[01:13:01] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[01:13:01] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[01:13:01] [Server thread/ERROR]: #!#!
[01:13:01] [Server thread/ERROR]: #!#! Stack trace:
[01:13:01] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[01:13:01] [Server thread/ERROR]: #!#!     at com.gmail.thelimeglass.Books.EffAddPage.execute(EffAddPage.java:39)
[01:13:01] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:54)
[01:13:01] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
[01:13:01] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
[01:13:01] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[01:13:01] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)
[01:13:01] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)
[01:13:01] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:270)
[01:13:01] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)
[01:13:01] [Server thread/ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor169.invoke(Unknown Source)
[01:13:01] [Server thread/ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[01:13:01] [Server thread/ERROR]: #!#!     at java.lang.reflect.Method.invoke(Method.java:498)
[01:13:01] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
[01:13:01] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[01:13:01] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[01:13:01] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1345)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1188)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13)
[01:13:01] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[01:13:01] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678)
[01:13:01] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576)
[01:13:01] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[01:13:01] [Server thread/ERROR]: #!#!
[01:13:01] [Server thread/ERROR]: #!#! Version Information:
[01:13:01] [Server thread/ERROR]: #!#!   Skript: 2.2-dev25
[01:13:01] [Server thread/ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[01:13:01] [Server thread/ERROR]: #!#!   Minecraft: 1.11.2
[01:13:01] [Server thread/ERROR]: #!#!   Java: 1.8.0_91 (Java HotSpot(TM) 64-Bit Server VM 25.91-b14)
[01:13:01] [Server thread/ERROR]: #!#!   OS: Linux amd64 3.10.0-327.18.2.el7.x86_64
[01:13:01] [Server thread/ERROR]: #!#!
[01:13:01] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[01:13:01] [Server thread/ERROR]: #!#!
[01:13:01] [Server thread/ERROR]: #!#! Current node: null
[01:13:01] [Server thread/ERROR]: #!#! Current item: add [a] page [with] [(text|data)] [%-string%] to [book] %itemstack%
[01:13:01] [Server thread/ERROR]: #!#!
[01:13:01] [Server thread/ERROR]: #!#! Thread: Server thread
[01:13:01] [Server thread/ERROR]: #!#!
[01:13:01] [Server thread/ERROR]: #!#! End of Error.
[01:13:01] [Server thread/ERROR]: #!#!

and in chat:

"An internal error occured while attempting to perform this command"
 
Last edited by a moderator:
Code:
on chat:
  set placeholder "%w_short" from player to "test"

I want to set placeholder to specific player.
I can get placeholder value but can't set my own.
It's possible?
 
Code:
on chat:
  set placeholder "%w_short" from player to "test"

I want to set placeholder to specific player.
I can get placeholder value but can't set my own.
It's possible?

code_language.skript:
on chat:
  set placeholder "%w_short" from "LimeGlass" parsed as player to "test"
I don't know if offlineplayer works. I might.