Recent content by Vxnku

  • 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. V

    Permission or integer array inspect

    Hello I want to make the script detect the number from the player's Permission config. From this code if player has permission "inventoryweight.maxweight.150": execute console command "/lp user %arg-1% permission unset inventoryweight.maxweight.150" if...
  2. V

    How to make a Scale(List)

    I still don't understand how to make a scale I want each player with the "magic" perm to have a mana scale, and I can describe different conditions so that this scale (Mana) can Decrease (-) and Increase (+) Separately for each player
  3. V

    How to make permissions work?

    What addon I need?
  4. V

    Solved Around saved varriable

    command /covertrack: cooldown: 1 seconds cooldown message: Ждите &c%remaining time% &fсекунд! trigger: set {b} to all blocks in radius 15 of player set {covertrack::%player%} to location of player command /inspect: cooldown: 1 seconds cooldown message: Ждите...
  5. V

    How to make permissions work?

    script options: $ use permissions every 1 seconds: loop all players: if loop-player have the scoreboard tag "Z": add "zinfection" to looped-player's permissions execute loop-player command "/zinfection" I've been trying to enable permissions for several...
  6. V

    Save chest

    Many thanks! It works and great But I still don't understand how containers(arrays) work, and I want to write a command /open backpack2 <player> and how to insert open array arg-2
  7. V

    Save chest

    command /backpack2: permission: op trigger: player has permission "op" open chest to player save chest I want the chest to be saved when closing, and if possible, to have it for each player separately
  8. V

    Solved loop all player near players what have the scoreboard tag "Z":

    In this example, I didn’t run the trigger any further, I want to know how to make all people with a certain scoreboard write a command every 15 seconds
  9. V

    Solved loop all player near players what have the scoreboard tag "Z":

    Stuck I want all players who were within 15 blocks of the player with the scoreboard "Z" to write a command every 15 seconds with a certain chance every 15 seconds: loop all players: if player have the scoreboard tag "Z": chance of 99%: wait 40 ticks
  10. V

    Solved Selectors and arg-1

    Теги скорбордов - часть работы моей комманды дата-пакеров, я реализую недостатки их датапаков, через скрипт, например использования /trigger spell1 при пкм с предметом, и тд. У меня РП Политический сервер с Магией, и вообще дикость Я придумываю фигню, и реализую, отдаю в эту душу, но чувствую...
  11. V

    Solved Selectors and arg-1

    Ввожу: /infect Zombie Kumiko Итог: "Игрок Vxnku заражен Зомби вирусом" Должно быть Kumiko on consume: if the player have the scoreboard tag "Z": execute console command "/scoreboard players add %player% z.1 1" execute player command "/me не усваивает пищу" if...
  12. V

    Solved if player contais haste

    Привет, извини я попробую использовать вставки с кодом, Я добавил втупую лист переменных что ты мне дал on place: add location of event-block to {PlacedBlocks_%player%::*} #добавляет координаты блока в лист on break any log: if location of event-block contains...
  13. V

    Solved if player contais haste

    on block place: set {BlockByPlayer::%event-location%} to player on break of any log: if {BlockByPlayer::%event-location%} is set: stop ^ #In this place, all works fine | if player contains hase: stop ^ |...
  14. V

    Solved Selectors and arg-1

    i need to create some thing for varriable?
  15. V

    Solved Selectors and arg-1

    Script Version: 2.6.3 BoringSK v2.0 Skellett v2.0.3 SkRayFall v1.9.27 SkQuery v4.1.6 SkBee v2.5.1 Vault v1.7.3 WorldGuard v7.0.7 Script Author: Me (Vxnku) Minecraft Version: 1.18.1 Full Code: command /Infect <text> <player>: permission: op trigger: if "%arg-1%" is "Zombie"...