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

    adding cooldown to this

    Shameless plug It has stuff for command coooldowns, some methods of doing item cooldowns, and stuff about cooldown messages
  2. N

    adding cooldown to this

    I have a tutorial on cooldowns if you wanna look at that
  3. N

    adding cooldown to this

    I havent done the syntax in a while thats my bad
  4. N

    adding cooldown to this

    Because I said it was a command thing.
  5. N

    adding cooldown to this

    Yes, actually command e: cooldown: 10 cooldown-message you have %remaining time% remaining trigger: #do stuff
  6. N

    Looking for help?

    :feelspkman: Okay then.
  7. N

    Code for spawning and killing monsters periodically not working

    Please use SkUnity CODE formatting
  8. N

    (SOLVED) so uhh help.

    You can add the concrete to a variable so when the player dies or server stops it deletes all the concrete and then the variable.
  9. N

    Is this script wrong by any chance?

    Hi, this is because you're doing "%name of player's held item%" even though 'name of player's held item' is already stringified. You're doing the same with your variable, and probably a lot of other places. To fix this, change the line to read: if {right.item.list::*} contains name of player's...
  10. N

    adding cooldown to this

    You can also delete the entire cooldown system in your command because skript has a built in system for command cooldowns.
  11. N

    To enable console and op only commands

    give the command permission: op
  12. N

    1.8 Disguise

    Update to 1.20.4 smh
  13. N

    Ender pearl like cooldown skript

    set item cooldown of ender pearl for player to <number> seconds
  14. N

    Indices in the loop

    indexes?
  15. N

    SK - Phones

    ...what?
  16. N

    How do i fix this itemcap?

    ...I made part of this. It should work fine. That being said, you did some strange stuff with the delay and the organizing, so this should work. options: pearl: 5 gaps: 64 exp: 192 delay: 20 #in ticks on join: while player is online: amount of ender pearl in player's inventory >...
  17. N

    SK - Phones

    Uhh for one thing I would absolutely not use variables for this. ESPECIALLY if you're setting them on join. You're gonna end up deleting your server with variables. You should make a call command, an accept command, a reject command, and a hang up command. It's a good place to start while you...
  18. N

    how the fu- (yea i solved it without help so uhhh)

    This, again, isn't gonna work because as we said several times to you. You can't use %player% in an on load event.
  19. N

    Scoreboard Variable Questions

    (this is more useful if you were using a scoreboard plugin but with a scoreboard skript it should be fine)
  20. N

    Scoreboard Variable Questions

    Can I see your scoreboard script? There should be no issue. Also I don't recommend storing money in a variable.