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. ELROMPEDIENTES

    A very simple mcmmo

    Category: fun I guess Suggested name: None Spigot/Skript Version: 1.14 skript version for the new 1.14 What I want: A just need a very simple mcmmo to play in my server with my friends I don't need permission for this skript just keep it simple. On right click with the tools like sword, axe...
  2. ELROMPEDIENTES

    Color names and prefix

    So I make a tag skript and Im having this problem when I set a tag for me work for the tablist but no for the chat and I dont wanna use on chat. How I fix this code: on join: if {tag::%player%} is set: set display name of the player to coloured...
  3. ELROMPEDIENTES

    can someone explain to me how loops works

    Skript version: code: every 5 second: loop {minigame::*}: give iron sword named "Good luck" with lore "Survive" to loop-value what I trying here is to check the player of my mini-game and give them a emerald ore (I know I set iron sword but is an example of what im trying to do) to...
  4. ELROMPEDIENTES

    I trying to spawn a creeper when he kill a victim give you points

    This is what I have now command /test: trigger: if {creeper::play%player%} is true: delete {creeper::play%player%} else: set {creeper::play%player%} to true on place of a emerald ore: if {creeper::play%player%} is true: add 1 to...
  5. ELROMPEDIENTES

    Solved Ores from water and lava

    Hello, I'm trying to do like when lava and water create stone or cobblestone. like a chance to generate ores but I don't know the event or the addon I need for this. This Is what I have so far. on break of stone or cobblestone: chance of 1%: wait 2 seconds if event-block is...
  6. ELROMPEDIENTES

    Solved Tag skript. How to set maximum tag to 4 characters.

    No console errors, how I set a maximum of 4 characters, thanks
  7. ELROMPEDIENTES

    Solved amount of items on a recipe

    register new shaped recipe for ("2" parsed as item) using air, ("31:1" parsed as item), air, air, dirt, air, air, air, air register new shaped recipe for ("111" parsed as item) using ("31:1" parsed as item), air, ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item)...
  8. ELROMPEDIENTES

    Help with a list

    Ok the code works but if I have for example 30 warps how I make a list that show me first 10 then like I use /warp list 2 and show me 10 more Loop {warp list::*}: Add 1 to {_number} Message "%{_number}%. %loop-value%" Wait a tick
  9. ELROMPEDIENTES

    Solved function error idk why

    function name(p: player): wait a tick set the {_p}'s display name to "lol" #original# set the player's display name to "lol"
  10. ELROMPEDIENTES

    spawn effect help with a variable

    spawn a sheep at {pets::location%{_p}%}#I can do this #but I cant do this one why how I do this set {_pet} to "sheep" #in my code is a string spawn a {_pet} at {pets::location%{_p}%}#this one not working #also this not working spawn {_s} at {pets::location%{_p}%} #this is the code function...
  11. ELROMPEDIENTES

    How to remove respawn screen

    Hi I want to do remove respawn screen but first do something like this If I have a kill money on my server wend the victims like die and set to spectator the kill money work? on death of a player: set the victim's gamemode to spectator wait 6 second set the victim's gamemode to...
  12. ELROMPEDIENTES

    Solved Help with send a message to all players in {players::*}

    Command /chat [<text>]: Trigger: #im trying this but is not working Set {_message} to "%arg 1%" Send {_message} to {players::*} #And to add the players I'm trying this Add player to {players::*}
  13. ELROMPEDIENTES

    help with create kit in side the game

    Just give me an example explaining everything please and thanks ELROMPEDIENTES Member Code (Skript): function leather(p: player): clear {_p} set helmet of {_p} to leather helmet set chestplate of {_p} to leather chestplate set leggings of {_p} to leather leggings set boots of...
  14. ELROMPEDIENTES

    help with create kit in side the game

    function leather(p: player): clear {_p} set helmet of {_p} to leather helmet set chestplate of {_p} to leather chestplate set leggings of {_p} to leather leggings set boots of {_p} to leather boots dye {_p}'s helmet red dye {_p}'s leggings lime dye {_p}'s...
  15. ELROMPEDIENTES

    Help with this type of variables {example::*}

    # {example::door} {example::%event-location%} {example::%player%} #If I do delete {example::*} all the {example::door} variable and the others ones will delete? #and I was trying to do something like this on place: set {example::number} to {example::number}+1 set block at event-location...
  16. ELROMPEDIENTES

    skull problem how can I give a skull of a premium player

    I can use attacker's victim's or player's but If I do like a name of a premium player like this code send me an error command /test: trigger: give the Hannah4848's skull named "&ePresent&8[&61&8]" to the player Error: [14:50:18 ERROR]: 'the Hannah4848's skull named...
  17. ELROMPEDIENTES

    How to make like to see a bedrock block braking

    on load: register new shaped recipe for diamond pickaxe of unbreaking 30 with lore "&6Puede minar bedrock!!!" using diamond block, diamond block, diamond block, air, diamond, air, air, diamond, air on left click on a bedrock: if event-block's y-coordinate is smaller than 1: send...
  18. 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...
  19. ELROMPEDIENTES

    1vs 1 code help with reset arena

    whend You see #help there are the lines i need help