Solved Give shield to a player

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

    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!

Status
Not open for further replies.

iStopcontact

Member
Feb 18, 2017
115
2
18
Hello guys, can someone maybe help me with the next question:
I want to give a player a shield for a kit in my pvp server, i have now:
code_language.skript:
give 1 Shield to arg 2
but it gives me this error

I also tried to do it with the equip:
code_language.skript:
equip arg 2 with shield

It didnt gave me a error but it didnt work
 
Hi. Which version of Minecraft and Skript are you using?
When you reload all the skripts, any errors about alliases?
Try using "shield" instead of "Shield".
And please use the help format before posting.
Hope you find a solution!
 
I also tried to do it as "shield", and my server is 1.9.4, but dont know my skript version. @krainser
 
Hello guys, can someone maybe help me with the next question:
I want to give a player a shield for a kit in my pvp server, i have now:
code_language.skript:
give 1 Shield to arg 2
but it gives me this error

I also tried to do it with the equip:
code_language.skript:
equip arg 2 with shield

It didnt gave me a error but it didnt work
code_language.skript:
Give a 442 to the player
Id's are working often better although skript don't like id's :emoji_grinning:
 
Status
Not open for further replies.