#i cant use [item] because of ranks with hex color
1 messages · Page 1 of 1 (latest)
your else is clearly
format it correctly
indention
!indention
its an indention error thats all
if ...:
#code
else:
#code```
but in your code the else is the same indention
yea
you can check player's held item
and you can get the name, lore, etc.
one sec
im not saying use it
understand it
and replicate something like it
but your own
i mean any work
ppl can do it in diff ways
have what
you can change what it says
unfortunately i dont have it, i never used it
just adjust the skript to your liking
it requires skbee
whats wrong w it
then remove the line where it changes the chat format
remove the second line
and try it
whats your format
why don't you use skripts chat
with skript you can do ```
on chat
set chat format to "%player's prefix%%player%: %message%"
^ requires vault
oops I meant on chat:
plugin?
does it have placeholders for papi
why dont u try something like:
set {_chatformat} to chat format```?
and then replace it with the component
get skript-placeholders and use %placeholder "placeholder" from player%
yea if you get skript-placeholders
honestly I make my own tags and chat skript
Ew third party plugins
{tag} is the placeholder?
looks like %supremetags_tag% is the placeholder
it's in the spigot page
nvm I didn't read all of it
o wait {tag} is for chat plugins
so for skript you'd need the one I sent
so %placehoder "supremetags_tag" from player%
🤨
it's not that hard to make a cooldown
%placeholder "supremetags_tag" from player%
idk why I'm making so many typos
you don't need player's displayname
just use player
you're doing %placeholder %supremetags_tag% from player% instead of %placeholder "supremetags_tag" from player%
send the error
send code
you're not supposed to remove the chat format
on chat:
set chat format to "%player's prefix% %player's displayname% %placeholder "supremetags_tag" from player%: %message%"
if message contains "[item]":
cancel event
set {_m::*} to message split at "[item]"
set {_t::1} to text component from "%player's prefix% %player's displayname% %placeholder "supremetags_tag" from player%:"
set {_t::2} to text component from {_m::1}
set {_t::3} to text component from "&7["
if name of player's tool is set:
set {_t::4} to text component from name of player's tool
else:
set {_t::4} to translate component from player's tool
set color format of {_t::4} to light blue
set hover event of {_t::4} to hover event showing player's tool
set {_t::5} to text component from "&7]&r"
set {_t::6} to text component from {_m::2}
# SkBee 2.8.3+
set {_t} to merge components {_t::*}
broadcast component {_t}
try that
wait wait no
the indention is wrong
do you use tabs or space when indenting
alr
I just realized that discord converts tabs into spaces
1 sec
pc is pretty slow rn
odd
oh you're using hex?
yk how to use them in skript?
me neither
1 sec
I think it's this <##123456>
but replace the numbers
replace the numbers with your hex numbers
why not
you using lp?
well I don't really use hex especially with lp + skript
no but I was gonna make one
dk
pretty sure theres a way to do it I just don't know
maybe loo up on google or smething
you were told
the indentation on your else line
should be indented the same as the if statement
why are you bumping this?