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. 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.
  2. 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...
  3. 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.