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

    YAML errors

    what addon are you using for yaml?
  2. MartinOdum

    Solved Set block at (location) to skull? Can't find way to do this.

    Any way to get this to work with heads of offline players either using their uuid or username? I would love to get a head leaderboard going
  3. MartinOdum

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

    just update skript dude, if there is a reason you're on such an outdated version atleast explain it. Otherwise everyone will tell you to updated it, thats probably why you are getting errors because nothing seems to be wrong with that code
  4. MartinOdum

    help MySQL ERROR

    You should use skript-db for mysql related stuff in skript. The built it system is messy and not as flexible and I honestly don't even know if it works correctly
  5. MartinOdum

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

    replace it with set slot arg-2 of player to compass named "..." if that doesn't work check your aliases file and see what the alias for a compass is
  6. MartinOdum

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

    That's is true when dealing with a gui. Since he isn't trying to place the compass in a gui and rather give it directly to a player in a specific slot then he doesn't need to add "player's current inventory"
  7. MartinOdum

    Skript Player's balance/money bug

    probably because you're on skript 2.1.2, you can get a newer version here: https://forums.skunity.com/wiki/skript/
  8. MartinOdum

    Addon for WorldGuard

    sharpsk does but the documentation is not really logged very well in the docs, you can see all the syntax for it on the github page here: https://github.com/Sharpjaws/SharpSK/releases this specific release is where it shows syntax related to creating a worlguard region...
  9. MartinOdum

    Need help with nbt

    just did some quick testing and this works fine with no errors: set {_hide} to hide unbreakable give unbreakable diamond hoe:8 with flag {_hide} to player but the console error happens when I try to hide the unbreakable flag directly: give unbreakable diamond hoe:8 with flag hide...
  10. MartinOdum

    Addon for WorldGuard

    sharpsk
  11. MartinOdum

    Need help with nbt

    The example you provided seems to work fine but for some reason the hide unbreakable flag is not working and throwing a huge error in the console: 13.01 00:01:09 [Server] ERROR #!#! 13.01 00:01:09 [Server] ERROR #!#! [Skript] Severe Error: 13.01 00:01:09 [Server] ERROR #!#! 13.01 00:01:09...
  12. MartinOdum

    Need help with nbt

    awesome! Thanks for this, I'll give it a shot as soon as I can @Pikachu Finally got a chance to try the updated code, the example you provided seems to work fine and I also no longer get reload errors with the updated code, however it doesn't seem to work with the hide unbreakable flag and I...
  13. MartinOdum

    Need help with nbt

    yeah I did, I don't seem to have that option in my skript config, maybe I have to generate a new config?
  14. MartinOdum

    API NPCore

    Amazing! This is a game changer! I have wanted to get rid of the citizens plugin for the longest time, I only use npc's as standing non moving npcs that players can right click on to open gui's so the citizens plugin is clogged with so many features i don't need. How would I got about...
  15. MartinOdum

    Need help with nbt

    Ah I see, I gave it a try and i got a can't understand this expression error, this is the line: set slot 0 of player's current inventory to unbreakable diamond hoe:11 with flag hide unbreakable I have skript-mirror 0.8.3, spigot 1.12.2, skript bensku dev32c
  16. MartinOdum

    Need help with nbt

    can you provide an example please, i have no idea how to use it?
  17. MartinOdum

    Solved What is Better to use?

    the second one is more efficient, alot of known members around heavily advice against ever using the "every x" event, you have the right idea in the second block of code except for your update function you're actually remaking the scoreboard every time, skellett has syntax to update individual...
  18. MartinOdum

    Addon SkQuery [1.13-1.21+]

    Can you provide your skript code that is causing this error?
  19. MartinOdum

    Solved deleting a variable

    it deletes the variable and you would not see it change in the file until your server is stopped or restarted because the changes are stored in memory and are saved into the file upon shutdown as far as I understand
  20. MartinOdum

    Injecting NBT data into command blocks

    I'm on dev32b 1.12.2 and I don't have that loop issue at all, maybe its an addon bug? I recently discovered that skstuff breaks the ability to parse text as a region and therefore if I have the name of a region stored in a database I cannot use any wordlguard skript effects such as getting the...