Commit Graph

31 Commits

Author SHA1 Message Date
762f8e14dc Bumps version to 1.0 2023-07-09 14:56:23 +02:00
b6c0ce7daa Removes color codes from strings.yml 2023-07-09 13:19:33 +02:00
624f52289d Uses KnarLib for material parsing and tab completion filtering 2023-07-08 18:00:43 +02:00
b6a2c9d3ab Adds language customization section to README 2023-07-08 16:26:34 +02:00
31af3639b5 Uses particle spawning code from KnarLib 2023-07-08 15:40:03 +02:00
13f3de32fa Makes the language selectable 2023-07-08 03:34:37 +02:00
d65f288dc1 Uses KnarLib's Translator for customizable messages 2023-07-08 03:21:28 +02:00
2097911afa Adds licence information 2023-07-08 01:17:47 +02:00
9cbbb52b14 Removes a TODO 2023-07-07 21:54:07 +02:00
0b38cfaab5 Improves message formatting #6 2023-07-07 18:45:11 +02:00
b0d76e8db7 Sorts random trail whitelist, and adds some disabled ones 2023-07-06 01:05:21 +02:00
8a8daa5f6e Adds several improvements
Adds a combined command for setting both the horizontal and vertical velocities of a launchpad.
Adds support for multiple arguments in /launchpad sub-commands
Adds support for randomized player trails when launching from a launchpad
2023-07-06 00:50:45 +02:00
19477a31ae Adds particle trails to launched players
Adds configurable particle trails that appear when a player is launched, and disappear when the player lands.
Changes some configuration paths to clarify the structure.
2023-07-05 12:41:26 +02:00
322cb804a7 Adds a cube particle option 2023-07-04 19:31:52 +02:00
2829a1af2b Allows specifying different particle effects depending on the material 2023-07-04 19:19:51 +02:00
c5b6588fbf Fixes some lines in the README 2023-07-04 15:40:27 +02:00
ab169285c3 Fixes some lines in the README 2023-07-04 15:39:50 +02:00
dd15dfcd44 Adds particle settings to the README 2023-07-04 15:37:03 +02:00
83c4771a65 Makes the triangle lines connect properly to their base 2023-07-04 15:15:59 +02:00
e528ce96b5 Adds several particle improvements
Adds a new sphere particle mode
Stores particle calculations for improved efficiency
Makes particles take the height of the launchpad block into account
Sets a limit for circular density as too many particles create visual glitches.
Makes the particle respawn time configurable
2023-07-04 15:12:26 +02:00
b558129944 Fixes pyramid particles having the wrong angle sometimes 2023-07-04 12:23:33 +02:00
7dd4718d72 Adds partially finished particle effects #7 2023-07-04 05:48:47 +02:00
bbfd22e046 Adds a launchpad material whitelist #8 2023-07-03 19:45:16 +02:00
4dd92c21ab Allows launchpads to launch in any direction
This change makes sure the launchpad will launch the player in their exact current direction unless overridden for the launchpad.
The direction is also now properly normalized, making sure the velocity won't be variable depending on how the direction is calculated.
2023-07-01 12:55:51 +02:00
d1d6f03ee2 Adds gitignore 2023-06-30 16:12:09 +02:00
c90e3e9a73 Decreases hit-box for solid block launchpads 2023-06-30 16:06:43 +02:00
394631c560 Adds README 2023-06-30 15:26:29 +02:00
e6bc5908f5 Improves launchpad hit detection #5 2023-06-30 15:14:27 +02:00
c6ecd8219b Fix for #2
In addition to allowing null to clear a value, this change makes sure launchpads store their actual velocities instead of the fallback, allowing value changes to update for all current launchpads.
A bug where a double parsing was checking for the wrong exception has been fixed.
2023-06-30 13:39:05 +02:00
11f969a3f8 Adds /launchpad abort #3 2023-06-30 13:06:48 +02:00
d9c9813994 Initial commit 2023-06-30 04:30:59 +02:00