sell

  • 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. T

    /sell

    hey i was working on my sell command but everytime i tryed to reload it it just crashed and now idk what to do its just that one skript my /sell skript i hope someone can help me with it! ``` options: cactus: 20 redmushroom: 35 pupmkinseeds: 1 netherwart: 40 melonseeds: 1...
  2. O

    internal error occurred while trying to execute this command

    command /sell: trigger: set {_stone} to amount of stone in player's inventory set {_coal} to amount of coal in player's inventory * 2 set {_iron} to amount of iron ingot in player's inventory * 5 set {_gold} to amount of gold ingot in player's inventory * 10...
  3. Spygain

    [Need Help] Compare rightclick and leftclick [hologram]

    Minecraft version: 1.14.4 Skript version: 2.4.1 Addons used: MundoSk 1.8.5, SK-NBeeT 2.11.1, Quarsk 1.3.1, Skellet 1.9.8, Skquery-Lime 4.1.2, SkRayFall 1.9.19, Skript-mirror 1.0.0, SkUtilities 0.9.2 , TuSKe 1.8.3-PikachuPatch-v3, Skript-holo 1.0.2 Skript type: Purchase skript sale with a...
  4. J

    Drag and Drop Sell GUI

    Hello, I'm trying to make a GUI when /sell is done. You are supposed to drag and drop the listed items then they will be sold and give the player the set money. Here's what I got so far, I get no errors, the GUI opens correctly but when I drop the items and close the GUI, nothing happens...
  5. E

    Solved Sell (item) for essentials money?

    I made a skript where it's essentially a cookie clicker skript with a custom currency as {cookies}. I want the players to be able to do /sellcookies in order to get essentials money. 1 cookie = 1$ Sell Cookies Skript: command /sellcookies: permission: cookies.sell permission message...
  6. T

    Solved Sell item based on lore

    Hi guys, I'm trying to sell an item based on it's lore, yet it doesnt work. I only get error with the sell-all part "%number% %text% is not valid item data" Not sure what it means. Yet first sell script doesnt work, yet no errors. Any ideas why? Thank you. Skript: on right click on player...