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

    Simple IF event not working

    Sorry, but can you give me an example?
  2. D

    Simple IF event not working

    command /autorank: trigger: set {_smp} to placeholder "statistic_minutes_played" send "%{_smp}%" if {_smp} is greater than or equal to 10000: execute console command "lp user %player% permission set deluxetags.tag.Citizen" execute console...
  3. D

    If player has permission?

    Cheers. Was hoping for something more along the lines of the actual command code to run, to start the timer.
  4. D

    If player has permission?

    Could you give an example of the timer variable?
  5. D

    If player has permission?

    I'm using Buycraft to run this command everytime I reach a community goal. "lp group default permission settemp mcmmo.perks.xp.200percentboost.all true 2h" I currently have this to run what I'm wanting, but it also runs this even if the boost expires in just a few seconds after logging in. on...
  6. D

    If player has permission?

    player has permission "essentials.kits.%arg 1%": message "hello" to player else: message "bye" to player I know this is part of what I need, but I'm using Luckperms, and I have a permission that comes and goes, that lasts 2 hours. I'm wanting it to check if the...
  7. D

    GUI Help

    if text-arg is not set: if player-arg is not set: set {_p} to "%player%" parsed as player open chest with 2 rows named "&7Coins - You have %{coins::%uuid of player%}%" to player format slot 4 of player with skull of {_p} named "&aCoins"...
  8. D

    Fixed Commands

    My server is running Spigot 1.13.1 - and working with whatever version it is downloaded from this site: https://github.com/SkriptLang/Skript/releases
  9. D

    Fixed Commands

    No idea how to word this, however, when I create a command with skript, let's say I'm creating a /shop command. It's not able to be autocompleted with tab, nor does it show to be a real command. It's red text. Is there anyway to fix this?
  10. D

    Minutes Played in Tablist?

    Could you write something up like that for me? I have been inactive from Skript for a few years. :/
  11. D

    Minutes Played in Tablist?

    How could I create it so when someone joins, it'll display 0 in tablist by their name (upon where the scoreboard would go for it) and for every minute that they are connected to the server, it'll go up by one. Representing their playtime in minutes. :)