Speedgot
TrElytra | Fully customizable & Lightweight Elytra particle effects! | 34 Effects [1.16-1.19.3]
-----
Let your Elytra create wonderful particles!
Download Now
1.7 MB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Improvements
[!] Permissions
You can define your permissions in config.yml now and use them in your effects
In config.yml, put your permission into the `permissions` section with a unique key
Then, in effects.yml, set the `permission` value to "%key"
Example config.yml
Code (YAML):
locale
:
EN
permissions
:
menu
:
"trelytra.menu"
admin
:
"trelytra.admin"
rainbow
:
"trelytra.rainbow"
Example effects.yml
Code (YAML):
effects
:
circle
:
displayName
:
"%rainbow-circle"
armorColor
:
"rainbow"
permission
:
"%rainbow"
# Defined in config.yml (trelytra.rainbow)
variables
:
[
'r', 'x', 'y'
]
enableCaching
:
true
onTick
:
interval
:
1
times
:
32
do
:
-
...
-
...
circleline
:
displayName
:
"%rainbow-line"
armorColor
:
"rainbow"
permission
:
"%rainbow"
# Defined in config.yml (trelytra.rainbow)
onTick
:
interval
:
1
times
:
8
do
:
-
...
spiral
:
displayName
:
"%rainbow-spiral"
armorColor
:
"rainbow"
permission
:
"%rainbow"
# Defined in config.yml (trelytra.rainbow)
variables
:
[
'x','z','step'
]
onTick
:
interval
:
1
do
:
-
...
-
...
doPost
:
-
...
[!] Script Types
Added new script types
"actionbar <message>"
,
"chat <message>"
,
"title title=<title> &&& subtitle=<subtitle> &&& fadeIn=<fadeIn> &&& stay=<stay> &&& fadeOut=<fadeOut>"
MiniMessage Support (do not use color chars like &,§)
If you put your variables in {}, they will automatically be replaced with their values
Examples:
Code (Text):
actionbar(or chat) <green><b>DEBUG:</b> x={x} y={y}, z={z}
Code (Text):
title title=Active Effect &&& subtitle=<rainbow><b>Rainbow Circle &&& stay=20
Added new script type "return"
When "return" is executed, further lines won't be executed
[!] Bug Fixes
Fixed an issue related to conditions
Fixed an issue related to quad helix effect (rotation correction)
Fixed an issue related to effect reader
[!] Changes
Removed debug screen (debug mode is still available but has no feature)
Added disable option for GUI animations to `config.yml`
If disabled, GUI won't be animated (no color animations)
Added tab completion for `/trelytra select <effect-key>` command
Added permission for debug mode (`trelytra.debug`)
Added notification system
Required permission: `trelytra.notifications`
You can now see changelog in-game
You will get a notification message every time you join the server, and this can be disabled in `config.yml`
Optimized login listener
----------
,
May 24, 2022
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
10,876
First Release:
Feb 7, 2022
Last Update:
Feb 3, 2023
Category:
---------------
All-Time Rating:
15 ratings
Find more info at discord.com...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support