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

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

  1. F

    Scoreboard

    Name: scoreboard what is want: a scoreboard skript, please
  2. F

    command /s [<player>] or /s [<text>]

    command /s [<player>]: permission : stp.use permission message : &$&lYou are not a staffmember to use this command ! trigger: if arg 1 is set: execute console command "minecraft:teleport %arg 1% %player%" send "&f&l-&c&l!] &f&lYou have teleported &3&l%arg 1% &f&lTo You ! " if arg 1...
  3. F

    On Walk ?

    on walk on diamond block: if world is "skypvptest": cancel event if player has permission "diamond.skypvp": equip player with diamond helmet of protection 1 and unbreaking 3 named "&aTopex" equip player with iron leggings of protection 1 and unbreaking...
  4. F

    On Jump

    on jump: if player has permission "perm": if y-coordinate of player is >= 70: make player execute command "kit member" stop How to fix this ? (if y-coordinate of player is >= 70:) doesn't work :( :) = : )
  5. F

    Solved On Jump/ the "Y" is "?" works ?

    on jump: world is "ffa": if {basic.%player%} is true: if player is at "???": How can i make that when the player goes to "Y" (only Y) he take a kit ? i don't want it with X/Z only Y
  6. F

    doesn't work ??

    http://prntscr.com/mqetxc on click with nether star: world is "ffa": open chest inventory with 1 row to player named "&4Kits" format slot 1 of player's current inventory with block of emerald format slot 3 of player's current inventory with block of diamond on inventory click: world is...
  7. F

    Solved Open chest with <number> rows

    Hi guys , how do i make a slot inventory ? it doesn't work with me if i use it like : open chest with 1 rows to player help ;-;
  8. F

    ItemFrame

    How to make item frame ? with time delay if you can .
  9. F

    ItemFrame

    How can i make a skript code for itemframe? when i click on an item frame has diamond sword i take 1 diamond sword (with delay time if you can pleaase)
  10. F

    is this true ?

    command /?: permission: glitch.help permission message: &4Don't try my friendo ! im super programmer ! ta5 ta5 trigger: cancel event if arg 1 is set: send "No no no" if arg 1 is not set: send "&8&m--------------" send "&8[...
  11. F

    Solved Variables create

    I need help in variables ! i want to make a points system or coins system with skript ... someone help me
  12. F

    Solved staffchat ? help...

    command /sc [<text>]: aliases: staffchat permission: staffchat.use permission message: &4You are not a staffer to use this command trigger: if arg 1 is not set: send "&8&m-------------------" send "&cCorrect command: /sc on &4&lor /sc off"...