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

    Script (Discontinued) [Bunz] Custom Shop for Noobs

    FindME submitted a new resource: [Bunz] Custom Shop for Noobs - A shop for those who need a starting project! Read more about this resource...
  2. FindME

    Script (Discontinued) [Bunz] On Join Super Counter

    FindME submitted a new resource: [BunzSkripst] On Join Super Counter - All you need for "On Join:" Read more about this resource...
  3. FindME

    Script (Discontinued) [Bunz] Button Block

    FindME submitted a new resource: Button Block - Blocks as Buttons Read more about this resource...
  4. FindME

    Discord Thread Leaderboard Gui (vanila)

    command /Leaderboard [<text>]: trigger: if arg-1 isn't set: send "&4Choose From here -- level, " else: if arg-1 is "level": set metadata tag "level" of player to chest inventory with 5 rows set slots...
  5. FindME

    Discord Thread How can i make the auro compresser turn off / on with a cmd

    on step on pressure plate: if event-block is a iron pressure plate: if block below event-location is iron block: set {_n} to a random integer between 1 and 25 if {_n} is 25: set {_n} to a random integer between 26 and 75 if {_n} is...
  6. FindME

    Discord Thread how do i make the auto comepressers work only if player uses /autocomp on

    Posted by: cleisss from the skUnity Discord. View the thread on skUnity Discord here
  7. FindME

    Discord Thread How do I add chance to an item so 1/2 or 1/4 of getting the item

    on step on pressure plate: if event-block is a iron pressure plate: if block below event-location is iron block: set {_number} to a random integer between 1 and 4 if {_number} is 1: give player iron nugget named "&fIron Nugget" with lore "This...
  8. FindME

    Discord Thread krycards

    when i use my keycards this happenes---image--while using the right keycard--text Posted by: cleisss from the skUnity Discord. View the thread on skUnity Discord here
  9. FindME

    Discord Thread Is it possible to compress this scripts??

    Posted by: cleisss from the skUnity Discord. View the thread on skUnity Discord here
  10. FindME

    Discord Thread Keycards

    i made a script for keycards but when i use the keycard a couple times with diffrent keycards they stop working `on right click on iron door: if block under clicked block is white concrete: if name of player's held item is "&x&A&9&A&9&A&9 &fKeycard" or "&x&A&9&A&9&A&9[II] &fKeycard"...
  11. FindME

    Solved Idk whats wrong

    function effectp(p: player): remove speed from {_p} remove jump boost from {_p} remove invisibility from {_p} set {_p}'s fly mode to false on step on diamond block: if {parkourj.%player%} is true: set {timer.%player%} to true set {start.%player%} to now while {timer.%player%} is...
  12. FindME

    Solved How do i add weight to an item so like 1/2 or 1/4 like chances of getting item

    on step on pressure plate: if event-block is a iron pressure plate: if block below event-location is iron block: set {_number} to a random integer between 1 and 4 if {_number} is 1: give player iron nugget named "&fIron Nugget" with lore "This...