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

    Iron Trapdoor open/close skript

    update your Skript.jar and paste your code on Text not picture
  2. FUZIK

    Watchdog

    from Russia?
  3. FUZIK

    Remove specific variable

    command /report [<text>] <player> [<text>]: trigger: create a gui with virtual chest with 6 rows named "&cReport": loop 53 times: {_reports::%arg 2%::%loop-number%} is set: make next gui slot with Stone named "&f%arg 2% &cReport...
  4. FUZIK

    %

    fork Skript by Bensku
  5. FUZIK

    Iron Trapdoor open/close skript

    replace "Iron Trapdoor" to iron_trapdoor
  6. FUZIK

    how to get clan of player?

    all work is perfect. but %clan of player% isn't work. i am using: Skript by Bensku Tuske SimpleClans
  7. FUZIK

    Now you can use YAML!

    thanks you! p.s. it does not seem on spaghetti code but many this waited
  8. FUZIK

    how to get clan of player?

    plugins: Skript, Tuske and SimpleClans (latest versions) spigot: 1.12 this not parsed by Skript: command tuske: trigger: message "%clan of player%"
  9. FUZIK

    Right clicking to break block - Jobs/Mcmmo support

    I have a ready script. this may be an excellent example for you.
  10. FUZIK

    Solved how to get bed color?

    what addon?
  11. FUZIK

    Solved How i can remove 5% from something.

    command calc <Number> <Number>: trigger: set {_percent} to arg-1 set {_integer} to arg-2 set {_calc} to {_percent} * {_integer} / 100 message "%{_percent}%%% from %{_integer}% = %{_calc}%"
  12. FUZIK

    Solved armor stand

    function spawnArmourStand(0:int=0) :: Entity: set {_stand} to armor stand # visible false set visible of {_stand} to false # base plate false set base plate of {_stand} to false return {_stand} how to set visible and base plate of entity?
  13. FUZIK

    Addon skript-hack

    please add example to use
  14. FUZIK

    Solved how to get bed color?

    how to get bed color from block?
  15. FUZIK

    Addon Facsk

    How to create faction using effect?
  16. FUZIK

    How remove all potions from player?

    MC - 1.12.1; Skript by Bensku - 30b; "How remove all potions from player?" thanks.
  17. FUZIK

    chat packet

    how i get a message from player chat packet? addon: mundosk mc: 1.12.1 thank to all.
  18. FUZIK

    Solved options:

    server: 1.12.1 skript: 2.2-dev29 of bensku not work: work: