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

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

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

    Solved amount of items on a recipe

    register new shaped recipe for 3 ("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), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item), ("31:1" parsed as item) register new shaped recipe...
  4. ELROMPEDIENTES

    Help with a list

  5. ELROMPEDIENTES

    Solved amount of items on a recipe

    because it's easy with the items id. and some stuff whend you use the names don't work [18:24:32 INFO]: [Skript] Reloading survival.sk... [18:24:32 ERROR]: Can't understand this condition/effect: register new shaped recipe for 3 ("111" parsed as item) using ("31:1" parsed as item), air, ("31:1"...
  6. ELROMPEDIENTES

    Solved amount of items on a recipe

    because it's easy with the items id. and some stuff whend you use the names don't work
  7. ELROMPEDIENTES

    Solved amount of items on a recipe

    Sorry my main lenguaje is Spanish For example if you craft a door the door will give you 3 doors and I want to know how to do something like that. Now at the code with 8 tall grass I craft just 1 Lili pad and I want to craft 3 instead of 1
  8. 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)...
  9. ELROMPEDIENTES

    Help with a list

    Can you explain this please ? Because I don't know how that works and I want to learn
  10. 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
  11. ELROMPEDIENTES

    Solved function error idk why

    on damage of a cave spider or spider: name(victim) chance of 15%: cancel event teleport the victim to the attacker message "{@logo}%victim% bloqueo tu ataque, se curo y se teleporto" to attacker add 3 to the victim's health set the name of the...
  12. 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"
  13. ELROMPEDIENTES

    help with create kit in side the game

    Is not solved
  14. 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...
  15. ELROMPEDIENTES

    Click Event on an item with another item

    on rightclick: if player is holding a book of sharpness 1: remove event-item add 1 to {book::sharpness1%player%} send "right click on a sword" else if player is holding any sword: if {book::sharpness1%player%} is more than or equal to 1...
  16. ELROMPEDIENTES

    Click Event on an item with another item

    I'm not sure if that possible but I know there are add-ons with effect to open and anvil Or you can try something different I'm going to make a example
  17. ELROMPEDIENTES

    Click Event on an item with another item

    Tell me the items and I will try
  18. ELROMPEDIENTES

    Click Event on an item with another item

    http://en.njol.ch/projects/skript/doc/events#click http://en.njol.ch/projects/skript/doc/effects#EffChange http://en.njol.ch/projects/skript/doc/conditions#CondItemInHand
  19. 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...