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

    Confirmation

    Me neither I would've helped you but physically cant
  2. R

    Confirmation

    Hmmmm, nothing looks to be off with this skript
  3. R

    Confirmation

    Could you give me all the code and I'll see what is wrong?
  4. R

    Confirmation

    Hmmm, I'm not sure
  5. R

    Confirmation

    do format slot 10 of player with green wool named "&a&lConfirm" with lore "&a&lConfirm" to close then run [make player execute command "pex user %arg-1% group set Owner"]
  6. R

    Confirmation

    Hello there, the best solulation for this would be for you to change the executing commands in the gui to the group name like this here [make player execute command "/owner"] do that for all your groups then add more guis with for example /owner then when you click owner group it will go into a...
  7. R

    If one variable is set to "ingame" how can i use the other?

    Hello there, to me there looks like there is no possible solution to this.
  8. R

    Customcraft

    Hello there, on load is for when you do /sk reload the best soluation to this would be to change the "on load" to "on first join" the code looks smth like this on first join: register new shaped recipe for 1 leather helmet of unbreaking 10 and protection 7 dyed yellow named "&e&lHAY DRAGT"...
  9. R

    Need help to make command on world

    Hello, the command for this skript is this: every second: loop all players in world "plots": execute console command "/summon FallingSand 39 70 8" in world "plots" Hope this helps :)
  10. R

    Scoreboard not making gaps between lines

    My scoreboard isn't making gaps when its supposed to this is the code I am using on join: while player is online: wait 1 ticks wipe player's sidebar set name of sidebar of player to " &b&lVaporMines " set score " " in sidebar of player to 14...
  11. R

    Solved Mobs Without Textures.

    Hello, there.
  12. R

    need help on a /enderchest command

    Do you have Essentials installed? What Permissions plugin do you have installed?
  13. R

    How to make a broadcast happen when someone touches a certain block?

    Hello, I'm wanting to know if it is possible to make a broadcast happen when someone touches a certain block
  14. R

    Solved Open a GUI in a GUI using skQuery?

    I have the same issue with this but I think this is a fix to it command /shop: permission: shop.gui permission message: &cYou don't have the required permission to perform this action. aliases: shops shop.gui trigger: open chest with 1 row named "&c&lShop" to player...