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

    Solved Chat Delay

    Here is the code right now: command /chat [<text>]: permission: mythical.chatdelay permission message: Unknown command. Type "/help" for help. trigger: if arg 1 is "chatdelay": if player has permission "echat.togglechatdelay": if {ChatDelay.On} is...
  2. IDuckz_

    Solved Chat Delay

    So something like this: command /chat [<text>] [<number>]: permission: mythical.chatdelay permission message: Unknown command. Type "/help" for help. trigger: if arg 1 is "chatdelay": if player has permission "echat.togglechatdelay": if...
  3. IDuckz_

    Solved Chat Delay

    So something like this on chat: if ( 10 - 7 ) < 4: if player does not have permission "mythical.chatdelaybypass": cancel event send "&cYou must wait %{delay::timer}% before chatting." send "&cPurchase a rank at https://mythicalrpg.tebex.io to...
  4. IDuckz_

    Solved Chat Delay

    Well, can you send the code which fixes it, or examples.
  5. IDuckz_

    Solved Chat Delay

    Gosh, why do you have to be so rude ;-;
  6. IDuckz_

    Solved Chat Delay

    Oh, I'll try that.
  7. IDuckz_

    Solved Chat Delay

    Um I don't understand the global container and the local container thing, and I tried greater than 0 and it didn't work :(
  8. IDuckz_

    Solved Chat Delay

    Um, I am trying to make a Chat delay skript, but it does not work, I am trying to make it only donors can bypass this, but members can't Here is my code: command /chatdelay [<text>] [<number>]: aliases: /delaychat permission: mythical.chatdelay permission message: Unknown command...
  9. IDuckz_

    Shop Skript

    Well, that works.
  10. IDuckz_

    Loot Chest

    Loot Chest Skript How do I make a loot chest skript? Like whenever you open it, you get like emeralds or something, and its 1 time use, and I want all players to be able to use it, not like once a player opens it and then its taken, no I want it all players to be able to use it with crit...
  11. IDuckz_

    FFA points not working

    Not sure if you can do that in a GUI, I am not a skript god.
  12. IDuckz_

    Countdowm with Time

    Um 20 pm is way to much, the maximum is 11:59 PM or 12:00 PM (It changes to AM after 11:59) and maximum for AM is 11:59 AM or 12:00 AM (It changes to PM after 11:59), unless you are using something like 00:00.
  13. IDuckz_

    Make balances appear as 24million, for example

    Can you send your code?
  14. IDuckz_

    On leftclick with bow

    Try lowering down the speed, that might be the problem.
  15. IDuckz_

    Shop Skript

    How do you want the shop skript to be? Like in signs or what?
  16. IDuckz_

    how cancel the explosion

    Your code is hard to read, please send it , by doing that click Insert and then Click code then select skript and paste in your code.
  17. IDuckz_

    region help

    On line 37, try changing from make console execute command "/rg flag __global__ pvp allow world" to make console execute command "/rg flag __global__ pvp allow" If that doesn't work, send me the problem/error
  18. IDuckz_

    Currency converter (1000 to 1k)

    Can you send the full code of what you are using this skript for?
  19. IDuckz_

    Could not pass event InventoryClickEvent

    Please give the code and the error, (hastebin doesn't work, not sure why)
  20. IDuckz_

    Armor with effects

    Try this, I haven't tested it though: on armor equip: if event-item is iron boots: apply jumpboost 3 to player for 9999 days while player's boots is iron boots: wait 1 tick remove speed from player If it doesn't work, send me the errors/problems