Recent Discussions

Disabling a permission in a region using Luckperms/Worldguard

Unanswered
Saltwater Crocodile posted this in #questions
Messages3 messages
Views0 views
Saltwater CrocodileOP
Follwing a thread i added [ExtraContents](https://github.com/LuckPerms/ExtraContexts?tab=readme-ov-file) which enables worldguard: in the luckperms command and i used the command
/lp group default permission set ability.use false worldguard:region=spawn
but still people can use the ability.

This is what was inside the plugin.yml
 lspark:
    description: Activates the first ability.
    usage: /ability1
  rspark:
    description: Activates the second ability.
    usage: /ability2
  swap:
    description: Swaps the hacks between slots 1 and 2.
    usage: /swap
permissions:
  ability.use:
    description: Allows the player to use abilities.
    default: false
Loading...