LuckPerms

LuckPerms

41.4k Downloads

Context: bedrock (true | false)

chelminski opened this issue ยท 1 comments

commented

Description

Please add compatibility for additional permissions for bedrock players. This allows you to e.g.

  • Create scoreboard only for bedrock
  • With additional permissions display messages only for bedrock
  • Additional commands only for bedrock players
  • Many possible uses (by configuring plugins accordingly)

Proposed Behaviour

Add permissions for a player with platform context. A player logging in through a given platform has a different set of permissions.

Extra Details

Someone has already created something like this. Please write a function for the official version adding a context

  • Java
  • Bedrock

https://www.spigotmc.org/resources/bedrock-player-luckperms-context.115560/

commented

LP has no way of determining if a player is logging in via Geyser or not - Geyser's entire point is the rest of the server thinks they're on Java like normal.

Additionally, integrations with 3rd party plugins are best handled by either the plugin itself (i.e. Geyser) or third party resources (such as the one you linked). There's no advantage to be gained by adding additional plugin-dependent contexts to the core LP, aside from adding bloat to servers not using said plugin.