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

Requirements based on LuckPerms #90

Closed ClarkHalf closed 5 years ago

ClarkHalf commented 5 years ago
Requirements = "%luckperms_in_group_fundador%"

Is there a way to put the requirements into a bunch of the LuckPerms? Like this ↑

PixelmonPRO commented 5 years ago
Requirements = "%luckperms_in_group_fundador%"

Is there a way to put the requirements into a bunch of the lucky perms?

Like this /\

You can add permission to group fundador, example: testnameperm.group.fundador And check: Requirements = "player.hasPermission('testnameperm.group.fundador')" More info and examples here.

ustc-zzzz commented 5 years ago

It seems that it is not VirtualChest's issue because it seems that the placeholders are not implemented in the Sponge version of LuckPerms.