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 SkWaze 3.0.9

The coolest Skript's addon

  1. Fixed list of uuid for bungee players

    Weefle
    Fixed list of uuid for bungee players
  2. Added new expressions for SkWrapper

    Weefle
    [waze] [number of] online player on server %string%
    [waze] online player uuid on bungee[cord]
    [waze] online player uuid on server %string%
  3. Updated network variables to support all types of objects

    Weefle
    Updated network variables to support all types of objects
  4. Updated to 1.19 and fixed loading

    Weefle
    Updated to 1.19 and fixed loading
  5. Added kick and kick all effect for SkWrapper

    Weefle
    Added kick and kick all effect for SkWrapper
  6. Fixed version manager

    Weefle
    Fixed version manager
    Advancement will now work properly like some other stuff
    JaydenBee likes this.
  7. Fixed support for 1.8 and errors

    Weefle
    Fixed support for 1.8 and errors, please use this version of Skript for 1.8
  8. Fixed startup error

    Weefle
    Fixed startup error and added use-skwrapper to config.yml
  9. Improved variables management for SkWrapper

    Weefle
    Improved variable management, variables can now support basic objects like string, int, arraylist, ...
    Variables are no longer stored in local, they are only accessed from bungeecord
    Here is an example of how to use the new variable system:
    [​IMG]
  10. Changed communication system to packets and added a lot of new proxy effects

    Weefle
    Added a new communication system based on sockets (no plugin message anymore), wich means that your servers and proxy doesn't need to be on the same server
    Added a lot of new proxy effects:
    Code (Text):
    1. [waze] send network message %string% to proxy players
    2. [waze] send network message %string% to %players%
    3. [waze] send network title %string% [with] subtitle %string% (to|for) proxy players (for|to) %integer% second[s]
    4. [waze] send network title %string% [with] subtitle %string% (to|for) %players%...