Skip to main content

Documentation Index

Fetch the complete documentation index at: https://pumpkings.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

NxShards has a deliberately small permission surface: standard player commands are open to everyone, and a single admin node unlocks every management feature.

Admin Permission

NodeDefaultGrants
nxshards.adminopFull access to admin commands — create / delete zones, give / take Shards, grant the wand, and run /shards reload.
Attach this node to your staff group in your permissions plugin (LuckPerms, GroupManager, etc.) to give moderators and admins zone-management abilities.

Player Permissions

The player commands (/shards, /shards shop, /shards top, /shards pay) do not require any explicit permission — they are available to every player by default. Use your permissions plugin to deny these commands if you want to restrict them.

Example LuckPerms Setup

Grant nxshards.admin to a staff group:
/lp group staff permission set nxshards.admin true
Deny /shards pay to default players (optional):
/lp group default permission set minecraft.command.shards.pay false
If you want to lock specific commands like the shop behind a VIP rank, use your permissions plugin’s command-level rules rather than NxShards itself — the plugin does not expose per-subcommand permission nodes.