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

    Разработчики / Russian-speaking devs

    Chat with Russian-speaking developers on Skript ------------------------------------------------------------------------- Кря. Когда-то я активно работал с плагином Skript, кажется ещё на оригинальной сборке от njol. Плагин не выглядел так симпатично как сейчас. Проделанная работа разработчиков...
  2. FUZIK

    regex parsed

    how to parsed a text used regex expression?
  3. FUZIK

    Offering create your custom script.

    i make scripts for you. i update info.
  4. FUZIK

    coding game-in-game api using Skript plugin on Spigot. next part

    i make game-in-game api using Skript for minigame developers. date
  5. FUZIK

    Solved how loop colors?

    example code: loop colors: message loop-value >> black and white...
  6. FUZIK

    Solved variables

    how difference between ""delete {list::*}" and "clear {list::*}"?
  7. FUZIK

    minecraft games

    hi. I am make minecraft games api. list the modules you would like to see in api. I'm very interested to hear from you. player manager,world manager or scoreboard manager? you can come up with their own) it will help me a lot. thx.
  8. FUZIK

    Skript parser

    how to broadcast the player's name? my example script: function string2(p:Player) :: Player: set {_e} to "%%{_p}%%" #-> "%{_p}%" broadcast "%{_e} parsed as String% is player" #-> "%{_p}% is player" return {_e} parsed as Player command string2: trigger: string2(player)
  9. FUZIK

    skript-mirror

    how i get creation time of Faction use skript-mirror? thanks to all.
  10. 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%"
  11. 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?
  12. FUZIK

    Solved how to get bed color?

    how to get bed color from block?
  13. FUZIK

    How remove all potions from player?

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

    chat packet

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

    Solved options:

    server: 1.12.1 skript: 2.2-dev29 of bensku not work: work:
  16. FUZIK

    chunks at player in radius 10

    please help me. how to receive all chunks in a radius? #example command chunks <location> <integer>: trigger: loop chunks at arg-1 in radius arg-2: broadcast "%loop-chunk%" thanks.
  17. FUZIK

    Solved "if " error.

    Skript Version: 30 Skript Author: Bensku Minecraft Version: 1.12.1 whether it is possible(if {} and {}:emoji_slight_smile:? command iftest: trigger: if "white" = "black" and "white" = "block": broadcast "black is white!!" broadcast "what?" Errors on Reload...
  18. FUZIK

    GUI manager: SkQuery or TuSKe+?

    What it is more better use? SkQuery TuSKe + SkQuery thanks for all!
  19. FUZIK

    Solved SkellettProxy

    command:command servers: trigger: loop all bungeecord servers: broadcast "%loop-value%: %network variable {server.status.%loop-value%}%" error:>servers [18:19:38 INFO]: [Skellett] Incorrect SkellettProxy details, No socket found or was denied access. For socket at...
  20. FUZIK

    Script [Deleted] puddles

    FUZIK submitted a new resource: puddles - puddles.sk Read more about this resource...