yuttyann / ScriptBlockPlus

任意のブロックにスクリプトを設定するプラグインです。
https://www.spigotmc.org/resources/scriptblockplus.78413/
GNU General Public License v3.0
33 stars 8 forks source link

"@groupADD" "@groupREMOVE" "permADD" “permREMOVE" didn't work with LuckPerms #15

Closed xiangxiangxiong9 closed 4 years ago

xiangxiangxiong9 commented 4 years ago

I test "@groupADD" "@groupREMOVE" "@permADD" ”@permREMOVE“,in an interact script , but it is nothing happened. Is it didn't support LuckPerms? # [中国語から翻訳]私は「@groupADD」「@groupREMOVE」「@permADD」「@permREMOVE」のインタラクティブシナリオをテストしましたが、反応はありませんでした。 LuckPermsはサポートされていませんか?

yuttyann commented 4 years ago

When I installed and checked LukPerms, it was recognized normally.(vault v1.7.1-b91, paper1.15.2) debug

It may not be compatible with the vault version, so I will investigate.

yuttyann commented 4 years ago

I confirmed that the operation was firm. Below is the reason that seems to be the cause.

If the player has OP or permission, it is a specification that permission cannot be added because the permission possession judgment is valid. I'm not sure if it will be resolved, but I'm considering updating to v1.9.1.

xiangxiangxiong9 commented 4 years ago

Oh,it is worked,but it's not LockPerms'notice… So that I think it isn't work……