SkWaze by Weefle

The coolest Skript's addon

Events

9

Expressions

8

Effects

40

Conditions

2

Types

0

Sections

0

Structures

0

Total

59

Fixed list of uuid for bungee players 605 days, 19 hours and 36 minutes ago

Fixed list of uuid for bungee players

View Update

Added new expressions for SkWrapper 607 days, 14 hours and 7 minutes ago

[waze] [number of] online player[S] on server %string%
[waze] online player[S] uuid on bungee[cord]
[waze] online player[S] uuid on server %string%[/S][/S][/S]

View Update

Updated network variables to support all types of objects 649 days, 6 hours and 30 minutes ago

Updated network variables to support all types of objects

View Update

Updated to 1.19 and fixed loading 657 days, 18 hours and 19 minutes ago

Updated to 1.19 and fixed loading

View Update

Added kick and kick all effect for SkWrapper 1092 days, 5 hours and 53 minutes ago

Added kick and kick all effect for SkWrapper

View Update

Fixed version manager 1123 days, 16 hours and 30 minutes ago

Fixed version manager
Advancement will now work properly like some other stuff

View Update

Fixed support for 1.8 and errors 1139 days, 16 hours and 6 minutes ago

Fixed support for 1.8 and errors, please use this version of Skript for 1.8

View Update

Fixed startup error 1143 days, 6 hours and 30 minutes ago

Fixed startup error and added use-skwrapper to config.yml

View Update

Improved variables management for SkWrapper 1146 days, 6 hours and 26 minutes ago

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:

View Update

Changed communication system to packets and added a lot of new proxy effects 1147 days, 5 hours and 52 minutes ago

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:

[waze] send network message %string% to proxy players
[waze] send network message %string% to %players%
[waze] send network title %string% [with] subtitle %string% (to|for) proxy players (for|to) %integer% second[s]
[waze] send network title %string% [with] subtitle %string% (to|for) %players% (for|to) %integer% second[s]
[waze] run proxy command %string%
[waze] send network actionbar %string% to proxy players
[waze] send network actionbar %string% to %players%

Removed player join proxy event (useless, can be replaced by basic player join event on server and then execute a global broadcast to all proxy players with new proxy effects)
This new system is less resource intensive
Code example:
command /test:
trigger:
set network variable {mdr} to 5
set network variable {player} to player's name
set {add} to {mdr} parsed as integer + 1
set network variable {servers} to bungee server list
send message "Avant: %{mdr}%" to player
send message "Apres: %{add}%" to {player} parsed as player
set {servers} to "%{servers}%,yo"
send "%{servers}%" to player
#send "%bungee server list%" to player
set {number} to online player on bungee
send "%{number}%" to player
on player join:
send network message "Salut %event-player% bienvenue sur le serveur Waze" to proxy players
send network title "Salut %event-player%" with subtitle "Bienvenue sur le serveur Waze" to proxy players for 1 second
send network actionbar "Salut %event-player%" to proxy players
run proxy command "alert Hello %event-player%"
on horse jump:
broadcast "Mdr %event-entity% a sauté"
on toggle swim:
broadcast "%event-player% nage"

View Update

Added toggle swim event and player server connect event 1152 days, 15 hours and 35 minutes ago

Added Player Server Connect Event for SkWrapper
Fixed Network Variables Parsing for SkWrapper
Added toggle swim event

View Update

Added ignoreair syntax for Builder and Constructor 1272 days, 8 hours and 14 minutes ago

Added ignoreair syntax for Builder and Constructor plugins
Builder:

[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:
[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%]

View Update

Fixed some errors 1345 days, 9 hours and 57 minutes ago

Fixed some errors

View Update

Added support for Constructor premium plugin 1417 days, 6 hours and 1 minute ago

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

View Update

Fixed some errors 1490 days, 11 hours and 23 minutes ago

Fixed some errors and improved SkWrapper support

View Update

Fixed some errors 1490 days, 11 hours and 25 minutes ago

Fixed some errors and improved SkWrapper support

View Update

Added a lot of effects to SkWrapper 1504 days, 9 hours and 55 minutes ago

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

View Update

Fixed SkWrapper delete server effect! 1512 days, 19 hours and 58 minutes ago

Fixed SkWrapper delete server effect!

View Update

Added own communication system for SkWrapper ! 1513 days, 8 hours and 46 minutes ago

Added own communication system for SkWrapper !
You don't need to use BungeeBridge anymore!

View Update

Added 1.13 + support 1566 days, 9 hours and 13 minutes ago

Added 1.13 + support

View Update

Fixed holograms flickers and added some SkWrapper features 1957 days, 5 hours and 40 minutes ago

Fixed holograms flickers (for now)
Added condition hologram exists
Added stop proxy effect for bungee
Added stop server from template for SkWrapper, see SkWrapper topic for syntax

View Update

Fixed an hologram bug 1977 days, 8 hours and 52 minutes ago

Fixed hologram spawn that caused some problems
Look at the doc.txt for the syntax!

View Update

BungeeCord system updated for SkWrapper 2031 days, 6 hours and 38 minutes ago

You now need BungeeBridge instead of Socket4MC and also for the bungee server connect effect.
The system is now secured over BungeeBridge where you can set a password.
Added the global online count expression for BungeeCord
Other new features for BungeeCord will come soon! :D

View Update

Fixed hologram teleport syntax to support multiple locations 2047 days, 6 hours and 43 minutes ago

Fixed hologram teleport syntax to support multiple locations

View Update

Fixed holograms, new features and changed scoreboard system 2047 days, 8 hours and 40 minutes ago

Holograms are fixed, you can now modify them and make them following you
Scoreboard has been reworked with the Netherboard library for more flexibility
New effects
A new expression
Be careful! a lot of syntaxes changed in this update, check them before report any error!
Enjoy!

View Update

Fixed hologram syntax 2051 days, 7 hours and 20 minutes ago

Fixed hologram syntax to support multiple players

View Update

Added HolographicDisplays support 2051 days, 7 hours and 26 minutes ago

Added create and remove holograms effects and fixed some code

View Update

Added some disguise features! 2079 days, 7 hours and 55 minutes ago

Added disguise effect for player, mob and misc!
Added undisguise effect
Added disguise expression
You need ProtocilLib: http://ci.dmulloy2.net/job/ProtocolLib/403/ and LibsDisguises: https://ci.md-5.net/job/LibsDisguises/207/ dependencies to work!

View Update

More plugins support, new events and type 2080 days and 11 hours ago

Some code improvement
More plugins support (Thanks ShaneBee) ;) but no official support for 1.13, Skript also doesn't support 1.13 too so be patient!
Horse jump event added
Advancement done event added
Advancement type added

View Update

Added Builder Effect to build some schematics 2085 days and 10 hours ago

You can now build schematics with citizens from your schematics!
All you need is just the Citizens plugin right here: https://dev.bukkit.org/projects/citizens
And my fork from the Builder plugin here: https://www.spigotmc.org/resources/builder-reloaded.55326/
Enjoy!

View Update

Fixed events, changed syntaxes, code improvement, maven project 2087 days, 7 hours and 5 minutes ago

Documentation: https://weefle.alwaysdata.net/
The project has been converted into a maven project
The swim and jump events can now support the event-player (%player%, or %event-player%)
Added the style option in the bossbar syntax
Changed the syntax of the particles, "data" is now called "speed"
Some code improvement
Now support 1.13

View Update

Fixed particles for 1.8 and older 2093 days, 7 hours and 33 minutes ago

Just fixed the particles for 1.8 and older

View Update

Features update 2093 days, 8 hours and 5 minutes ago

Fixed 1.9 BossBars and improved them, you can now have multiple BossBars per player
Improved ScoreBoards (displayslots: "SIDEBAR", "BELLOW_NAME", "PLAYER_LIST")
Changed some syntaxes, see yourself
Changed BarAPI with BossBarAPI for 1.8, a new syntax is out
Added swim event
Added BossBar list expression
Added nametag effect
Added header and footer effect
Changed ticks with seconds in some syntaxes

View Update

Little fix 2136 days, 12 hours and 4 minutes ago

Just a Discord check error fix

View Update

SkWrapper support update and Discord testing 2140 days, 5 hours and 6 minutes ago

Added support for SkWrapper premium addon, you need Socket4MC for SkWrapper: https://www.spigotmc.org/resources/api-socket4mc.15938/
Testing some features with Discord but not released yet

View Update

Added updater and metrics 2192 days, 18 hours and 2 minutes ago

Added updater and metrics

View Update

Fixed bungeecord connection 2199 days, 14 hours and 4 minutes ago

Fixed bungeecord connection

View Update

Fixed 1.8 title 2199 days, 19 hours and 59 minutes ago

Fixed 1.8 title

View Update

Fixed particles 2222 days, 8 hours and 35 minutes ago

The particles can now spawn correctly!

View Update

Added BossBar support for 1.8 2231 days, 8 hours and 31 minutes ago

You can now create BossBar in 1.8 with BarAPI, download it here: https://dev.bukkit.org/projects/bar-api

View Update

Added the autorespawn effect 2232 days, 10 hours and 57 minutes ago

Added the new autorespawn effect that support from 1.8 (maybe 1.7) to 1.12!
Boosbar are still buggy in multiplayer.

View Update

Beta particles and reflection update! 2277 days, 8 hours and 55 minutes ago

Added reflection, you need to test minecraft versions, I don't know which work.
Added beta particles effect.
Updated to the latest bensku's skript fork and latest 1.12.2.

View Update

ScoreBoard and BossBar update 2324 days, 15 hours and 31 minutes ago

Fixed BossBar and added BossBar with timings
Added beta ScoreBoard
doc: https://pastebin.com/raw/t2hPns20

View Update

Fixed BossBar 2377 days, 11 hours and 7 minutes ago

Fixed BossBar

View Update

Big update, can now support 1.11.x and 1.12.x! 2377 days, 11 hours and 30 minutes ago

Big update, can now support 1.11.x and 1.12.x!
Removed ViaVersion Dependency
Added effect remove BossBar
BossBar work from 1.9 version of minecraft

View Update

SkWaze 2383 days, 12 hours and 35 minutes ago

The coolest addon of Skript! (Reflection from 1.7 to 1.12?) It's up to you to test! :emoji_grinning:

You can find the SkWrapper premium plugin here to use BungeeCord features!

Download BossBarAPI for 1.8 BossBar support here.

You need Netherboard to use scoreboards here.

You need HolographicDisplays to use holograms here.

If you want to use the Citizens with Builder or Constructor feature, all you need is just the Citizens plugin right here.
And for the Builder plugin, just go here.
Or you can use my premium Constructor plugin here with a lot of other features.


Effects:


[waze] (send|create) title %string% with [sub[title]] %string% (to|for) %players% (for|to) %integer% second[s]
[waze] (send|create) action[bar] %string% (to|for) %players%
[waze] (send|teleport) %players% to [bungee[cord]] server %string%
[waze] (stop|end|shut[ ]down) [skwrapper] proxy [server]
[waze] (create|register) [new] recipe[s] [for] %itemtype% with %itemtype%, %itemtype%, %itemtype%, %itemtype%, %itemtype%, %itemtype%, %itemtype%, %itemtype%, %itemtype%
[waze] (remove|clear|delete) [all] [craft[ing]] recipe[s]
[waze] (create|send) [boss]bar %string% (with|at) %integer% percent[s] (and|with) color %string% (and|with) style %string% with id %string% (to|for) %players%
[waze] (create|send) [boss]bar %string% (with|at) %integer% percent[s] (and|with) color %string% (and|with) style %string% with id %string% (for|and) %integer% second[s] (to|for) %players%
[waze] (remove|delete|clear) [boss]bar with id %string% (of|for) %players%
[waze] 1.8 (create|send) [boss]bar %string% (with|at) %integer% percent[s] (to|for) %players%
[waze] 1.8 (create|send) [boss]bar %string% (with|at) %integer% percent[s] (for|and) %integer% second[s] (to|for) %players%
[waze] 1.8 (remove|delete|clear) [boss]bar (of|for) %players%
[waze] (change|set) sidebar %string% (with|and) score %string% (at|for) line %integer% (to|for) %players%
[waze] (clear|remove|delete) sidebar (of|for) %players%
[waze] (clear|remove|delete) line %integer% (of|from) sidebar (of|for) %players%
[waze] (make|let) citizen[s] with id %number% build schem[atic] %string% (form|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%]
[waze] (set|show) tab

    Events:

    [waze] jump[ing]
    [waze] toggle swim[ing]
    [waze] swim[ing]
    [waze] horse jump[ing]
    [waze] advancement [(done|obtained|won)]

    Expressions:

    [waze] [number of] online player[s] on bungee[cord]
    [waze] [number of] online player[s] on server %string%
    [waze] online player[s] uuid on bungee[cord]
    [waze] online player[s] uuid on server %string%
    [waze] %players%['s] ping

      Types:
      advancement

      Conditions:
      [waze] holo id %string% exist[s]
      [waze] server %string% is online


      SkWrapper example:


      To do:

      ✘: Not featured
      ✔: Already featured
      ⌛: Working on

      - holograms ✔
      - more scoreboard features ✔
      - tablist ✔
      - autorespawn ✔
      - more bungee features (sockets/messages) ✔
      - nametag ✔
      - particles ✔
      - sql ✘
      - gui ✘
      - worldedit (schematics, citizens/builder, copy/paste) ⌛
      - worldguard regions ✘
      - discord support ✘
      - web requests ✘
      - work on jump and swim event ✔
      - effects support all players ✔
      - advancement features ✔
      - more reflection ✔
      - disguise ✔
      - npc ✘
      - yml ✘
      - minigame support ✘
      - villager trade ✘
      - bossbar rework ✔
      - bossbar 1.8 ✔
      - supply crate ✘
      - more expressions and more events ✔
      - actionbar < 1.12 compatibility ✔
      - servers manager wrapper for bungee ✔
      - your ideas ⌛

      Issues, report or questions:
      - https://github.com/Weefle/SkWaze/issues

      Discord:
      - https://discord.gg/yhAPSSS

      Donation:
      - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HARX9NKFPSLTY&source=url
      bStats:

      View Update

      © Copyright 2014-2024 skUnity

      All rights reserved.