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

    How to use variables in SkUttilities YAML

    Hi. I have a big problem with variable in YAML value. set {ChatGuiPROgroupss::*} to file contents of "/plugins/ChatGuiPRO/data/groups/all.txt" loop {ChatGuiPROgroupss::*}: set {group} to loop-value parsed as text set {ipkick.%{group}%} to "%yaml value...
  2. L

    Solved Walking event

    Hi, how I can make something when player is walking on ANY BLOCK? It worked in older versions.. I really need this, but on any movement is bad for use here...I want something like this on walking on any block: if {speed.%player%} is larger than 6: kick the player due to "SPeedhack" else...
  3. L

    Shoot event

    Hello. How i can write entity, that was shot (hit)? Shooter and? In "on shoot" Damage event have "victim" and "attacker", but I don´t know what have "shooter"
  4. L

    Solved Write name of player to value in YAML file

    Hi, i have question - how i can write Player´s name to value in YAML file? Here is my Skript on load: if folder "plugins/Arcades/" doesn't exists: create folder "plugins/Arcades" if file "plugins/Arcades/config.yml" doesn't exists: create file "plugins/Arcades/config.yml" set...