Solved How do I give a player an item with custom name and enchant?

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

Status
Not open for further replies.

Skizzme

New Member
Nov 12, 2019
6
0
1
Hello, so I have made a shop, and I want to give a player a sword with a custom name, and a custom enchant. How do I do this?

[/Code
give player wooden sword named "&a[1] &2Wooden Sword" of sharpness 1]
What I have done gives an error saying "Can not understand this condition"

Thanks
 
Last edited:
code block is: [ code ] (put code here [ /code ] (without the spaces between the ['s
 
Hello, so I have made a shop, and I want to give a player a sword with a custom name, and a custom enchant. How do I do this?

[/Code
give player wooden sword named "&a[1] &2Wooden Sword" of sharpness 1]
What I have done gives an error saying "Can not understand this condition"

Thanks
Code:
give player wooden sword of sharpness 1 named "&a[1] &2Wooden Sword"
 
  • Like
Reactions: Norsumara_
Status
Not open for further replies.