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

    Special hoe convert ingots into blocks

    You don't have to create a new theard. you can still using the "Edit" button to edit your title. So please use contiue This: https://forums.skunity.com/threads/help-thanks.6282/#post-25556
  2. ChisleLP

    help thanks!

    command /item: trigger: give player diamond hoe named "Im a Magic" on rightclick on chest: player's tool is diamond hoe named "Im a Magic" wait a ticks set {_Loop::iron ingot} to number of iron ingot in event-block's inventory set {_Loop::gold ingot} to number of...
  3. ChisleLP

    help thanks!

    i didn't tested it (I just code from brain) on rightclick on chest: wait a ticks set {_Loop::iron} to number of cobblestone in player's inventory set {_Loop::gold} to number of iron ore in player's inventory set {_loop::diamond} to number of stone in player's inventory set...
  4. ChisleLP

    Solved I want to show the variable top5 ranking on the scoreboard.

    Just go to "resources" and there its Top 10 pick this. and enjoy it.
  5. ChisleLP

    Issue with check

    1. Please use the List variables. its helpful for you sometimes. 2. Uhm, do loop? (No clue what does this mean message "&7[&4WAR&7] &4Je moet op de troon zitten om te claimen!" so i hope this is right:emoji_slight_smile: command /claim [<text>] [<text>]: trigger: if arg 1 is...
  6. ChisleLP

    Make player spit blocks

    https://docs.skunity.com/syntax/events/On%20Drop & https://docs.skunity.com/syntax/events/On Pick Up on drop: set {Dropped::%player%::%event-item%} to trrue on pick up: if {dropped::%player%::%event-item%} is set: cancel event #no clue if this works. else try to setting NBT or...
  7. ChisleLP

    Make player spit blocks

    no clue what "spit" mean? "split"? on player pick up: if event-item is dirt: cancel event
  8. ChisleLP

    Make player spit blocks

    https://docs.skunity.com/syntax/events/On%20Pick%20Up ?
  9. ChisleLP

    Chest gui item exchange

    command /menu: trigger: open chest with 3 rows named "somethings" to player while name of player's current inventory is "somethings": loop 3*9 times: if slot of loop-number -1 of player's current inventory isn't air: if lore of...
  10. ChisleLP

    Solved TXT Files, like Essentials

    Im not sure if i understand correclty, but there its a expression? command /test: trigger: create file "plugins\SomeThings\test.txt" wait a ticks set {_var::*} to file contents of "plugins\SomeThings\test.txt" broadcast "%{_var::*}%" Sorry if that not what...
  11. ChisleLP

    Need help with my script.

    *Cough* Are you really using Skquery... well... Sometimes you will be change your brain.
  12. ChisleLP

    Parse more than one enchant?

    Well, its working for you, but he not, cuz he is using Yaml and then with "and" and then parsing it as enchantment (And will be removed) so this is the problem... So.... Maybe you could add a list? Like Entchaments: - Unbreaking 3 - Silk Touch 1
  13. ChisleLP

    Chest Gui need help

    Then learn it like you learn Skript x)
  14. ChisleLP

    scoreboard no-flicker

    Which addonds did you used for the scorebaord? Most of addons can't be fixxed the flicker, Im not sure but Skellett its was the best scoreboad anti flicker.
  15. ChisleLP

    Arena Regenerator

    Should be fine (I used this for mine Skyblock Cobblestone generator)
  16. ChisleLP

    Arena Regenerator

    https://docs.skunity.com/syntax/events/On%20Form
  17. ChisleLP

    Skript of Spleef - I can not find my mistake :c

    Cuz youre using {maxplayers} as text. Change <text> into <integer> or just set {maxplayers} to arg 1 parsed as integer
  18. ChisleLP

    Skript of Spleef - I can not find my mistake :c

    Btw do you can tell us the errors? OR what doesn't work correctly?
  19. ChisleLP

    Solved Can someone who knows and wants to help me solve the errors?

    For next time, you don't have to PN everyone People (Maybe you did only me), And 2. You don't have to create 2. Therad, just Bump your Theard if the post older than 1 days. and Why did you explain here better than other theard? Oh gad, This is the reason why you didn't get a lot helped, cuz you...
  20. ChisleLP

    Solved kill a person skript

    no clue what youre doing add 1 to {kills::%attacker%}