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

    Help with periodic skript

    What? that is what i have?
  2. M

    Help with periodic skript

    I do have the player saved as a variable, still doesn't work here is the exact code i am trying to use, right now it only checks once if the player is online, as i have the if player is online before every 100 ticks. on place of dried kelp block: set {owner::%uuid of player%} to player if...
  3. M

    Help with periodic skript

    how can i check if a player is online every so often and then with that information change the effect of something. every 100 ticks if player is online: #code else: stop I know that you can not use every 100 ticks like this i just used this to show what i am trying to do.
  4. M

    Skript isues

    no that is not a problem in game, there are no errors
  5. M

    Skript isues

    My bad could have sworn i used it
  6. M

    Skript isues

    on place of dried kelp block: set {owner::%location of event-block%} to player if {maxgen::%uuid of player%} is not set: set {maxgen::%uuid of player%} to 15 if {gen::%uuid of player%} >= 15: cancel event send "&cYou already placed max generators" if...
  7. M

    Please help me

    Thanks
  8. M

    Please help me

    I am trying to write a simple skript that announces a welcome message upon a player join on join Broadcast "..." I was wondering how I could get the player's name who just joined and add it to the message. Thanks for your help.