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

    Remove {_variable} blaze powder from player

    remove {_amount} of blaze powder from {_p}
  2. Efnilite

    How do i update

    Go to you resource, then hit 'Update Resource' button in top right
  3. Efnilite

    Element of a list variable

    Yeah im blind, fixed it
  4. Efnilite

    Element of a list variable

    1. Use list variables (replace all ' . ' with ' :: '), its a way easier/clean way to save vars 2. Use else if after an if, like this: (Less laggy) if arg-1 = "1": send "1" else if arg-1 = "2": send "2" And @FinalPlayer024 is right, since it's better to use {cards::%player%::4} Full...
  5. Efnilite

    Please help me

    can you post the error? try on inventory click: if clicked item is 345 named "{@prefix} Einstellungen": cancel event execute player command "/warp"
  6. Efnilite

    Please help me

    You have 'iteam' replace that with 'item'
  7. Efnilite

    Solved How can i set block at location?

    ehm, in your error you used set block at {_block} in PLAYER's world to grass but in your code you have instead of PLAYER you have {_p} wich should work
  8. Efnilite

    Solved How can i set block at location?

    set block at {_block} in player's world to grass
  9. Efnilite

    Script Skript Apply (Apply+) - 1.1b

    fixed indentation
  10. Efnilite

    Script Skript Apply (Apply+) - 1.1

    fixed apply spam
  11. Efnilite

    How I give the player a custom head?

    He wants one with custom NBT, not one of the ones from Mojang
  12. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - 3.2c

    Fixed duels
  13. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - 3.2

    - fixed yaml not creating - fixed a few glitches
  14. Efnilite

    How to execute something on step on blocks

    that only works if he is stepping on stone..
  15. Efnilite

    How to execute something on step on blocks

    Maybe this, but i havent tested it on step: if location of player = location at 0, 0, 0 in world "china": execute player command "/wall"
  16. Efnilite

    【Skript】file help

    Maybe try if line 1 of file "%{file}%" is not "england is my city": Or if that doesnt work set {_val} to yaml value "Lore1" from file "%{file}%" if {_val} is not "england is my city":
  17. Efnilite

    How I give the player a custom head?

    With SkStuff you can use this:set {_skulls} to skull with custom nbt...
  18. Efnilite

    item entity XXXX has no item - Drop that shuldn't be dropped.

    Smooth stone is the default item if the ID is not set. Maybe, because you have 3x 20% chances, if all the chances don't get triggered and you use 'drop {_drops::*} at {_l}' so maybe try testing if {_drops::*} is set so that then it will drop. Example: chance of 20%...
  19. Efnilite

    Solved On Block Form.

    Do you mean if you reload the server? (/reload) Because reloading breaks skript, so that might be the cause
  20. Efnilite

    per player tablist?

    Bump :/ or is it just really not possible