1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon MundoSK 1.8.5

1.8.8 - 1.12 | Packets, WebSockets, World Border/Management/Custom Generation, and more!

  1. Tlatoani
    Supported Minecraft Versions:
    • 1.8, 1.9, 1.10, 1.11, 1.12
    [​IMG]

    Announcement: MundoSK will be splitting up into a few smaller addons in the future. If you are looking to use MundoSK right now, this shouldn't affect your usage, just that sometime in the future you will need to replace MundoSK with a new addon(s). This won't change how any of your scripts are written. More information and join the discussion here.

    Update: Three of these addons are now available in beta form. Kosmos is focused on world-related features, Tablisknu provides tablist, skin, and nametag related features, and WebSKT provides WebSocket functionality. Note that currently Kosmos and Tablisknu are 1.13 only. This may change in the future, and more addons for other MundoSK features are currently in development.

    Important: Many bugs in MundoSK 1.8.5 have been fixed in MundoSK 1.8.6-BETA.57, which can be downloaded here. If you encounter a bug when using MundoSK 1.8.5, you should download and use MundoSK 1.8.6-BETA.57 to see if it is fixed there before reporting it. If the bug still persists or you encounter another bug, see below on how to report bugs in MundoSK.

    Take advantage of a wide variety of features, from simple world border capability to advanced socket communication and packet creation/modification, as well as interesting new syntaxes for Skript.

    skUnity | Skript Hub | GitHub | Metrics

    Use the /mundosk command to view plugin info, current config options, and documentation from the console and in-game!

    Have a suggestion? Found a bug? Just want to express a general question or concern? Join the Skript Chat Discord Server and you can do all of that in the MundoSK channel, as well as the same for other addons! You can also create an issue at the GitHub Issues page, or post in the discussion tab.

    Requirements
    • Java 8+
    • Bukkit/Spigot 1.8.8 - 1.12+
    • Skript 2.2+
    • (Optional) ProtocolLib 4.3+

    Looking for a tutorial? There are a few tutorials and code examples available at the MundoSK website that can explain some complex features. If you can't find one about a particular feature you need help with, just message me or better yet, post in the discussion tab or in the MundoSK discord channel and someone else might be able to help you even faster!

    There are also some tutorials available here on the forums:
    • The Packet tutorial offers an explanation of how you can manipulate packets using MundoSK (requires ProtocolLib).
    • The WebSocket tutorial teaches you how to use websockets to create connections between your server and another server, a website, or something else! Also included here is the websocket example referenced in the MundoSK 1.8 update log.

    Here's an example of how to use the array tablist feature of MundoSK:
    Code (Skript):
    1. command /example_tablist:
    2.     trigger:
    3.         enable array tablist for player #This creates a 4 x 20 grid of tabs in the player's tablist, there is further syntax for other amounts of rows/columns
    4.         set display name of tab 1, 1 for player to "Hello!" #This sets the first tab as "Hello!"
    5.         set icon of tab 4, 20 for player to alex #This sets the icon of the last tab as the alex skin
    6.         set display name of tab 4, 20 for player to "ALEX" #This sets the last tab as "ALEX!"
    7.         loop 20 times:
    8.             set display name of tab 2, loop-number for player to "Column 2, Row %loop-number%" #This sets all of the tabs in the second column to display their column and row
    9.             set icon of tab 2, loop-number for player to steve #This sets all of the tabs in the second column to have a steve skin as their icon
    ZeyKra_, Uzumaki, Ayham Alali and 7 others like this.

Recent Reviews

  1. _XxfedexX_
    _XxfedexX_
    3/5,
    Version: 1.8.5
    "On packet" event is not working!
    I have installed mundoSK and (if it is somewhat needed) ProtocolLib, but it gives error:
    can't understand this event: 'on packet'
  2. FireRoz
    FireRoz
    5/5,
    Version: 1.8.5
    cool
    just bring back "set player's tab name to "' please
  3. Adam McGrogan
    Adam McGrogan
    5/5,
    Version: 1.8.5
    Excellent Addon. Just two questions.
    1) How do you teleport someone to a world using the world creator.
    2) How do you delete a world using the world creator?
  4. VampTheSkripter
    VampTheSkripter
    5/5,
    Version: 1.8.5
    Excellent Review, great job with all the coding you did with this!
    1. Tlatoani
      Author's Response
      Thanks for reviewing!
  5. tmellen
    tmellen
    2/5,
    Version: 1.8.5
    CMI has a /skin command that lets you change skins live in game without having to logoff/reload etc. It does not work while MundoSK is loaded. Even if no scripts are active or referencing calls to MundoSk. Please fix!
    1. Tlatoani
      Author's Response
      Hello, if you go to MundoSK’s config.yml file and set the ‘enable_custom_skin_and_tablist’ option to false, your issue should be fixed. I would greatly appreciate it if you could post in the discussion section, contact me on Discord, or create a GitHub issue when you have a problem with MundoSK as the reviews are not a good place for reporting bugs and I am not very active in replying to them.
  6. Heasky
    Heasky
    5/5,
    Version: 1.8.5
    A nice add-on which works perfectly for me ! Moreover, the author is extremely reactive when I had a problem. Again, thanks to him for this nice add-on !
    1. Tlatoani
      Author's Response
      Thanks for the review!
  7. Uzumaki
    Uzumaki
    5/5,
    Version: 1.8.3
    Thanks for one of the best addons for skript.
    Good Job.
    1. Tlatoani
      Author's Response
      Thanks for reviewing!
  8. Getreidemonster
    Getreidemonster
    5/5,
    Version: 1.8
    Yay, finally the official update of MundoSK 1.8! :D
    The update is very awesome, and I just want to point out that it's one of the most used / important addon for Skript now (I think many other users are thinking the same).

    Great job, Tlatoani! :DD

    Looking forward that MundoSK will be a standard dependency for Skript in future! xPP
    (Skript 3.0 main dependencies; MundoSK and then some others...)

    Greetings,
    GetreideMonster.
    1. Tlatoani
      Author's Response
      Thanks for reviewing!
  9. PheonBest
    PheonBest
    5/5,
    Version: 1.7.4
    I've just get an issue with a plugin and then i needed an armor stand interact event and ... I found MundoSk :')
    1. Tlatoani
      Author's Response
      Thanks for reviewing!
  10. feerko
    feerko
    5/5,
    Version: 1.7.4
    Tlatoani is very helpful and creates a great plugin.
    Thank you for your help!
    1. Tlatoani
      Author's Response
      Thanks for reviewing!