Recent content by Famix

  • 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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. F

    Canceling movement but not gravity

    Hello, my skript: on any movement: if {nomove.%player%} is set: cancel event but i want them to have gravity, and i don't know how to do that
  2. F

    SkDragon problem

    Hello! I have a problem with skdragon. code: loop {circle.list::*}: if {circle.loc.%loop-value%} exists: set {_loc} to loop-value drawHalo particle "redstone", center at {_loc} , id "circle.all.%arg-1%", rainbowMode true, solid true, density 10, visibleRange...
  3. F

    Skript only work in certain world?

    just add if event-world is "prison":
  4. F

    Warp GUI - Dont work

    Skript version: 2.4-alpha3 Hello! It dont works and i dont know how to do it :emoji_frowning: Please help! #'''''''''''''''''''''''''' options: prefix: &c&lWARP&7 command /gsetwarp [<Text>]: permission: warp.set permission message: &8&l[&c&l!&8&l]&7 Nejsi opravnen! &8(warp.set)...
  5. F

    Warp Menu

    Hello! I have problem, On my server i have 5 warps, but when i open the menu it teleports me to the warp that was last added. Please help! command /setwarp [<text>]: permission: warp.admin permission message: {@errorperm} trigger: if {@warp} is equal to 2: stop...
  6. F

    Teleporting sign

    I've made it, Thanks to all that helped me. on sign change: set {_l} to event-location if event-player has permission "devt.admin": if line 1 is "sign place": if line 2 is set: set {_line} to line 2 if {warp.%{_line}%} is set...
  7. F

    Teleporting sign

    My skript for warps: command /setwarp [<Text>]: permission: shift.admin permission message: &4&lERROR! &7Nemas permisse! &8(Shift.Admin) trigger: if arg-1 is set: if {warp.%arg-1%} is not set: set {warp.%arg-1%} to player's location...
  8. F

    Teleporting sign

    Thanks, But it didnt work, i place sign write on it the text, and nothing happen. NO ERRORS Thanks for reply, When i create one sign its normal, teleports you. Views the text i wrote, but when i create second sign the firt stop working and second too. It dont teleports you but shows the text
  9. F

    Teleporting sign

    Hello! I need help, When i create 1 sign it is working, but when i create second it dont work. In console and on reload errors didnt appear. on place: set {_l} to event-location loop 50 times: wait 1 second if line 1 is "sign place": if line 2 is set...