BentoBoxWorld/Upgrades

Custom upgrades using commands

daoshii opened this issue · 3 comments

Description

The ability to customize upgrade however you want to with one simple trick. Adding commands to upgrades.
With the current skyblock plugin I'm using I can create any upgrade I want to and just apply a command to it.
Example, I want to increase the number of Minions someone can have, I just give them the appropriate permission node from that plugin for the upgrade.

Is your feature request related to a problem?

No

Describe the solution you'd like us to implement.

The ability to add commands to upgrades.

Describe alternatives you've considered.

I imagine I could use a separate GUI addon to solve this problem but then island upgrades would be redudant, OR I would have to use both the other GUI menu and the Island upgrade menu which is really inefficient.

Additional context

minion-limits-upgrade:
tier1:
max-level: 1
vault-cost: "100000"
command:
- lp user [player] permission set minions.2
tier2:
max-level: 1
vault-cost: "500000"
command:
- lp user [player] permission set minions.3
- lp user [player] permission unset minions.2

That's a good idea. I have some idea about how doing that.

Just, I won't be able to work on that for now as I'm finishing my school year.

I have made an implementation. Can you try that?

@daoshii , Did you try?