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

    Hide Skript

    The prefix is working for me, so i dont know, maybe some Incompatible version of server?
  2. DanRub

    Hide Skript

    Well, do you have the requirements? (SKRIPT 2.7.0-BETA3+, SKBEE 2.16.1+)
  3. DanRub

    Hide Skript

    What exactly is not working? Also why would you buy this skript :emoji_cry:
  4. DanRub

    Solved On Movement Event is not working.

    I made this real quick, you can try it, i changed something to make it look better Also after you reload the skript, dont forget to rejoin (just leave and join the server again) on join: set {picked::%uuid of player%} to false set {move::%uuid of player%} to false set...
  5. DanRub

    Problems Listing all Existing Warps.

    You can try this: command /warps: permission: warps.admin trigger: send "&3Existing Warps:" loop {warpNames::*}: add loop-value to {existingWarps::*} if size of {existingWarps::*} is more than 0: send "&bExisting Warps...
  6. DanRub

    Solved On Movement Event is not working.

    Its because you have to make on move like an event, not an part of the another event.
  7. DanRub

    set breakable blocks of item

    And why are you setting some variable in this case.
  8. DanRub

    Variables not saving after restart

    There are a many variables that are not saving, can you send the code?
  9. DanRub

    set breakable blocks of item

    Hey, i dont really understand the point of this, can you describe little bit better please?
  10. DanRub

    Help me please | capture point

    Hey, i would recommend to add every player who is in capture point to list and then check the list if the players are in the same fracture or not.
  11. DanRub

    duels skript

    on join: set {induel::%player%} to false command /setlobby: trigger: if player has permission "spawn": set {pos2} to location of player send "&2Spawn set successfully!" to player command /pos1: trigger: if player has permission "pos"...
  12. DanRub

    Custom Chat placeholer

    Čus, přidej si mě na discordu, zkusím ti pomoct tam, aby byla rychlejší domluva. Discord: danrub
  13. DanRub

    Hi, I'm working on the ability system, but it gives an error even though there is no problem.

    Hey, your problem is in letter "İ" in word "İstiyor" in lore, tbh i have no idea why is this happening, if you can replace the word or the letter with something else, it should work.
  14. DanRub

    Hi, I'm working on the ability system, but it gives an error even though there is no problem.

    Hey, please use code format to sending that long code.
  15. DanRub

    I want to make a simple eggwars skript (more info below)

    Hey, this is what I just did in a hurry, it's not much, but it's enough for a base to bounce off of. on load: set {green.tp} to location at 30, 30, 30 in world "eggwars" set {red.tp} to location at 10, 10, 10 in world "eggwars" set {yellow.tp} to location at 20, 20, 20 in world...
  16. DanRub

    /mob [<mob>] help

    Hey, try this: command /schaf [<text>]: trigger: if arg-1 is set: set {_v} to arg-1 parsed as entity type if {_v} is entity type: loop 100 times: summon {_v} at player else: send "&cUse: /schaf...
  17. DanRub

    teleportation does not work

    Hey, your code doesnt make sense at all, you are removing 1 from the list where should be players, so why dont you remove player instead of number. You can try this: on load: set {inProgress} to false set {atposition1} to false set {atposition2} to false set {positiontp1} to true...
  18. DanRub

    Solved Sound Test Command

    Dont forget to mark this post as solved :emoji_wink:
  19. DanRub

    Solved Sound Test Command

    Hey, try this command /psound <player> <text>: permission: psound.use trigger: set {_target} to arg-1 set {_sound} to arg-2 if {_target} is online: play sound "%{_sound}%" to {_target} send "&8[&e&l!&8] &6&lᴠᴍᴄ &7→ &6%{_target}%&F made you...
  20. DanRub

    Settings GUI Skript! I need Help

    Hey, you can try this, im not sure, if the signs will display well. function GUI(p: player): set {_p}'s metadata tag "settingsGUI" to chest inventory with 5 rows named "Settings" set slot 11 of {_p}'s metadata tag "settingsGUI" to End Crystal named "<##00bfff>&lᴛᴏɢɢʟᴇ ꜰᴀꜱᴛᴄʀʏꜱᴛᴀʟ" with...