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

    cancel cooldown

    I put this in the parser and it was parsed with no errors, send them and i'll help fix them:emoji_slight_smile: EDIT: I found 1 thing as i thought slowchat was a boolean, changed it and should work:)
  2. Ankoki

    cancel cooldown

    Without looking at your code, i'll write an example of what i would do on chat: if {slowchat} > 0: if player has permission "mod": stop set {_chat} to now if (difference between {chat::%player's uuid%} and now) < {slowchat}: cancel event...
  3. Ankoki

    Solved How to update a sign every 3 seconds?

    Glad i could help:)
  4. Ankoki

    cancel cooldown

    in your on chat event, just add something similar to this at the very start such as this on chat: if player has permission "xyz": stop #do rest
  5. Ankoki

    Loop player not working

    What's the error?
  6. Ankoki

    Alternating colors every word

    You can most likely split the string at " " and save it into a list, and add "&b" to the start of one, and alternate when looping with a variable:)
  7. Ankoki

    Book problems

    You need to set the title and author as well, however there is a bug in Skript which stops it working, so set the owner of the book using NBT. ShaneBee helped someone with this issue yesterday and used this solution. Say {_item} is your book. give player 1 of {_item} with nbt...
  8. Ankoki

    Solved Check if mob died, add 1 to players xp

    I know this is mighty spoon feeding but i got bored and wanted to do something that was semi decent on death of monster: if attacker is player: add 1 to {XP::%attacker's uuid%} on first join: set {XP::%player's uuid%} to 0 command /xp [<text>] [<offline player>]...
  9. Ankoki

    Solved How to update a sign every 3 seconds?

    You could do something similar to this every 3 seconds: set {_sign} to block at location 100, 100, 100 in world "world" loop all players in world "world": add 1 to {_players} set line 3 of {_sign} to "%{_players}%" Obviously update your location, and should be exact (ex...
  10. Ankoki

    Solved Loop help

    You could use something similar to this every 10 seconds: if block under player is gold block: add 10 to player's balance
  11. Ankoki

    im poppy

    im poppy
  12. Ankoki

    When player have 3 warns, mute player for 5 mins

    https://docs.skunity.com/syntax/search/mute You can use any of these mute syntaxes to mute the player after they have 3 warnings
  13. Ankoki

    Targeted player by aggresive mobs

    You could utilize this event i believe:p https://docs.skunity.com/syntax/search/id:4887
  14. Ankoki

    When player have 3 warns, mute player for 5 mins

    What exactly are you trying to do? Because no offense this is a mess
  15. Ankoki

    i like food and coffee

    i like food and coffee