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

    Solved amount of player in a world

    skript: bensku Dev33 how to get amount player in a world?
  2. kenkencw

    how to get server tps?

    skript: bensku Dev33 it says "cant understand this expression" set {_tps} to tps
  3. kenkencw

    Solved Movable GUI items

    addon: Tuske how to make GUI inventory items movable? im using list variables for easy edit each items in command, and how to seperate "serialized" items to seperate variables?
  4. kenkencw

    Solved how to Parsed variables as day?

    how to parsed variables as day? coz i need to calculate like this but error: add {_a} days to {_b} i tried few codes also error: set {_a} to {_a} days etc
  5. kenkencw

    skellett proxy error

    - bungeecord (1.11 & latest) - skellett proxy (latest) - spigot (1.11.2) - skellett (latest) ingame do "/" command will get this error in bungee console 02:02:18 [SEVERE] Jun 29, 2017 2:02:18 AM net.md_5.bungee.event.EventBus post WARNING: Error dispatching event...
  6. kenkencw

    get bungee server of player

    addons: - skellett how to get bungee server of player?
  7. kenkencw

    temp variables without saving in file

    how to make a variables (not "{_a}") not saving in variables database, i needed to use i anytime with multiple events, after server restart will disapear will it possible?
  8. kenkencw

    multiple variables storage

    [Skript] Cannot write variables to the database 'default' at sufficient speed; server performance may suffer and many variables will be lost if the server crashes. (this warning will be repeated at most once every 10 seconds) i have to seperate variables data to different storage whats the...
  9. kenkencw

    charged creeper

    how to lightning srike a creeper become charged creeper? simmilar like strike lightning effect at {_loc}: if target entity is creeper: change target entity to charged creeper
  10. kenkencw

    durability bar

    how to add durability bar like tools in any items?
  11. kenkencw

    Solved remove color from number variables

    skript: latest how to remove color from variables like "&a100"? i tried parsed as number or integer also fail in number calculate
  12. kenkencw

    thor

    skript: latest how to strike lighining like /thor ? *strike effect to direction of player i found it strike lightning effect at target entity
  13. kenkencw

    Solved particles effect

    which add on can use particle effects?
  14. kenkencw

    Solved inventory menu (next page & previous page) problem

    how to do inventory multiple page that can move next page & previous page perfectly? this code run1 can go run2 (next page), but cannot go back run1 (previous page) function run1(p: player): open chest with 5 rows named "run1" to {_p} wait 1 tick # bla bla bla... format slot 53...
  15. kenkencw

    Script [Admin Tools] Check Spawners

    kenkencw submitted a new resource: [Admin Tools] Check Spawners - check spawner, count spawner, admin tools Read more about this resource...
  16. kenkencw

    Script Antibot

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

    Script Silkspawner

    kenkencw submitted a new resource: Silkspawner - silkspawner Read more about this resource...
  18. 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?
  19. 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"
  20. 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