Search results

  • 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

    Accents in variables

    Hello, as the title says, I need help with text accents in .yml files. They come with bugs instead of the word with the accent... Example: config: message: á command /test: trigger: set {msg} to skutil yaml value "config.message" from file "plugins/test/config.yml" send...
  2. T

    Solved Items in the list of variables

    How do I put items in the list of variables? I tried: variables: block-%player% = stone But it did not work, even trying this: set {block-%player%} to {block-%player%} parsed as item Can someone help me?
  3. T

    Solved Name of ADDON

    Does anyone know what is the name of ADDON for Skript that has how to make holograms the way it is in the following example? I'm suspecting it's Skellett, but I do not know. Ex.: command /holo: trigger: create holo object "&2Hologram!;ItemStack:Diamond Sword;&9test 1!;&6Test" with id...
  4. T

    Database skript...

    Hello, I wanted to know how to create a database for skript, to be able to store variables and so on. Can someone help me?
  5. T

    Detect if there is any item in some slot

    How do I detect if there are any items in any slot?
  6. T

    On inventory click

    I have a problem with the "on inventory click". Code: on inventory click: if inventory name of player's current inventory is "&6Test": if clicked slot is 10: cancel event if clicked type is left mouse button: send "teste" Error: [13:55:29...
  7. T

    Solved Options

    I am having an error, which says that it does not understand an expression Code: if player's tool is {@bloco1} named "%{@nome1}%" with lore "%{@lore_maquina1}%": Error: [17:50:05 ERROR]: Can't understand this expression: &7Coloque-a no chÒo para usa-lß! (TDmaquinas.sk, line 185: if player's...
  8. T

    Separate Items

    I am doing a skript that is already to be released, but I have a doubt in a very simple business, but I am not aware. I would like to know if I can put DURABILITY on an item so they are SEPARATED, and in my case, a paper
  9. T

    Snowball

    And then, getting to the point. How do I when the player presses right button on an item, type a stick, appears a snowball, or a ball of fire
  10. T

    Random numbers

    How do I make random numbers with a length of 10 letters or more appear in a command?
  11. T

    Solved Bug machine

    Skript Version: Skript 2.2 Skript Author: Bensku Minecraft Version: 1.8 (spigot) --- on left-click on iron block: if player's tool is a lever of silk touch 1 named "&8Ferramenta": set {_p} to "%player%" parsed as player wait 3 ticks open chest with 3 rows named...
  12. T

    Convert skript

    Is there a way to convert skript to jar? Or if not, can you overshadow a skript without having someone else see it? With config.yml too! :p
  13. T

    Wildskript 1.8

    Download wildskript for 1.8?
  14. T

    Hologram

    Is there a way to create holograms without using addons?
  15. T

    Solved Add money skript

    Hey, hey friends! I need help in a skript I'm doing... It is by check (of money). How do I do that when the player presses right on the check, get the money that he chose in the command? I will be grateful if you can help me, and sorry if English is bad, I do not speak your language very well :p.