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

    Solved Invalid Characters

    set {_c} to "%arg-2%" loop {allowed.characters::*} remove "%loop-value%" from {_c} if {_c} is not "": message "{@Prefix} &7Invalid Character!" stop
  2. DieserTicket

    Solved Invalid Characters

    Could you make an example for me?
  3. DieserTicket

    Solved Invalid Characters

    Can someone tell me how to forbid all invalid characters in skript? Like this: %²}}\%➦⬇✺✈➧➲▀ i could do this: if arg-1 contains "➦" or "⬇" or "✺" or "✈" or "➧" or "➲" or "▀": message "Nope" to player stop but i want to forbid ALL invalid characters. How is that possible in skript? like...
  4. DieserTicket

    Don't understand this Error.

    Problem solved
  5. DieserTicket

    Solved Check if player has item in inventory

    Thanks :D i didnt see
  6. DieserTicket

    Solved Check if player has item in inventory

    Hey, ich wanted to check if a player has an Item in his inventory. The Problem is: The Item i search in his inventory is a variable. I want to search an item which i didnt set in the script. I want to set the item ingame with a variable but it says "'1 {item}' is not an entity type (myscript.sk...
  7. DieserTicket

    How to open brewing stand to player?

    Hey i want to open the brewing stand gui to a player who execute's a command but it doesnt work. I searched in the docs and i googled it but nothing works to me... can someone help me? heres my test skript command /test: aliases: t permission: system.test permission message...
  8. DieserTicket

    if arg 2 is a number doesnt work.

    Hey, i wanna edit the message that i get if my arg 2 is not a number. The default message of skript is like this: 'test' is not a number Correct usage: /command [<offline player>] [<number>] i wanna change this message with "if arg 2 is not a number" but it doesnt work. heres my skript command...
  9. DieserTicket

    Solved Problem with /pay command

    Hey i wanna make my own Economy with skript. My problem is when i use /pay ingame it doesnt do anything. and i dont know why. Maybe you can tell me why... heres my skript. on first join: wait 5 seconds message "&6&lGELD &8︳ &7Du hast dein Startkapital von &c500.000 Tokens &7erhalten."...