+ fixing permissions
Dieser Commit ist enthalten in:
Ursprung
f229f88d63
Commit
b3c9a26fbe
@ -29,8 +29,8 @@ public class TestListener extends BasicListener {
|
|||||||
|
|
||||||
PermissionAttachment attachment = player.addAttachment(FightSystem.getPlugin());
|
PermissionAttachment attachment = player.addAttachment(FightSystem.getPlugin());
|
||||||
attachment.setPermission("fawe.permpack.basic", true);
|
attachment.setPermission("fawe.permpack.basic", true);
|
||||||
attachment.setPermission("bukkit.command.gamemode", true);
|
attachment.setPermission("minecraft.command.gamemode", true);
|
||||||
attachment.setPermission("bukkit.command.teleport", true);
|
attachment.setPermission("minecraft.command.tp", true);
|
||||||
attachment.setPermission("worldedit.navigation.jumpto.tool", true);
|
attachment.setPermission("worldedit.navigation.jumpto.tool", true);
|
||||||
attachment.setPermission("worldedit.navigation.thru.tool", true);
|
attachment.setPermission("worldedit.navigation.thru.tool", true);
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren