give

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

  1. I

    Solved How can you give a player a custom splash potion with skript?

    im trying to create a skript that gives you a splash potion of instant healing, but each time i try it doesnt work, heres the skript give splash potion of instant healing with all flags hidden named "&7ʜᴇᴀʟɪɴɢ ᴘᴏᴛɪᴏɴ &6ᴄᴏɴsᴜᴍᴀʙʟᴇ <##F200FF>ᴍᴇᴅɪᴄ" with lore "&9ɪɴsᴛᴀɴᴛ ʜᴇᴀʟɪɴɢ <##7273FF>2" to...
  2. M

    Solved Help give error

    Hello, I am making a script to give an item with a name, a lore and a custom mode data and I get an error for which I can't find any solution. The error is shown below, thanks for your help. minecraft version: 1.19.2 skript version: 2.7.0 addon: SkQuery-4.1.8 Line 3: (meuble.sk) [13:18:07 INFO]...
  3. K

    Items are named with italics

    No matter what I do I can’t get rid of the italics on items when I name them If I use <reset> tag it doesn’t work either. command /gibmedastick: trigger: give player a stick named "<reset><bold>Stick of immense power" send "You got da stick now go slap some peeps" It gives me...
  4. M

    give mob item

    so I'm making a boss for my server and I'm trying to give it a bow and i cant find a way to do it when I reload it it says that there are no errors if anyone can help me that would be great! command /boss2: permission: op permission message: "&cYou do not have...
  5. K

    every item not work in item arg

    Hello! In this code, I can give to me diamond but not diamond block or netherite block. Can you help me? command /givet <item> <number>: trigger: set {_ItemVariable} to arg 1 set {_num} to arg 2 set {_invcheck} to 0 set {_found} to false...
  6. NickalphaHD

    Problem with give /skull <skullname>

    Skript Author: Bensku Minecraft Version: 1.8.8 --- Full Code: https://pastebin.com/tcuWGsmv Errors on Reload: none Console Errors: none Screenshots: Update: When I reload the Server and I execute first "/skulls chest" I get a chest Skull and when I Execute "/skulls enderman" I...
  7. A

    Solved Give commandblock

    Hello, I don't know how to give commandblock with command. I use : command /vajicka: trigger: add 1 egg named "&eVyfouklé &d&lVajíčko" with lore "&dV&ce&al&ei&3k&9o&en&ao&cc&de &22019" to player's inventory add 1 commandblock with ntb "Command:"/summon minecraft:villager ~ ~...
  8. ItsMCB

    Solved Custom Farming Not Giving Item When Harvested

    I'm trying to make a custom food skript for my server. I can't figure out why the player isn't being given the item when it's harvested. on rightclick on soil: if name of player's tool is "&aCucumber Seed": if block above clicked block is air: remove 1 of player's tool...
  9. Pexien

    How to give items that can only break certain blocks

    I am coding a adventure script for my server, and I want to give the player's a diamond pickaxe that can only destroy sponge. How do you add the canDestroy tag in skript? Ir would also be good if I could give players sponge blocks that could only be placed on certain blocks in skript. Is there...
  10. D

    Give a random amount of experience points to the player

    Hello, I am trying to give a random amount of experience points to the player using this: give a random number between {_emin} and {_emax} exp to the player but it just returns this: ('a random number between {_emin}' and '{_emax} exp') can't be added to a player because the former is...
  11. Selvati

    Solved How to give a custom skull

    I am aware that you can easily give and use a specific player's head with it's skin in a gui using the code below. command /selvati: trigger: give player skull of ("Selvati" parsed as offline player) I would like to know how to use custom skulls in a gui and even give them to a...
  12. P

    Solved Give player one item

    How can i do that, to give the player 1 item from a specific list?
  13. F

    Rabbit's Foot

    How can I give me a rabbit's foot, because if I reload Script there is an error by this code. Code: give player Rabbit's Foot Thank you :)