Solved Dead Horn Corals

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

SandBoxer011

Member
Feb 9, 2024
10
1
3
21
Hello! I have a really strange problem:
I have a command that gives you some corals, but sometimes it gives you dead corals!

1708423324594.png

Here's the script:

command /grass:
trigger:
give player 5 horn coral fan named "&eShiny Grass" with lore "&fA Magical herb that emits &ecalming light&f." and "&fYou can use it to &dmake some brews&f!"

Can Someone help me please?
 
maybe try executing a command as console to give the player coral instead of using skript to give it to player

execute console command "/give %player% horn_coral_fan 1"