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

    ERROR PLS HELP

    Your english its fine, (Im from too german. but keep english here in forum) but i don't think i can help you contiue, cuz im have no clue.
  2. ChisleLP

    ERROR PLS HELP

    What did you changed in last time? Did the server fine before? If yes, do you remain what did you adding or stuff?
  3. ChisleLP

    set item to id or english name?

    set {_item} to 272 parsed as item
  4. ChisleLP

    Parsing as item

    Cuz its as Text and not Items? you have to split it out the name and item. example item stone name "name of stone pickaxe"
  5. ChisleLP

    loop file

    use skunity? What did you tried... https://docs.skunity.com/syntax/search/file
  6. ChisleLP

    Fight Timer

    Anti combat logoout
  7. ChisleLP

    How to check pex rank

    https://docs.skunity.com/syntax/search/permission Use next time maybe Docs. before you post a new theard. :)
  8. ChisleLP

    Solved [SOLVED]GUI Help

    you don't need bump all 2 hours or so. What its your skript version ?....
  9. ChisleLP

    Custom Economy Skript help?

    Should be fine. what doesn't work? Maybe attacker is A player and btw next time maybe using List variables.
  10. ChisleLP

    Custom Economy Skript help?

    send "text" to attacker
  11. ChisleLP

    Solved Is it possible?

    https://docs.skunity.com/syntax/expressions/Files
  12. ChisleLP

    Solved Command Request System [TP]

    while... if {_timer::%player%} is 4: else if {_timer::%player%} is 3: Its very simple (Skript basis...)
  13. ChisleLP

    Solved Command Request System [TP]

    while {_timer::%player%} is not 0: send "You have to wait %{_Timer::%player%}% seconds"
  14. ChisleLP

    Solved Command Request System [TP]

    Sorry, a mistake set {_Timer::%player%} to 5 #5 seconds while {_Time::%player%} is not 0: see the reason? Forgett the "r"
  15. ChisleLP

    Solved Command Request System [TP]

    this is right tab you can use 1 space, 2 space, or 4 space (tab). so i used 2 space...
  16. ChisleLP

    Item name

    Then do debugs, its usefull.
  17. ChisleLP

    Solved Command Request System [TP]

    just add send "don't move!" set {_Timer::%player%} to 5 #5 seconds set {_loc::%player%} to location of player while {_Time::%player%} is not 0: subtract 1 from {_timer::%player%} if {_loc::%player%} is not location of player: send "you moved. Canceld." stop wait a seconds teleport...
  18. ChisleLP

    Solved Problem with GUI

    What i did most time: Enter the name of Minecraft blocks to Skript, if error, then maybe replace every " " with "_" if you got Other color. then add data id after name, example. red stained glass pane #If doesn't work red_stained_glass_pane #if doesn't work stained glass pane:14 #Im not sure...
  19. ChisleLP

    Solved How to give a custom skull

    maybe take a look here https://forums.skunity.com/resources/head-database.397/
  20. ChisleLP

    Solved How to give a custom skull

    set slot 0 of player's current inventory to ("NameOfPlayer" parsed as offline)' skull #Skellett Gui Or youre adding NBT to the Items. easier way.