Auxilor / Boosters

Boosters plugin for the latest minecraft version
GNU General Public License v3.0
27 stars 23 forks source link

Suggestion New OnceOnActivation Trigger #9

Open HRZNzero opened 2 years ago

HRZNzero commented 2 years ago

It would make a lot of sense for custom boosters to be triggered via permissions since most plugins offer this kind of boosting-system natively. The booster would then run a command to give a temporary permission and the trigger would simply just run once upon activation of the booster

WillFP commented 2 years ago

I'm not sure I understand what you want to be added

HRZNzero commented 2 years ago

A trigger that allows us to just run a single command ONCE when the booster is first activated. It triggers instantly when the booster is activated and only runs once, unlike static that has a repeating cycle

RustyDagger commented 2 years ago

Id also like this but I would go further with it. from what iv seen the run_command effect only supports a single command? ( i could be wrong here but i tried a list and it didnt work ) I would make that work. and add triggers for booster_start and booster_end so both of them could trigger a bunch of commands.

iv got plugins that can play sounds/send toast messages show boss bars etc Id like the option to trigger those at the start/end of a booster most of that can be done via console commands but its just not possible as is.

good3n commented 2 years ago

Id also like this but I would go further with it. from what iv seen the run_command effect only supports a single command? ( i could be wrong here but i tried a list and it didnt work ) I would make that work. and add triggers for booster_start and booster_end so both of them could trigger a bunch of commands.

iv got plugins that can play sounds/send toast messages show boss bars etc Id like the option to trigger those at the start/end of a booster most of that can be done via console commands but its just not possible as is.

+1