Recent content by ECSE

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

    Skript smashes server TPS

    i tried to find what is problems, but still don't get it. what is problems??
  2. E

    server crashes very often.

    server crashes every 5 minutes. i try to find what is problems, but i can't when player vote server, (bungeecord) this code was launched. if arg 1 is "설정": $ thread set {접속보상.추천.%arg 2%} to true send "&e%arg 2%&f 님의 추천...
  3. E

    varible always save 0 (player held item)

    if arg 1 is "등록": if arg 2 is set: set {_name} to name of held item of the player send "%{_name}%" set {재단.등록타입.%{_name}%} to arg 2 when i execute this command with holding paper skript always send "0" to player. what is the problems?
  4. E

    SQL database deadlock error

    i use sqlibrary with skript. it worked well but this errors appear in console (database error: Deadlock found ...) i searched this errors but people says use skript-db. so i installed skript-db (https://forums.skunity.com/resources/skript-db-updated.1261/) but it not make tables. how can i fix it?
  5. E

    SKQuery MySQL

    sorry for my bad english. i want save some variables into mysql database through SKQuery. {%player%.접속시간} / {%player%.1시간보상} / {%player%.3시간보상} / {%player%.5시간보상} / {%player%.7시간보상} / {%player%.10시간보상} how to set??
  6. E

    as op is not working

    command /던전상자: trigger: make player execute command "/customenderchest open" as op set {_title} to "&c던전 상자 &7(&f아이템 빼기만 가능&7)" set {Open.GUI::%player%} to {_title} [13:34:26 ERROR]: Can't understand this condition/effect: make player execute command...
  7. E

    how to disable remove item from chest?

    i want disable remove item event from chest named "test". i made simmilar features but it disable all click event. i want only disable when player remove item from chest. can it possilbe? command /던전상자: trigger: make player execute command "/ec open" set {_title} to "test"...
  8. E

    auto replant skript help.

    sorry for reply lately. i change the code that you given, but still not works.
  9. E

    auto replant skript help.

    skript : 2.5.3 spigot : 1.16.5 other plant are works well, but cocoa, netherwart doesen't work. is there other id for nether wart, cocoa? on block break: if {seed.status.%player%} is not set: if {seed.%player%} = -1 or -2: set {seed.%player%} to 0 if...
  10. E

    how to make afk kick player skript

    how to make varriable for afk player (not any movement for 30seconds)? i can't find suitable event.
  11. E

    convert %player% to player's uuid

    sorry for my poor english. i used whole variables as %player%. but when player's nickname changed, data was disappeared. so i convert this variables player -> player's uuid. how to convert them? just change in config in skript folder? config in skript folder: use player UUIDs in variable...