Recent content by Lupe

  • 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

    Its working, thanks :)
  2. 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...
  3. L

    Solved Walking event

    Omg, thanks @White, its working <3 I am using version of Tuske 1.5.3, all is okay, thanks! I used "on player starts walk" for detect speedhack :)
  4. L

    Solved Walking event

    Why I could update server when author Said TuSke is working on 1.8?! Okay, I am going to write author when you can't help me.
  5. L

    Solved Walking event

    I tried 10 version and nothing is working.... You didn´t help me...
  6. L

    Solved Walking event

    I am using spigot version 1.8.8 and Skript Version 2.1.2 Author od TuSke said that Tuske is working on 1.8 too... And your Skript is not what I want.. there is not any detect of move.... and IT DROPPED MY SERVER
  7. L

    Solved Walking event

    I found better way - use Tuske, but I have problem with load plugin. > [23:11:06 ERROR]: Error occurred while enabling TuSKe v1.7.5 (Is it up to date?) java.lang.NoSuchMethodError: ch.njol.skript.bukkitutil.PlayerUtils.getOnlinePlayers()Ljava/util/Collection; at...
  8. L

    Addon TuSKe - Custom Enchantments, GUI Manager and more!

    Can you please send me version for 1.8.8? Noone is working..
  9. L

    Solved Walking event

    Any movement will cause lags and it CANT detect speedhack! Is here different opportunity? Help please!!!
  10. L

    Setting a mobs max health and damage

    Hi, you can increase damage withincrease damage by <number> and health you can set by set max health of <something> by <number>
  11. L

    Solved Walking event

    I am not sure, I am not on pc now, But i think "on walk" didn't work Not working...
  12. 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...
  13. 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"
  14. 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...