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

    Solved On remove item from virtual treasure chest event?

    you can use on inventory click to detect if someone clicks on an item inside a chest
  2. Time4Games

    No world in periodic event error.

    every 5 seconds in "islands"
  3. Time4Games

    Tuske GUI Backpack

    try sending it in the request forum
  4. Time4Games

    Skript - An internall error occured.

    do you want it to open the player's enderchest?
  5. Time4Games

    Skript - An internall error occured.

    7 is not the max
  6. Time4Games

    Solved Yes or no command

    np :D
  7. Time4Games

    Solved Yes or no command

    command /staffannounce <text> <text>: permission: staff.announce usage: /staffannounce <Anonymously yes/no> <message> aliases: /sa permission message: &cYou're not allowed to use this command! trigger: if arg-1 is "yes": broadcast "&f" broadcast "&5&lStaff...
  8. Time4Games

    damage victim by X doesn't count as death

    set final damage to (damage)
  9. Time4Games

    Sprinting Stamina

    on every 1 seconds: loop all players: loop-players is sprinting if {lvl.stamina.%loop-players%} is 0: subtract 1 from loop-player's hunger level if {lvl.stamina.%loop-players%} is 1: wait a sec subtract 1 from loop-player's hunger...
  10. Time4Games

    Sprinting Stamina

    so i think looping is the best way 2 loops of every 1 and 5 seconds shouldn't lag the server at all
  11. Time4Games

    Sprinting Stamina

    you can use on sprint toggle also instead of putting "if "i recommend you to use "else if"
  12. Time4Games

    Custom Prison Enchantment Help

    can you use send it as a code please? it would be easier to help
  13. Time4Games

    Solved Command In Gui

    it works for me
  14. Time4Games

    Stop Mobs Seeing you (Following & Attacking)

    command /vanish: permission:op trigger: if {vanish.%player%} is true: delete {vanish.%player%} reveal player to all players send "&cYou are no longer vanished" else: set {vanish.%player%} to true hide player from...
  15. Time4Games

    Solved Command In Gui

    can you send the whole command?
  16. Time4Games

    Stop Mobs Seeing you (Following & Attacking)

    you can just do hide player from all players
  17. Time4Games

    Is there a way to force the player to leftclick?

    its only possible using mods. sadly its impossible with plugins
  18. Time4Games

    Stop Mobs Seeing you (Following & Attacking)

    do you want it to hide you from other players too?
  19. Time4Games

    if command contains blocked argument

    if arg-(idk which argument it is) is "spawn":
  20. Time4Games

    How to execute a command through a command block?

    do you mean how to activate a command block using skript?