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

    Convert timespan to number to be added to balance

    Hello, i am trying to convert a time span into a number that can be added to a player's balance, sort of like a wage system. on join: if player has permission "Skript.Vagt": set {Vagtløn.%uuid of player%} to now on quit: if player has permission "Skript.Vagt": delete...
  2. M

    Issue with On death event with SKUltilities

    I have this code: on death: set {_name.victim} to skutil yaml value uuid of victim from file "plugins/SkriptConfigs/NavnListe.yml" set {_name.attacker} to skutil yaml value uuid of attacker from file "plugins/SkriptConfigs/NavnListe.yml" send "TEST AFTER NAMESET" to victim and with...
  3. M

    Help with checking if player is online in TuSKe GUI's

    I have an issue with a TuSKe GUI. When inside the GUI it will ALWAYS say the player is offline, but if i do the same outside the GUI, it will say the player is online. #This one says the player is offline while they are online command /test1 [<OfflinePlayer>]: trigger: if...
  4. M

    Difference between color codes

    Hi, i would like to know if there is any difference to use <red> or &4?
  5. M

    Help needed with a Cell skript.

    Hi, i am currently working on a cell skript for my prison server, since AreaShop doesnt really do what i need. I am not sure how to make a timer for the cells to countdown even if the player is offline. and how do i attach a sign to the cell ? I think i wil lbe using Worldguard regions with...
  6. M

    Help needed with TuSKe gui's

    Hi, i am looking for some help making some guis with the TuSKe addon for skript. Of what i figured out so far is that i cannot use variables in messages. command /report [<Player>] [<Text>]: trigger: if arg-1 is not set: send "&1&l[&9&lMartinixy&1&1]&r&c /report...
  7. M

    Help with skript commands on offline players

    Hello, i am trying to make my own kick, mute and ban system with skript. I would like to have it show a player's prefix, name and suffix. It works fine when they are online but when offline it says none with all 3. but the player does get banned if it is ban. Here is the skript i currently have...