EpicBanItemTeam / VirtualChest

A sponge plugin providing virtual chest GUIs for menus like ChestCommands
https://ore.spongepowered.org/zzzz/VirtualChest
GNU Lesser General Public License v3.0
34 stars 12 forks source link

[REQUEST] Make RepetitionUpperLimit defineable outside of HandHeldItem. #113

Closed SirFancyBacon closed 4 years ago

SirFancyBacon commented 4 years ago

Hello, I would like to make a command repeat multiple times; however this command requires no items and so i am unable to use RepetitionUpperLimit.

Can you move it outside of HandHeldItem so i can use it for commands?

thanks.

ustc-zzzz commented 4 years ago

Set Count to zero in HandheldItem:

HandheldItem {
  RepetitionUpperLimit = 42
  Count = 0
}