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

    Solved Problem with the lore of an item

    SkQuery is simply bad. There is no 'good'-version.
  2. barrybtw

    Crafting recipe

    That's not SkBee's syntax.
  3. barrybtw

    Solved How to make "Back Button" in my GUI...

    Or alternatively use the same function again when you open it normally.
  4. barrybtw

    Solved How do I hide the nbt tag from items?

    %itemtype% with (all|enchant[s]|destroy[s]|potion[ ]effect[s]|unbreakable|attribute[s]|dye) flag[s] hidden SkBee's way ^^ Skellet ^^ I recommend SkBee
  5. barrybtw

    Crafting recipe

    Use SkBee for recipes.
  6. barrybtw

    Solved Problem with the lore of an item

    Vanilla gui's are part of skript already, here's a tutorial. https://forums.skunity.com/threads/vanilla-guis.8939/
  7. barrybtw

    check location of block below player

    Block's locations are centralized, meaning the location of the block is in the middle, so (9.5, 4.5, 123.5)
  8. barrybtw

    Force normal player to run an admin command

    The simplest and best solution in my opinion is to just use a console command, add the permission to the player, do the command, and remove the permission again.
  9. barrybtw

    Check if block is one of many specified blocks

    A few options come to my mind, there's probably an alias for all ores, otherwise making a function that works for all ores would be nice and easy aswell.
  10. barrybtw

    Solved Problem with the lore of an item

    SkQuery... I really recommend changing to Vanilla GUI's, SkQuery's guis' are terrible and buggy and nobody good uses them. Good luck.
  11. barrybtw

    Block Change

    else if target block of player is set: set {_eventblock} to type of event-block set event-block to yellow wool wait 1 second set event-block to {_eventblock}
  12. barrybtw

    Problem with create regions on skript.

    Tbh... just use a plugin for plots, but alternatively you could just use vectors and setup 2 points and make a skbee bound.
  13. barrybtw

    Issues with skript

    Variables cannot be used in the event itself, though it can be after, so make a statement saying that the event-item = your variable or find another solution.
  14. barrybtw

    i need help with a double drop skript

    I recommend using metadata in this specific task, or at least using a list & uuid's aswell instead of player.
  15. barrybtw

    Solved Addons

    This is what i usually use: Skript Skript-reflect SkJade SkBee Don't really need more than that. And any GUI addon is a waste imo.
  16. barrybtw

    Solved Any working Tuske Fork?

    Vanilla GUI's are way better and less buggy, another alternative could be Skript-gui, all better than TusKe. Tuske is old, get over it.
  17. barrybtw

    Solved logs of chat saving to yaml file

    Something along the lines of set yaml value "" of "" to x
  18. barrybtw

    Solved Teleport code not working

    Would work just fine xd? It's 2 functions, 1 within another. https://skripthub.net/docs/?id=2120 Location https://skripthub.net/docs/?id=2132 World
  19. barrybtw

    Solved logs of chat saving to yaml file

    wf that's not a skript-yaml thing?
  20. barrybtw

    Solved Message players in a 1 to 10 block radius

    command pushall: trigger: loop all players in radius 10 around player where [player input != player]: send "You have been launched by %player%" to loop-player