Revert "Add permission for invsee by right click"

This reverts commit b4c34bb0ea.
This commit is contained in:
tanyaofei 2024-10-05 21:05:12 +08:00
parent 9d6193a132
commit 68eb202b08
3 changed files with 1 additions and 11 deletions

View File

@ -44,7 +44,6 @@ public interface Permission {
String wakeup = "fakeplayer.command.wakeup";
String cmd = "fakeplayer.command.cmd";
String stop = "fakeplayer.command.stop";
String rightClickInvsee = "fakeplayer.interact.right-click-invsee";
String op = "OP";

View File

@ -1,7 +1,6 @@
package io.github.hello09x.fakeplayer.core.manager.invsee;
import io.github.hello09x.devtools.core.utils.ComponentUtils;
import io.github.hello09x.fakeplayer.core.command.Permission;
import io.github.hello09x.fakeplayer.core.manager.FakeplayerList;
import io.github.hello09x.fakeplayer.core.manager.FakeplayerManager;
import org.bukkit.Sound;
@ -67,10 +66,6 @@ public abstract class AbstractInvseeManager implements InvseeManager {
return;
}
if (!event.getPlayer().hasPermission(Permission.rightClickInvsee)) {
return;
}
this.invsee(event.getPlayer(), whom); // fakeplayer check here
}

View File

@ -84,16 +84,13 @@ permissions:
description: 'Allow player to run /fp hold'
fakeplayer.command.cmd:
description: 'Allow player to run /fp cmd'
fakeplayer.command.stop:
description: 'Allow player to run /fp stop'
fakeplayer.config.replenish:
description: 'Allow player to configure fake players can replenish'
fakeplayer.config.replenish.chest:
description: 'Allow player to configure fake players can replenish from nearby chest'
fakeplayer.config.autofish:
description: 'Allow player to configure fake players to auto-fishing'
fakeplayer.interact.right-click-invsee:
description: 'Allow player to open inventory of fake players by right clicking'
fakeplayer.spawn:
description: 'Includes all basic permissions'
children:
@ -108,7 +105,6 @@ permissions:
- fakeplayer.command.dropinv
- fakeplayer.command.skin
- fakeplayer.command.invsee
- fakeplayer.interact.right-click-invsee
- fakeplayer.command.status
- fakeplayer.command.respawn
- fakeplayer.command.config