BentoBoxWorld/Upgrades

Adding commands to upgrades

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
command: lp user [player] permission unset minions.2

I apologize, I think I put this is the wrong place

I apologize, I think I put this is the wrong place

I moved it. :-)

I appreciate it, I made a second one already though, didn't know they could be moved!