**List All Restrictions:** ``` /getperworld list > [GetPerWorld] Restricted Plugins (3): > • mcMMO → survival, survival_nether, survival_the_end > • Jobs → survival > • Slimefun → slimefun_world ```
**Check Specific Plugin:** ``` /getperworld info mcMMO > [GetPerWorld] Restriction info for mcMMO: > Allowed Worlds: survival, survival_nether, survival_the_end ```
---
## Permissions
### Permission Nodes
| Permission | Description | Default | |------------|-------------|---------| | `getperworld.bypass` | Bypass all world restrictions | OP | | `getperworld.admin` | Access admin commands | OP | | `getperworld.*` | All permissions | OP |
### Permission Examples (LuckPerms)
**Give bypass to VIP players:** ``` /lp group vip permission set getperworld.bypass true ```
**Give admin access to moderators:** ``` /lp group moderator permission set getperworld.admin true ```
**Remove bypass from specific player:** ``` /lp user PlayerName permission set getperworld.bypass false ```