every

  • 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. xRyZerK

    if player has item

    If player has a particular item, I want it to be sold. options: p: &6&lOTOSAT &8► &f lapislazuli: 100 lapiscevher: 2222222 lapisblok: 222222222 every 30 seconds: loop all players: if {lapislazuliac.%loop-player%} is true: if loop-player has 1 of lapis...
  2. jonawoning

    Solved "every real minute" not working.

    I want to add 1 {kd.influence.%player%} every minute to a player but it doesn't work. If i remove ''event-world'' event thing, then it says please add an event world etc. Error: https://gyazo.com/3af53365db86c4d9e59b872c3a32232f every real minute: if "%event-world%" is "KnightMC"...
  3. F

    Chest loot every 10 seconds

    I have a question, how can i do that the chestfill fills the chest every 10 seconds? My script: on load: delete {random.item.list::*} add 2 diamond to {random.item.list::*} add 2 iron ingot to {random.item.list::*} add 2 leather to {random.item.list::*} add 2 tnt to...
  4. F

    Chest Loot

    I have a question, how can i do that the chestfill fills the chest every 10 seconds? My script: on load: delete {random.item.list::*} add 2 diamond to {random.item.list::*} add 2 iron ingot to {random.item.list::*} add 2 leather to {random.item.list::*} add 2 tnt to...
  5. M

    Every Second Event not recognized

    Skript Version: Skript 2.2 Minecraft Version: 1.11.2 Error on Reload: My console tells me "[09:29:57 ERROR]: can't understand this event: 'every 5 seconds in Hub' (RewardMessage.sk, line 1: every 5 seconds in Hub:#Hub is the world name')" Script...