#/geminfo command
1 messages · Page 1 of 1 (latest)
ah, why is your send so long
why and
jjust
send " " to player
send "line2" to player
send "line3" to player
that's it
where tf u learned skript from
the actualy problem is that you didnt indent the send line
it should be inside the trigger
but your line shouldnt be that long
its better to split it into multiple lines
thats what ive always done and it works
ok
do ur spacing
after every :
u need indent
to indicate it's that section
command /asd:
permission: ssdsd
trigger:
send "Sdsdsdsdsds"```
yea
i do
then send the error
and then what does it say?
just send the error u dummy
send what it says when u reload it
if u dont no one will help u
no need to be rude
i d c
reload it through console
and then copy paste here
can u not do everything in one line
idc if that's "how you're used to it" but it helps with error
[Skript] Reloading geminfo.sk...
Line 5: (geminfo.sk)
Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "".
Line: send " " and "Astra Tier 1:" and "If you punch the air with the gem in your MAINHAND it will summon little daggers around you and if you walk into someone with them it will damage them" and "if you hit someone with the gem in your main hand it will do nothing" and "If you right click your gem it will give blindness to any player within 5 blocks and disable their gem" and " " and "Astra Gem Tier 2:" and "If you hit a player with the upgraded Astra Gem you will be that player they wont be able to hit you or get you out of them you are basically spectating them but they know your there" and "If you right click your gem you wil turn invisiable and spawn a zombie which is your corpse the only way for you to get back is by hitting your zombie which other players can do but if they hit you the invisble part of you they cant hit you" and "Again if you punch the air with your gem in ur MAINHAND it will summon daggers aswell" and " " and "Fire Gem Tier 1:" and "When y
[Skript] Encountered 1 error while reloading geminfo.sk! (2ms)
im dyslexic thats a lot
If only it wasnt all in 1 line
whoops
[Skript] Reloading geminfo.sk...
Line 5: (geminfo.sk)
Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "".
Line: send " " and "Astra Tier 1:" and "If you punch the air with the gem in your
MAINHAND it will summon little daggers around you and if you walk into someone with
them it will damage them" and "if you hit someone with the gem in your main hand it
will do nothing" and "If you right click your gem it will give blindness to any player
within 5 blocks and disable their gem" and " " and "Astra Gem Tier 2:" and "If you hit a
player with the upgraded Astra Gem you will be that player they wont be able to hit
you or get you out of them you are basically spectating them but they know your
there" and "If you right click your gem you wil turn invisiable and spawn a zombie which
is your corpse the only way for you to get back is by hitting your zombie which other
players can do but if they hit you the invisble part of you they cant hit you" and "Again
if you punch the air with your gem in ur MAINHAND it will summon daggers aswell" and
" " and "Fire Gem Tier 1:" and "When y
easier?
better
or naw
Dude
Skript tells you what line the error is on, not the exact character like other languages
Means the longer the line, the bigger the haystack when searching for the needle (issue) in the haystack
More things in a line = more things that could go wrong
You can also just use add x to {_message::*} add y to {_message::*} add z to {_message::*} send (join {_message::*} by newline) to player
wdym i can just use that (dyslexic) i can take that and add what im trying to say in the _message::{wtv i want}???
cause i want a better understanding bc i dont understand what hes trying to say
i want a better explanation
tfym
send "line1" to player
send "line2" to player
send "Line3" to player```
hard ?
no but after "to player" i add what i want it to say?!
huh?
send " " to player
send "Astra Tier 1" to player
send "If you punch the air with the gem in your MAINAHND it will summon little ....." to player
that's it
idk how ur confused
sorry
this adds x, y, and z to a local (_) list named message. The asterisk (*) is a special symbol here that refers to all indcies, and thus all elements in the list