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
Lots of Improvements
[NEW] Script Types
Added brand new script types
conditional [EXPERIMENTAL]
Format:
Code (Text):
conditional (CONDITION) ? EXECUTE_IF_CONDITION_IS_TRUE : EXECUTE_IF_CONDITION_IS_FALSE
Example:
Code (Text):
conditional (timer>=20) ? variable timer=0 : variable timer+=1
You can define multiple conditions at once (but adding too many conditions is not recommended)
Example Multiple Conditions:
Code (Text):
conditional (reverse==1 && x>90) ? variable reverse=0 : none
Code (Text):
conditional ((reverse==1 && x>90) || (reverse==0 && x<0)) ? preset play-sound : none
&& = AND, || = OR
You can't define a boolean variable but you can simulate your variables like boolean by defining them as 0 or 1.
none
Example:
Code (Text):
conditional x==50 ? sound [name=entity.arrow.hit_player] : none
If x is not equal to 50, nothing gonna happen
preset
Added new file named "presets.yml"
You can define your presets in this file
Example (Single Line):
Code (YAML):
play-sound
:
sound
[
name=entity.arrow.hit_player
]
Example (Multiple Lines):
Code (YAML):
play-sounds
:
-
"sound [name=entity.arrow.hit_player]"
-
"sound [name=entity.arrow.hit_player]"
-
...
[NEW] Permissions
Added permission for admin commands (trelytra.admin)
There was already a hardcoded permission for the admin command, but you can change it whatever you want now
Added permission for base command (trelytra.menu)
You must give base command permission to your players to let them can see the menu
[NEW] Effects
Added new effects: Helix, Rain, Rocket
[!] Effects
Changed message files directory to ../TrElytra/Messages/
Added version for message files (current version: 1.1.0)
MiniMessage Support
From now on, color chars (&,§) chars cannot be used in messages
MiniMessage Format:
https://docs.adventure.kyori.net/minimessage/format.html
[!] Bug Fixes
Fixed an issue related to cache system
Fixed an issue related to regex patterns
Fixed the reload command is not reloading messages
[!] Changes
Changed native version to 1.16
Optimized variable evaluations
Removed "speed" option from colors.yml
Added detailed logs for errors
Added option for effects visibility
Players can toggle effects visibility by using "/trelytra toggle" command
Added {RANDOM} variable
Added abs(x) support (Absolute value) for mathematical equations
Added debug mode option (to enable, create a file named dev in the TrElytra folder)
When the debug mode is enabled, you can watch variables and their values
Debug mode is not optimized for now, only use when there are no players online and needed
[UPDATED] Wiki Page
https://github.com/ItsZypec/Treasure-Elytra/wiki/
----------
,
May 17, 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