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

    TuSke for BenSku's fork 1.8

    Bensku's fork shouldn't be used in 1.8 either, and Tuske sucks and is buggy. End.
  2. barrybtw

    Solved Amount of blocks within 2 locations without loops?

    size of (all blocks within x and y)
  3. barrybtw

    Solved Help item to chat

    Doesn't seem like errors to say, just skript not liking you :emoji_smirk:
  4. barrybtw

    Creating GUI in 1.8.8

    Vanilla gui's are good, but all those "wait 1 tick"'s are completely unnecessary.
  5. barrybtw

    Make Player Walk

    Teleporting really fast, or doing a spectate animation is all I can think of.
  6. barrybtw

    How can I give a Item from GUI to player (SkQuery)

    Any day of the week.
  7. barrybtw

    On break

    on break: if (players in radius 10 around {locas}) contains player: cancel evemt
  8. barrybtw

    Paste schematics per command?

    I wouldn't use SharpSK, SKStuff or SkQuery.
  9. barrybtw

    Paste schematics per command?

    Simple Give permission using command Make player execute command Take permission using command
  10. barrybtw

    Solved Why did my shop work and now suddenly doesn't?

    You're using the GUI Manager in SkQuery which is the worst of all. It's known for being buggy and absolute garbage. I recommend learning Vanilla GUI's which are part of Skript, no addons needed. Tutorial for it can be found here.
  11. barrybtw

    Solved Reading only dates from %now%

    now formatted as "dd.MM.yyyy" More examples here.
  12. barrybtw

    Paste schematics per command?

    I'm fairly certain that there exists snippets for this exact purpose of pasting schematics. Google my brother.:emoji_older_man:
  13. barrybtw

    How Do I Know What World The Player Is In

    World of player?
  14. barrybtw

    How can I give a Item from GUI to player (SkQuery)

    I think all proficient skripters would agree with me, that SkQuery's GUI manager is terrible and buggy and a bad user experience. Right @Runakai :emoji_innocent:
  15. barrybtw

    How can I give a Item from GUI to player (SkQuery)

    Don't use SkQuery.
  16. barrybtw

    Enchantment Scripts!!!FREE!!!

    Shouldn't post this here, post in resources.
  17. barrybtw

    Custom mining speed.

    I'm guessing this can be done through changing the nbt of the item.
  18. barrybtw

    Options messages not working.

    Doesn't change anything really, Skript just copy pasterinos it into a string object anyways.
  19. barrybtw

    Solved Health Problem

    set player's health to (player's health + 2) ?? Doesn't add more hearts unless max health is changed.
  20. barrybtw

    Solved No cactus damage

    if damage cause = contact: cancel event # check if its cactus too if u feel like doing that