SkWaze

Addon SkWaze 3.0.9

  • 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!

Added Player Server Connect Event for SkWrapper
Fixed Network Variables Parsing for SkWrapper
Added toggle swim event
Added ignoreair syntax for Builder and Constructor plugins
Builder:
Code:
[waze] (make|let) citizen[s] with id %number% build schem[atic] %string% (from|at) %location% (with|at) speed %number% (for|to) %players% [with ignoreair %boolean%]
Constructor:
Code:
[code][waze] (make|let) citizen[s] with id %number% build schem[atic] %string% (from|at) %location% (with|at) speed %number% (for|to) %players% [with ignoreair %boolean%]
[waze] (make|let) citizen[s] with id %number% build (nbt|structure) %string% (from|at) %location% (with|at) speed %number% (for|to) %players% [with ignoreair %boolean%]
This update add support for my premium version of the Builder plugin named Constructor that have a lot of new features and more support!
Let me introduce you Constructor.
Here are the newest features of the Constructor Premium plugin:
- Build Sponge/Worldedit schematics and NBT structures, block by block.
- Rebuild an existing schematic/structure, fixing anything that has been changed.
- All the NBT datas of containers are correctly restored (chests, furnace, shulker boxes ...) for WorldEdit/Sponge schematics and NBT structures!
- The constructor make the sounds and particles assigned to the actual block he is placing.
- You can use this plugin with multiple version of Spigot (1.13 to 1.15 for now).
- You can save NBT structures directly with this plugin, they will be saved in /world/generated/minecraft/structures/ folder of your server.
- You can ignore air or water in structures with the following command: /constructor build <ignoreair/ignorewater>
- You can use up to 4 builders on one project by giving them all the same schematic and origin, but different build patterns. You can also manually split your schematic into multiple parts with WorldEdit.
- Supply all blocks needed to build a schematic with the following command: /constructor supply true
Fixed some errors and improved SkWrapper support
Fixed some errors and improved SkWrapper support
Added a lot of effects to SkWrapper like:
start all servers
stop all servers
start all servers from template
stop all servers from template
Added player server expression and online count expression
Added is server online condition
Fixed SkWrapper delete server effect!
Added own communication system for SkWrapper !
You don't need to use BungeeBridge anymore!