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

    Pikachu's Snippets

    please add client side sign function
  2. FUZIK

    Skript parser

    sorry for my English level up
  3. 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)
  4. FUZIK

    Getting blocks of Schematic, placing with delay

    yep. you need an animation to install the blocks of schematic? ps test this and this plugins. goog
  5. FUZIK

    Getting blocks of Schematic, placing with delay

    amount of blocks in schematic "area of schematic from %string%"(andAir)
  6. FUZIK

    Problem with dead.

    logic - 1vs1: on death: attacker - winer victim - losser ------- replace: loop {DUEL::Arena::%{_arena}%::PLAYERS::*}: set {_winner} to loop-value to set {_winner} to attacker it will help to avoid collisions
  7. FUZIK

    Item's lore not working

    what return? command new_bug: trigger: message "lore %lore of tool of player%" message "tool %tool of player%"
  8. FUZIK

    Item's lore not working

    "%player's tool%" is <none>?
  9. FUZIK

    Bungeecord Skript (like to the bungeecord plugin folder)

    you about "WebSocket" or "Socket"?
  10. FUZIK

    Arena Regen addon.

    I develop api for a mini-game and I use this code (MundoSk): unload %world% save false # unload world create world named %world% # load world ps
  11. FUZIK

    Spectators blocking arrows

    docs
  12. FUZIK

    Solved GUI help.

    you inattentive and rude.
  13. FUZIK

    Solved GUI help.

    this my example(for a concept of how TuskeGUI works) command /command <OfflinePlayer>: usage: &c&lSMP&f&lAdmin &8> &6/ban &7<player> trigger: set {_banplayer} to arg-1 create a gui with virtual chest with 3 rows named "&cPerm Ban: &a%{_banplayer}%": make gui...
  14. FUZIK

    Solved GUI help.

    replace "open virtual chest inventory" to create a gui with virtual chest with 6 rows named "": # stuff... open last gui to player don't use "format slot". use tuske gui. tuske wiki
  15. FUZIK

    Addon Facsk

    use 'if {_role} = LEADER' or 'if "%{_role}%" = "LEADER"'
  16. FUZIK

    Addon skript-db

    what information about the database do you need?
  17. FUZIK

    Addon skript-db

    please add to `todo` list :emoji_fingers_crossed: [/SPOILER] ps this is bug report)
  18. FUZIK

    skript-mirror

    I want to know how skript-mirror works)
  19. FUZIK

    skript-mirror

    how i get creation time of Faction use skript-mirror? thanks to all.