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

    Addon MundoSK

    Try downloading and using the beta version of MundoSK 1.8.6, download link available on the Overview page.
  2. Tlatoani

    Addon MundoSK

    Which version of MundoSK is this?
  3. Tlatoani

    You can PM (private message) me, just click the mail icon on the top right of the website and...

    You can PM (private message) me, just click the mail icon on the top right of the website and click 'Start a New Conversation'
  4. Tlatoani

    Could you please PM (private message) me about this issue? Just click the mail icon on the top...

    Could you please PM (private message) me about this issue? Just click the mail icon on the top right of the website and click 'Start a New Conversation'.
  5. Tlatoani

    Hey, could you post this error on a hastebin link and then PM me about this issue?

    Hey, could you post this error on a hastebin link and then PM me about this issue?
  6. Tlatoani

    Addon MundoSK

    If you run the command '/mundosk doc' you can view MundoSK's documentation. Look at the category 'Generator' and check out all of the syntaxes you see there. There aren't any tutorials for generators right now but if you need help with something you can ask here or in the Skript discord. It's a...
  7. Tlatoani

    Addon MundoSK

    So this is a very important announcement that I have to make: MundoSK will be splitting up into various smaller addons. This is a huge change that I have decided to make for a variety of reasons. I (and I think a few others) feel that MundoSK as an addon that has come to encompass a large scope...
  8. Tlatoani

    Add-Ons [1.13 Support / Tested]

    About MundoSK: https://forums.skunity.com/threads/mundosk.165/page-11#post-33545 However, all of the new addons that will be created from it are planned to have 1.13 support. Maybe you can do something like MundoSK.
  9. Tlatoani

    Addon MundoSK

    You’d create the skin object by doing something like this: set {_skin} to skin with value “<value>” signature “<signature>” Then you’d set the player’s skin like this: set {_player}’s displayed skin to {_skin}
  10. Tlatoani

    Addon MundoSK

    How doesn’t it work? Does it show an error when parsing, or an error in console when running? What version of MundoSK are you using (don’t say latest)?
  11. Tlatoani

    Addon MundoSK

    tablist name of %player% for %players% This is the expression that you need to set (note that you need ProtocolLib for tablist modifications). You can find other MundoSK tablist syntaxes by doing ‘/mundosk doc tablist’ or by searching ‘tab’ in the docs online.
  12. Tlatoani

    Addon MundoSK

    That syntax was removed in a recent version of MundoSK, so if it was parsing it was probably from Skript or some other addon. MundoSK has the following syntax instead: tablist name of %player% for %players% You can write this like this: tablist name of %player% for all players One note with this...
  13. Tlatoani

    Addon MundoSK

    What about the code that you used for the tablist?
  14. Tlatoani

    Addon MundoSK

    Can you send your Bukkit/Spigot version and ProtocolLib version, as wella as the code that you used for MundoSK tablist?
  15. Tlatoani

    Addon MundoSK - MundoSK 1.8.5 - Player Skull Improvements

    This update mostly focuses on improving the syntaxes related to player skulls. Before that there is one other bug fix to note: writing if <expr>: for some boolean expression will no longer result in an error when the expression is null and you don't have skQuery. Now: Skull from Skin This...
  16. Tlatoani

    Addon MundoSK

    That seems like it should load properly, what version of ProtocolLib are you using?
  17. Tlatoani

    Addon MundoSK

    Can you send the full code, MundoSK version, and Bukkit/Spigot version? Also, do you get any errors on reload, or errors in console when running the code?
  18. Tlatoani

    Addon MundoSK - MundoSK 1.8.4 - Per-Player Nametags

    The main focus of this update is a major reorganization of the code involved with skin and nametag changing in order to make it more maintainable and stable, as well as to make it easier to implement changes and new features. Before we get into that, there are two small changes I want to...
  19. Tlatoani

    Addon MundoSK - MundoSK 1.8.3 - Tablist Latency

    This is a small update for MundoSK, just a couple of changes regarding tablist syntaxes. Display Name of Player Tab Changing this expression now maintains any team prefixes/suffixes that are present. %player%'s [mundo[sk]] tab[list] name [mundo[sk]] tab[list] name of %player% This syntax has...
  20. Tlatoani

    Addon MundoSK - MundoSK 1.8.2 - Packet Info Aliases

    Another update, this time with a couple of fixes and a couple of features. Fixes Create Simple Tab Latency of Array Tab Latency of Simple Tab Setting the latency of a tab using MundoSK's custom tablist features now works! Remember that this should be a value between 0 and 5. JSON Field of...