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. sleepy unk

    Script SentiGuard Remastered

    sleepy unk updated SentiGuard Remastered with a new update entry: Sentiguard Remastered is Back 1.0-b Read the rest of this update entry...
  2. sleepy unk

    Script SentiGuard Remastered

    sleepy unk updated SentiGuard Remastered with a new update entry: Sentiguard Remastered is Back Read the rest of this update entry...
  3. sleepy unk

    Script SentiGuard Remastered - Sentiguard Remastered is Back

    We have fixed the skript!
  4. sleepy unk

    Solved Skript Conditions Doesn't Work With Placeholders

    You can just use variables. command /statsmoney: trigger: if {vaultecomoney::%player's uuid%} is less than 500: send "&aYou are poor" if {vaultecomoney::%player's uuid%} is greater than 500: send "&aYou are rich (%{vaultecomoney::%player's uuid%}%)"
  5. sleepy unk

    Script SentiGuard Remastered

    sleepy unk updated SentiGuard Remastered with a new update entry: Fixes of Server Restarting Session Bug Read the rest of this update entry...
  6. sleepy unk

    Script SentiGuard Remastered - Fixes of Server Restarting Session Bug

    Fixed the bug where when the server stops the wait 30 minutes stops functioning
  7. sleepy unk

    Script SentiGuard Remastered - Bug Fixes

    Fixed variable bugs
  8. sleepy unk

    Script SentiGuard Remastered

    sleepy unk updated SentiGuard Remastered with a new update entry: Bug Fixes Read the rest of this update entry...
  9. sleepy unk

    Script SentiGuard Remastered - Sentiguard Remastered

    Fixed 1 bug
  10. sleepy unk

    Script SentiGuard Remastered

    sleepy unk updated SentiGuard Remastered with a new update entry: Sentiguard Remastered Read the rest of this update entry...
  11. sleepy unk

    Script SentiGuard Remastered

    sleepy unk submitted a new resource: SentiGuard Remastered - antibot Read more about this resource...
  12. sleepy unk

    Script SentiGuard Remastered 1.0-b

    Stop suspicious bots from entering your server by going on a verification! If you click the black glass which obviously contains "X_X" is going to kick you. Meanwhile, if you get the correct one. You'll stay in your active session in the server. Your session expires after 30 minutes. So you...
  13. sleepy unk

    Solved solved

    Technically, That's if the person has a permission, so they technically can get "%player% ran this command" But, no problem! Please mark this as solved.
  14. sleepy unk

    Solved solved

    Sure, here's a command that makes you when you run a command, it will send to people with a specific permission: command /test: trigger: loop all players: if loop-player has permission "test.jeff": send "%player% ran this command" to loop-player
  15. sleepy unk

    Using Text Variable As A Executed Player

    I believe you're trying to make a claiming bounty Skript, here's one nice and simple on death: attacker is a player victim is a player if {bounty.%victim's uuid%} is not 0: broadcast "%attacker%" # attacker will gain 0 cash if you do set before adding set...
  16. sleepy unk

    Solved on craft error

    agreed that might work
  17. sleepy unk

    Anvil Gui for creditcard ATM skript

    Do you have a Discord? Maybe i can help you building the A T M out.
  18. sleepy unk

    Solved sharpness skript

    on damage: attacker is a player: victim is a player: if lore of attacker's tool contains "sharptest 1": add 1 to {damage::%victim%} send "%{damage::%victim%}%" to attacker delete {damage::%victim%}
  19. sleepy unk

    Remove event item on pickup

    on pickup: event-item is any log: set {_logcount.%player%} to amount of event-item remove {_logcount.%player%} from player's inventory wait 5 ticks give player {_logcount.%player%}