D
Deleted member
Software I'm using:
Spigot 1.12.2
Skript (Bensku's Fork)
Skellett
What I am trying to achieve:
On my server I have an ingame book item which has some information. What I want is when they type in /help to the chat, the book shows up, but without putting the book into their inventory.
∑: Converting an already made book into a virtual book.
What I am trying to achive with code:
So basically instead of this:
I want to do this:
I just do not know how to convert the ingame book into a variable that I can set {_book} to. And this is what I am looking for, a way to do this.
Have you tried searching the docs? Yes
Have you tried searching the forums?No Already yes
Other:
If possible I want to use only Skript and Skellett as I don't want to install more plugins on my server, I already have too many. If however I need to install another plugin in order to do this, suggest a plugin that is a Skript addon that is very useful and has many other features as well atleast.
If anyone is able to help, I would really apprichiate it.
Thanks!
Spigot 1.12.2
Skript (Bensku's Fork)
Skellett
What I am trying to achieve:
On my server I have an ingame book item which has some information. What I want is when they type in /help to the chat, the book shows up, but without putting the book into their inventory.
∑: Converting an already made book into a virtual book.
What I am trying to achive with code:
So basically instead of this:
code_language.skript:
command /help:
trigger:
set {_book} to a new book
open book {_book} to player
code_language.skript:
command /help:
trigger:
set {_book} to an already existing ingame book
open book {_book} to player
Have you tried searching the docs? Yes
Have you tried searching the forums?
Other:
If possible I want to use only Skript and Skellett as I don't want to install more plugins on my server, I already have too many. If however I need to install another plugin in order to do this, suggest a plugin that is a Skript addon that is very useful and has many other features as well atleast.
If anyone is able to help, I would really apprichiate it.
Thanks!
Last edited by a moderator: