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

    Need help to send message when items are dropped

    Try on drop: message "You cannot drop items!" to event-player cancel event
  2. Noblesuntzu

    Loops and enchants

    command /sell: trigger: set {_sellAmount} to 0 loop all items in inventory of player: if loop-item is enchanted: loop (amount of item loop-item) times: add 1 to {_sellAmount} remove loop-item from player's...
  3. Noblesuntzu

    Perhaps

    Perhaps
  4. Noblesuntzu

    Every {variable} seconds not working

    Also, from a programming view, you might want to use an incrementing message thing so you don't get the same message twice in a row (its tacky :P) on load: set {messages::1} to "Message One" set {messages::2} to "Message Two" set {messages::3} to "Message Three" set {_time} to...
  5. Noblesuntzu

    News Craftathon 2018!

    I'm just here for Child's Play
  6. Noblesuntzu

    Problem with execute via GUI

    The only solution I can think of would be getting TuSKe but honestly just not sure about this.
  7. Noblesuntzu

    im on break and breaking everyones scripts kekekekeke

    im on break and breaking everyones scripts kekekekeke
  8. Noblesuntzu

    Solved Weird error in console

    I could be wrong but I believe Fixes V8b is no longer available because basically everyone has stopped using 1.8 for Skript. I would definitely recommend gettings the official skript 2.3-beta4 and use ViaVersion with the base set to 1.8.8 because it is incredibly difficult to find any support...
  9. Noblesuntzu

    nbt of player's tool

    You could also just do set tool of player to unbreakable (tool of player) I'm pretty sure.
  10. Noblesuntzu

    Problem with execute via GUI

    Are you running TuSKe or SkQuery for the GUI? The only thing I can think of is maybe renaming the function without special characters but that's probably not it. I would suggest using the discord https://discord.gg/qXQW7U and posting your question in skript-help-1 because it will be solved much...
  11. Noblesuntzu

    Solved Custom XP Skript not working

    You put "zombie" instead of a zombie. The difference is one is a text, and one is parsed by Skript as an entity-type. Also, you put entity is a zombie when I believe it should be victim is a zombie, however I'm not entirely sure. If it makes you feel better I made both of these errors today and...
  12. Noblesuntzu

    This guy is cool I like him lol

    This guy is cool I like him lol
  13. Noblesuntzu

    Solved Custom XP Skript not working

    In the bar above the text field, ie. B I U (water drop) T! A etc. there is a little + sign in a square. Click on it, click Code, select Skript, and paste your code into the text pop-up.
  14. Noblesuntzu

    Solved Custom XP Skript not working

    Also I believe this could be it on death: if victim is a zombie: add 1 to {%attacker%.xp} message "{@nikel}XP: [%{%attacker%.xp}% / %{%attacker%.lvlxp}% ]" to attacker if {%attacker%.xp} >= {%attacker%.lvlxp}: message "{@nikel} Level Up!" to attacker add...
  15. Noblesuntzu

    Solved Custom XP Skript not working

    Can you please format the code using the plus button above the text field? Thank you!
  16. Noblesuntzu

    Solved Try to make npc skript

    Can you mark this as solved or select my answer as the best answer? Thanks <3
  17. Noblesuntzu

    If clicked block is a cauldron with water?

    First of all please format code using the format button (look above the text field, there is a + symbol, click it and choose Code). Second of all, make a seperate post about your lore issue, it's much easier to solve one problem at a time. And my solution to your code would be remove the 'a'...
  18. Noblesuntzu

    Solved Try to make npc skript

    If I were you I would update to 1.12.2 and get ViaVersion set to base 1.7.10 because honestly there is practically no support for anything pre-1.9 anymore.
  19. Noblesuntzu

    wither

    This is not the correct help format, and I would suggest using the discord to try and solve this problem (it'll be much quicker and easier for both you and the people helping you.)
  20. Noblesuntzu

    Grabbing info from .log files

    Not that I'm aware of. Why wouldn't you just get SkUtilities? Also the above code won't work it's just to kind of make it easier for someone smarter than myself.