#how can i make this work?
1 messages · Page 1 of 1 (latest)
and i want to make it so it gives an effect on right click but i can't name it the same
if player is holding Item prismarine shard named "&eBooster":
apply swiftness to player for 5 seconds
stop ```
i can't get the name right
idk how to do that square thing
Im trying to get the name the same as this
nothing in the skript that made this shows how the square and <<2>> is done
its from the crackshot plugin
.
this might help: https://skripthub.net/docs/?id=122
Ive looked in the skript for anything that would make the square but nothing
and for the part that names the item "Booster" there is nothing that changes the name at all
maybe use crackshot weapon "&eBooster" instead
if player is holding Item prismarine shard named "&eBooster" or "§eBooster":
apply swiftness to player for 5 seconds
stop ```
Try
whats this symbol for? §
it does the same thing as &
isn't this the same as what i did above?
Wait
im wanting to know how i can get the square
.
if held item's name is "&eBooster":
apply swiftness to player for 5 seconds
stop ```
@wooden inlet
What's even the error? (wrong syntax, name, etc.)
this does work but im trying to get something different for the name
theres no error but i can't get the square for the item to be the same
so the shard works, but you yourself want to add the square?
&eBooster • <<2>>
should work ^
with the name like this "&ezBooster" did not work for the
this one
how did you make this booster
its from the crackshot plugin and i just copyed some of the skript to make my own
did you put it in the "Item_Name:"?
ok so what i mean is that i have the gun "&eBooster" and it shows up in the invo like this...
and do you want it to do that?
and i have made a skript to check if i right click with the name "&eBooster" but it won't work bc the square
then see if you can turn it into a variable
and set the name there
idk what u mean
@wooden inlet Try renaming the normal Parimarine Shard
if it worked then it means problem in item name
Hmm
is there a way i can do it but with lore not the name?
if lore of player's tool contains "lore":
apply swiftness to player for 5 seconds
stop ```
ill try
Idk it work or not
if held item is prismarine shard:
if lore of item contains "lore":
apply swiftness to player for 5 seconds
stop ```
square ?
Booster²
?\
Oh
Try this one
the same
You can add Cooldown and custom commands
You can create custom items
i just need some way of picking up on when i right click with it
Ability