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

    Giving arguments permissions

    you cant give permissions with skripts, only check if players have a permission. to give permissions i use a plugin called luckperms
  2. Time4Games

    Skript - An internall error occured.

    what is not working?
  3. Time4Games

    Sun Reset

    any errors?
  4. Time4Games

    Skript help

    using tuske or vanilla guis? on right click on player: set {showing inventory.%player%} to "%clicked player%" open virtual chest inventory with size 1 named "your name" to player every 5 ticks: #you can change it to 1 if you want but i did 5 to reduce lag loop all players...
  5. Time4Games

    Solved HELP ME!

    do you mean a function?
  6. Time4Games

    Solved Is there a way to use custom named buttons in Skript

    you can give a custom nbt to the button and then detect it using skript but the nbt would get deleted if you restart the server
  7. Time4Games

    Duplicate Fishing Loot

    fishing: if "%fishing state%" is "CAUGHT_FISH": chance of 25%: set {_drops::*} to drops give {_drops::*} to player also what is the server ip? i might play in it
  8. Time4Games

    Set player's helmet

    try changing it to set player's helmet slot to yellow banner
  9. Time4Games

    Auto Pick-up

    on block break: set {_drops::*} to drops if player has enough space for {_drops}: clear drops give {_drops::*} to player else: send title "&4Inventory Is Full" with subtitle "&cDroping drops on the ground" to player for 1 second #play sound "your sound" with volume 0.5 to...
  10. Time4Games

    I require helps on push/thrust

    on step on green glazed terracotta: push player forward at speed 5 push player up at speed 2 edit: i didn't notice the push to a variable. ill remake it soon on step on green glazed terracotta: set {_heading} to direction from player to location of {greenteleport} push player...
  11. Time4Games

    Spawn entity

    command /armor stand: trigger: spawn armor stand at location of player
  12. Time4Games

    Solved I literally do not know how to describe this.

    You accidently did that instead of "best killstreak" it will only say "killstreak"
  13. Time4Games

    Saddled Horse

    yea, its meap there but meep looks better
  14. Time4Games

    Solved Lobby Items

    np :D
  15. Time4Games

    Saddled Horse

    on left click: player is holding carrot on a stick: spawn a horse at location of player equip last spawned horse with a saddle set the tamer of last spawned horse to player make player ride last spawned horse
  16. Time4Games

    Solved A variable can carry a block ?

    on break: if {blocks::*} contains event-block: broadcast "it is"
  17. Time4Games

    Solved Put several items in a certain slot?

    set slot 1 of player to 12 barrier named "&cWait..."
  18. Time4Games

    Solved Lobby Items

    on join: execute player command "/lobby" clear player's inventory set slot 0 of player's inventory to chest named "&7Buy Items" set slot 1 of player's inventory to light gray stained glass pane named "&7" set slot 2 of player's inventory to light gray stained glass pane named...
  19. Time4Games

    Solved I literally do not know how to describe this.

    the hastebin is empty
  20. Time4Games

    Solved [item] skript

    ok ty :D