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

    Solved on craft error

    What am I doing wrong? on craft: if event-item is ENDER_CHEST: cancel event send "This crafting isn't allowed!"
  2. J

    PlaceholderAPI and skript

    Well, I have no clue how to do it xD. Well, I think you misunderstood what I meant, I wanted placeholder API to be able to get the value of "{classe.%player%}" variable on skript. from skript*
  3. J

    PlaceholderAPI and skript

    I know it looks terrible, I am new to skript. But how can I make the variable I talked before acessible by PlaceholerAPI skript extension?
  4. J

    PlaceholderAPI and skript

    I basicly have this skript that adds classes to the game and I wanted to make the variable that says in which class I am into a placeholder. How can I do it? Here is my skript: command /classes: trigger: make player execute command "/warp classes" options: #flash...
  5. J

    Turn variable into times minutes and seconds?

    variables: {timer} = 7200 {parsedtimer} = 7200 every 1 second: remove 1 from {timer} #set {_parsedtimer} to "%{timer}%" parsed as time span #broadcast "%{parsedtimer}% %{timer}%" if {timer} < 0: execute console command "lc respawn 1" set {timer}...