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

    Solved Please delete

    Tip: Don't do that since if any others are having the same problem as you, they can use this thread to possibly find the fix for their problem.
  2. IDuckz_

    Giving item with NBT

    if there are any quotes inside quotes like: "hello type this: "/command" it gives u good stuff" it will send an error, you must double quote whats inside like "hello type this: ""/command"" it gives u good stuff"
  3. IDuckz_

    send function not working

    Make sure you have reloaded your skript file. (/sk reload (skript file name)
  4. IDuckz_

    Solved If using named item for craft , cancel event

    You can use SkBee addon to register custom recipes.
  5. IDuckz_

    I can`t fined the problem pls help me

    1. What's the problem? We are not here to guess. 2. What are you trying to do? 3. Please don't use useless tags >_>
  6. IDuckz_

    WELP

    Do you have TuSKe installed?
  7. IDuckz_

    How to make it that player can only use a certain command

    You can use this: on command "/bedwars join Medieval": if player != "Player" or "Player2": message "You cannot use commands right now." If you want it as a variable, make sure it sets the variable {inqueue.%player%} to true.
  8. IDuckz_

    Help with checking if player is online in TuSKe GUI's

    Used variables to make things more clear
  9. IDuckz_

    On inventory open

    Nani?!?
  10. IDuckz_

    Player's Money not comparable to integer.

    Try this:
  11. IDuckz_

    Function in function

    Can you send the repeatname function code?
  12. IDuckz_

    Solved Skript Teleport Command Not Working

    @pokw Are you sure you added that script file in "scripts" folder and reloading the file?
  13. IDuckz_

    question

    Uhm, if you want to remove the variable you can just do: delete {list::%uuid of player%::*}, you don't need anything else.
  14. IDuckz_

    on armor equip/unequip bug

    You can add a wait 1 second or wait 10 ticks or something.
  15. IDuckz_

    Need some help!

    Please format the code and tell us what you need help with.
  16. IDuckz_

    Help with checking if player is online in TuSKe GUI's

    Which part, and if you have editted the code send the code.
  17. IDuckz_

    Solved Not creating new line on lore

    set line <line number> of lore of player's tool to "Autosmelt"
  18. IDuckz_

    Menu Enchants

    Mark this as solved if you have figured out the problem.
  19. IDuckz_

    Help with checking if player is online in TuSKe GUI's

    I believe it will work, it already checks if the player is offline or online.
  20. IDuckz_

    Solved Sell all not working

    Okay Edit: What do you mean by putting it in skript?