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

    Now, what are you waiting for? Join the community now!

  1. ELROMPEDIENTES

    Solved Help Me!

    You welcome
  2. ELROMPEDIENTES

    Solved Help Me!

    command /test: trigger: set {_test} to random item out of all items of the player remove {_test} from the inventory of player drop {_test} at location of player
  3. ELROMPEDIENTES

    Solved Help Me!

    command /test: trigger: drop a random item out of all items of the player
  4. ELROMPEDIENTES

    Solved Help Me!

    its ok im bad at english to my lenguage is spanish
  5. ELROMPEDIENTES

    Solved Help Me!

    I does not understand you. You want to do whend you press Q the item does not drop?
  6. ELROMPEDIENTES

    Solved register recipe is not working add on skquery lime

    server vercion: spigot-1.12.2 Skript: 2.2 Skquery-lime why this give me an error on load: register new shaped recipe for zombie egg using rotten flesh, rotten flesh, rotten flesh, rotten flesh, egg, rotten flesh, rotten flesh, rotten flesh, rotten flesh error [11:59:57 ERROR]: Can't...
  7. ELROMPEDIENTES

    1vs 1 code help with reset arena

    whend You see #help there are the lines i need help
  8. ELROMPEDIENTES

    How I create files for a island level scores

    I made my own skyblock noob plugin :V because have lots of bugs and I like to make files to the island leveling. this is the code of the levels Thanks for the help
  9. ELROMPEDIENTES

    Solved Can someone explain to me funtions?

    I does not understand this http://skunity.com/functions how functions work?
  10. ELROMPEDIENTES

    Solved My clan skript help

    I want to do like a clan tag of 3 letters whend you chat send the 3 letter the clan owner chooze for the clan and colored. but I just can do the clan name that the players chooze and I delete the on chat event because sometimes is too long or offencive for other players
  11. ELROMPEDIENTES

    uuid not working

    Is not working because someone is joining my server with my account on login: {uuid.%player%} exists: {uuid.%player%} is not UUID of player kick player due to "{@logo} Este cuenta no es tuya tu cuenta es %{uuid.%player%}% o no tienes ninguna" else: set...
  12. ELROMPEDIENTES

    Solved Im noob with loops and how I can do this better

    options: -: &9&l&m-------------------- survival: {s.survival} pvp: {s.pvp} psurvival: {s.survival%loop-player%} ppvp: {s.pvp%loop-player%} online: {s.online} ponline {s.online%loop-player%} command /stats: aliases: /ss trigger: send "{@-}" send...
  13. ELROMPEDIENTES

    Solved How to deop every one? for security reason

    I have this variable with my name {op.%ELROMPEDIENTES%} something like this if {op.%player%} is true sss else: deop the player
  14. ELROMPEDIENTES

    subtract from a heal variable at direction of the player or something

    on rightclick: held item of the player is a iron sword named "&bSnow": if {ab.delay.%player%} is true: stop else: set {ab.delay.%player%} to true loop players in direction 8 of the player:#not radius 8 is like 8 blocks in direction of the...
  15. ELROMPEDIENTES

    Solved I want to make my msg to a helpop

    Hi I need to make this to a helpop my msg skript i made but how I do the message of the helpop get to the admins (me) like a variable or something? This is my msg code. (Does not copy :V. haha you can copy the command if you want) command /msg [<player>] [<text>] [<text>] [<text>] [<text>]...
  16. ELROMPEDIENTES

    Solved can you set a variable to a zombie and how?

    can you set a variable to a zombie and how? for example spawn a zombie at {variable} set {variable.%zombie%} to 10
  17. ELROMPEDIENTES

    Solved loop all players in radius 100 of the player

    options: logo2: &9&l<&b&lEnder&a&lTheth&9&l>&9 user: &9&l<&eEnder&9&l>&7 helper: &6&l<&e&lHELPER&6&l>&r&l mod: &1&l<&3&lMOD&1&l>&r&l admin: &3&l<&b&lADMIN&3&l>&r&l owner: &a&l<&3&k::::&r&b&lOWNER&3&k::::&r&a&l>&r&l logo: &b&l<&c&lGrupos&b&l>&r&l endermite...
  18. ELROMPEDIENTES

    Solved Now how I damage zombies

    command /test <text>: trigger: if arg 1 is "gun": give a stone sword named "&aGun" to the player on rightclick: held item of the player is a stone sword named "&aGun": shoot an snowball in direction of the player Plis not damage other players just mobs...