A Minecraft Paper Plugin for 1.18.2

Overview

FireworkTrailColors

A Minecraft Paper Plugin for 1.18.2

Commands: Shows help page:

/ftc help

Toggles firework trails on and off

/ftc

Changes firework trail color:

/ftc 0-255 0-255 0-255

Example: /ftc 255 105 180 for pink

Changes firework trail color to rainbow:

/ftc rainbow

Looking for a common color?

https://colorcodes.io/

Want to use a color picker?

https://htmlcolorcodes.com/color-picker/

You might also like...

A minecraft server plugin which allows user to custom commands. 一个支持你在 MC 服务器自定义指令的插件。

A minecraft server plugin which allows user to custom commands. 一个支持你在 MC 服务器自定义指令的插件。

CustomCommands:自定义指令 CustomCommands 插件也叫 CCS(CustomCommandS)或 Custom-Commands 等,允许自己设置一些指令的格式,以简化输入。 插件 QQ 群:1028582500 作者:椽子。 明城京联合太学,保留所有权利。 请遵循 GNU

Feb 10, 2022

Bukkit/Bungee plugin to send Minecraft data to JMX

Bukkit/Bungee plugin to send Minecraft data to JMX

Jan 30, 2022

Minecraft Spigot 1.16 - plugin for compass tracking other players. MVP contains tracking closest player available.

Compass Tracker Overview Minecraft Spigot 1.16 Plugin. Plugin sets compass target to closest player in the overworld. Created to use with my friends t

Nov 15, 2021

A Minecraft Server Plugin(一个我的世界服务器插件

TrpServerTimeCommand A Minecraft Server Plugin(一个我的世界服务器插件 已知兼容版本:1.15.X ~ 1.17.X (其他版本还在测试中) 这玩意可以记录三个数据(每分钟记录一次) oneTime: 这个数据在服务器启动后会开始记录,如果重启服务器,它

Dec 24, 2021

Plugin para minecraft 1.16+ (Spiggot/Bukkit)

TIERRA O NADA! Plugin para Minecraft Quieres pasar Minecraft de otra forma? Prueba con este plugin para Spiggot/Bukkit Minecraft Versión: 1.16+ Plugin

Nov 12, 2022

Practica para crear plugin en Minecraft 1.17

plugin-spigot-minecraft Plugin creado para dar la bienvenida en el servidor de Minecraft Spigot 1.17.1 Si no existe el archivo config.yml lo crea el p

Nov 12, 2022

🏃 A lightweight, multiarena, complex Parkour Spigot/Bukkit plugin for Minecraft Server

 🏃 A lightweight, multiarena, complex Parkour Spigot/Bukkit plugin for Minecraft Server

🏃 A lightweight, multiarena, multilanguage, completely configurable and complex Parkour Spigot/Bukkit plugin for Minecraft Server

Oct 17, 2022

Spigot Plugin for creating light shows/concerts in Minecraft

Spigot Plugin for creating light shows/concerts in Minecraft. It works by simulating ingame effects like guardian and beacon beams.

Dec 16, 2022

PronounMC is a Minecraft plugin designed to make it easier to keep track of pronouns.

PronounMC PronounMC is a Minecraft plugin designed to make it easier to keep track of pronouns. Supported pronouns He She They It Any Other Ask Userna

Dec 10, 2022
Comments
  • Some code cleanup

    Some code cleanup

    • Changed the way that the static rainbow color list is accessed
    • Removed most of the unnecessary in-line comments :p
    • Removed my prior comments as well so that they don't clutter the code
    • If you have heavily branching execution paths that all end in a terminal activity, put the return statements into those execution paths instead of at the end of the method.
    • No static imports for methods >:l
    • Made the countdown logic for the rainbow thingy a lot more readable. Don't chain huge expressions into one line, instead just use temporary variables to store intermediate results and then just pass the variables in.
    • Package names should always be lowercase and with no special characters (that would include the underscore in your name but I left that in :D)
    • Method names in Java should always be camelCase with a lowercase first character. This is different in C# but the Java convention is camelCase.
    opened by Visparu 0
Releases(v1.0.1)
  • v1.0.1(Jun 28, 2022)

    FULL RELEASE!

    This is a fully functional Minecraft plugin for paper 1.19 that adds a colored particle trail when boosting with a firework rocket. This color is completely customizable and even includes a rainbow option! Learn more in the ReadMe.

    Credits: The initial idea and some core coding: @Lilyp3892 Making everything streamlined and working: @Visparu The idea for rainbow trail color: GucciPoochie

    What's Changed

    • Updated for 1.19

    New Contributors

    • @Visparu made their first contribution in https://github.com/Lilyp3892/FireworkTrailColors/pull/1

    Full Changelog: https://github.com/Lilyp3892/FireworkTrailColors/compare/v.1.0.0...v1.0.1

    Source code(tar.gz)
    Source code(zip)
    FireworkTrailColors-1.19.jar(1.88 MB)
  • v1.0.0-beta(Mar 31, 2022)

    Fixed a problem where particles only showed to the player that they were being spawned on (more details in pre-release v1.0.0-alpha).

    (new) Added a rainbow color setting using the new command /ftc rainbow

    Full Changelog: https://github.com/Lilyp3892/FireworkTrailColors/compare/v1.0.0-alpha...v1.0.0-beta

    Known Problems

    • None

    Rainbow color setting idea: GucciPoochie

    Source code(tar.gz)
    Source code(zip)
    FireworkTrailColors-1.18.2.jar(1.88 MB)
  • v.1.0.0(Mar 31, 2022)

    FULL RELEASE!

    This is a fully functional Minecraft plugin for paper 1.18.2 that adds a colored particle trail when boosting with a firework rocket. This color is completely customizable and even includes a rainbow option! Learn more in the ReadMe.

    Credits: The initial idea and some core coding: @Lilyp3892 Making everything streamlined and working: @Visparu The idea for rainbow trail color: GucciPoochie

    What's Changed

    • Some code cleanup by @Visparu in https://github.com/Lilyp3892/FireworkTrailColors/pull/1

    New Contributors

    • @Visparu made their first contribution in https://github.com/Lilyp3892/FireworkTrailColors/pull/1

    Full Changelog: https://github.com/Lilyp3892/FireworkTrailColors/compare/v1.0.0-beta...v.1.0.0

    Source code(tar.gz)
    Source code(zip)
    FireworkTrailColors-1.18.2.jar(1.88 MB)
  • v1.0.0-alpha(Mar 30, 2022)

    Release with fixed coding using more efficient and stable processes

    All changes from v0.1.0-alpha to v1.0.0-alpha were the doings of the great @Visparu

    Full Changelog: https://github.com/Lilyp3892/FireworkTrailColors/compare/v0.1.0-alpha...v1.0.0-alpha

    Known Problems:

    • Particles are not seen by other players as shown here:

    https://user-images.githubusercontent.com/83565064/160890767-50245170-8cf1-4cc4-a3c8-cd364627794a.mp4

    Intended Features:

    • Rainbow trail colors as suggested by GucciPoochie. Early Prototype: rainbow
    Source code(tar.gz)
    Source code(zip)
    FireworkTrailColors-1.18.2.jar(1.88 MB)
  • v0.1.0-alpha(Mar 29, 2022)

Owner
null
A Minecraft Paper Plugin for 1.18.2

A Minecraft Paper Plugin for 1.18.2

null 3 Dec 23, 2022
DonationExecutor - плагин для Minecraft (Spigot/Paper)

DonationExecutor - плагин для Minecraft (Spigot/Paper) Плагин, который, получая информацию о новых донатах с Donation Alerts, автоматически генерирует

null 214 Dec 27, 2022
A small Reactive API with RxJava for Minecraft Paper Plugins.

RxPaper A small Reactive API with RxJava for Minecraft Paper Plugins. Usage RxPaper.io() When you want to return something back in the Minecraft Threa

Julian Haag 7 Dec 9, 2021
Simple Rock Paper Scissors game

Java game Rock Paper Scissors Simple game where you play rock paper scissors against bot. Made for learning purposes. That include some of cool featur

Domagoj Ratko 1 Mar 6, 2022
💜 LiteSkullAPI Fast and extensive skull library for Bukkit/Spigot/Paper plugins

?? LiteSkullAPI Fast and extensive skull library for Bukkit/Spigot/Paper plugins. Helpful links: Support Discord GitHub issues Eternal Repository (Mav

Norbert Dejlich 16 Dec 2, 2022
DnD Plugin submission using Atlas. Plugin inspired on the TrollGUI bukkit plugin

?? PunishGUI DnD Plugin submission using Atlas. Plugin inspired on the TrollGUI bukkit plugin ?? Dependencies ?? Paper 1.18 ?? Atlas ?? Commands /hell

null 1 Jan 19, 2022
This plugin disables commands specified in the configuration and prevents granting the "OP" authority to people not authorized in the plugin configuration.

Ares This plugin disables commands specified in the configuration and prevents granting the "OP" authority to people not authorized in the plugin conf

ᴠᴀʟᴇɴᴛɪɴ ᴢʜᴇʟᴇᴠ 6 Aug 30, 2022
Plugin-power - A plugin for the ja-netfilter, it is a dragon slayer for asymmetric encryption.

plugin-power A plugin for the ja-netfilter, it is a dragon slayer for asymmetric encryption. Use the mvn clean package command to compile and use powe

null 110 May 25, 2022
A Minecraft plugin API

SpongeAPI A mature Minecraft plugin API (not including an implementation), licensed under the MIT License. Homepage Source Issues Documentation Commun

SpongePowered 1.1k Dec 27, 2022
Staff-Mode plugin for Minecraft servers.

DONUTSTAFF A Simple Staff Mode plugin for you Minecraft Server. This plugin goals to lightweight and fast. At the moment, is on a BETA phase, so pleas

null 10 Jan 28, 2022