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

    Hiring Long-term Skilled and Efficient Skript Developer

    Fortnite will eventually go downhill like pubg, overwatch, and other big games. Hypixel's battle royale is awful. Looks nothing like fortnite. A game like fortnite in mc has been a thing for quite awhile. It saw absolutely no "success" at all (look at hypixel's attempt).
  2. White

    crash player

    What's the point though? To be a jackass?
  3. White

    Errors in menu

    To add in, lambdas is also broken in SkQuery GUI and the clicking slot in chest GUI can also be clicked in your inventory (basically two slots that can run the same thing).
  4. White

    Skript Skript Coding Conventions

    "." is inferior to "::". This is why many people here highly recommend people to use "::" because of its ability to loop and has an organized structure.
  5. White

    Solved Problem with skript GUI

    Try making rows singular (row).
  6. White

    Solved Random broadcast...

    Simple fix, just replace player with loop-player
  7. White

    Potions

    I've done what OP is doing before. No NBT is even required unless you want to modify the potion itself. Maybe you should inspect the alias file and see what is named there.
  8. White

    Potions

    No, you can add integers, numbers, strings, items, etc. to the list. As long as it's a value, it can be added. Try removing the 1 from all the lines to see if it works.
  9. White

    Another stupid bug I haven't found out how to fix

    Your scripts mostly broke because Bensku's skript has slight changes to the code. They are easily fixable. At this point, nobody should be using 2.1.2 on 1.8 because there are problems with it.
  10. White

    Solved How to replace <none> with 0?

    Check if the variable is not set, then set it to 0.
  11. White

    Solved Sign text

    I'm assuming it's because Skript doesn't know what block you are trying to use in the command event. Try adding block at location rather than just block in the clear inventory line. However, I may be wrong because I've never tried this.
  12. White

    Skript

    Hmm, I probably made a typo when typing the event in the document. Thanks for pointing out.
  13. White

    Skript

    The event doesn't exist. What exactly are you trying to achieve with the tool? EDIT: Event does exist.
  14. White

    TEAMMATES CAN DAMAGE

    Replace = with is Assuming the variables are not numbers, they must be "is"
  15. White

    Solved Cant add a lore in a gui [TuSKe]

    Try replacing make with create or format. Otherwise, I'm not sure.
  16. White

    Solved Cant add a lore in a gui [TuSKe]

    Correct, my bad on that part. The code also needs a trigger to the slot. If you look in the document, it doesn't end with the name of the item. It ends with either "to do nothing" or "to run:" or any others provided in the document. Since you want to trigger the message part too, add "to run:"...
  17. White

    Solved Cant add a lore in a gui [TuSKe]

    Then provide the error.
  18. White

    Solved Cant add a lore in a gui [TuSKe]

    No because what I said is literally right there. AFTER "make gui slot 2", ADD "to player". This comes BEFORE "with diamond sword" I shouldn't even need to provide code because it's literally in the docs too, https://docs.skunity.com/syntax/search/gui%20slot
  19. White

    Solved Cant add a lore in a gui [TuSKe]

    You need to include player in the line too. After "make gui slot 2", add "to player"
  20. White

    Another stupid bug I haven't found out how to fix

    Format slot only works in player's open inventories (aka GUI). To set a player's slot in their hotbar (or inside their player inventory), simply do set slot 0 of player to compass named "insert name here"