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

    Script Antibot - Update configurable

    - added options - improved message look more nicer
  2. kenkencw

    Script Silkspawner - bug fixed

    fixed cant detect nbt generated by silkspawners plugin
  3. kenkencw

    Script Antibot

    kenkencw submitted a new resource: Antibot - Antibot attack system Read more about this resource...
  4. kenkencw

    Script Antibot 1.1

    Require - skript Command /ab ; /antibot /ab <on/off> (manualy trigger protection) /ab addwhitelist (add online players to whitelist) Permissions antibot.view (view status for staff) antibot.access (access "/ab" command) Installation - load the script - do /ab addwhitelist ; to add online...
  5. kenkencw

    Script Silkspawner

    kenkencw submitted a new resource: Silkspawner - silkspawner Read more about this resource...
  6. kenkencw

    Script Silkspawner 1.2

    Require - skript - skstuff (nbt data) - skstuff fork for 1.12 https://github.com/Tuke-Nuke/SkStuff/releases - skquery - wildskript - EssentialsX (economy) - vault (economy) Installation - load script - for essentials must add permission essentials.spawnerconvert.* to allow player use all type...
  7. kenkencw

    how to halt mobs when lag?

    how to halt mobs activities & other farm when server lag? temporary lock their activities when TPS too low, is that possible?
  8. kenkencw

    check offline player permission

    how to check offline player has specific permission? this code not work command /test <offline player>: trigger: if arg has permission "test": message "has permission"
  9. kenkencw

    Solved how to get mob spawner with correct NBT?

    i tried many NBT data all wont work give player mob spawner with nbt tag "{EntityId:""chicken""}{SpawnPotentials:[{Type:""chicken""}]}" and how to get breaked spawner type or NBT to define which mobs on break of mob spawner: set {_type} to NBT of item
  10. kenkencw

    run another plugin's function

    how to run any plugin's function? simmilar like skellett custom event, something like API thingy, idk maybe they call it API
  11. kenkencw

    Solved how to control ppl talk?

    how to control ppl talk in public chat like little troller plugin? need the outout msg same like exacly chat format of ppl talk public chat can be format included marry symbol, factions, factions chat, factions chat prefix, essentials prefix, nick, etc idle one format changed by player anytime...
  12. kenkencw

    Solved skript aliases for minecraft 1.11

    where can i get the latest aliases?
  13. kenkencw

    trace text from book

    how to trace text from any book?
  14. kenkencw

    Solved [Skript] Possible name conflict of variables

    my codes is coded perfectly, but some codes says conflict. in what case skript will detected as conflict? [Server thread/WARN]: [Skript] Possible name conflict of variables {test::%player%} and {test::*} (there might be more conflicts). (test.sk, line 32: delete {test::%player%}
  15. kenkencw

    Solved skellett error

    MC Version: Spigot 1.9.4 Skript: bensku dev 19 addons: - skstuff v1.6.3.7 - Tuske 1.6.9.6 - SkRayFall v1.9.5 - SkQuery by gatt (11 May 2016) - Skellett v1.7.8 - Wild Skript 1.9 i need skellett's stylish scoreboard, so i updated to latest version, v1.6.8 is no problem at all once updated...
  16. kenkencw

    Solved how to make every player got own sidebar

    MC Version: Spigot 1.9.4 Skript: bensku dev 19 addons: - skstuff v1.6.3.7 - Tuske 1.6.9.6 - SkRayFall v1.9.5 - SkQuery by gatt (11 May 2016) - Skellett v1.6.8 - Wild Skript 1.9 problem: im now using skellett scoreboard, but cannot set different scoreboard for every players i have thousands of...