Add ParticleTrails plugin

This commit is contained in:
kaboom 2022-05-20 22:11:48 +03:00
parent c14ff73be7
commit 3865f2edb5
4 changed files with 2 additions and 1 deletions

Binary file not shown.

BIN
plugins/ParticleTrails.jar Normal file

Binary file not shown.

View File

View File

@ -1,12 +1,13 @@
#!/bin/sh
# Script used to fetch latest versions of internal plugins
# Plugins: CommandSpy, Extras, iControlU, Weapons
# Plugins: CommandSpy, Extras, iControlU, ParticleTrails, Weapons
mkdir -p fetched_plugins
for download_url in https://nightly.link/kaboomserver/commandspy/workflows/main/master/CommandSpy.zip \
https://nightly.link/kaboomserver/extras/workflows/main/master/Extras.zip \
https://nightly.link/kaboomserver/icontrolu/workflows/main/master/iControlU.zip \
https://nightly.link/kaboomserver/particletrails/workflows/main/master/ParticleTrails.zip \
https://nightly.link/kaboomserver/weapons/workflows/main/master/Weapons.zip
do
curl -L $download_url > archive.zip