For the complete documentation index, see llms.txt. This page is also available as Markdown.

๐Ÿ–ฑ๏ธCommand & Permissions

Permission nodes use the bedwars.command.* namespace. Grant them with LuckPerms (required on every game server).

Lobby commands (bedwars-lobby)

Command
Permission
Capability

/bw

bedwars.command.bw

Open the main BedWars menu / queue

/private (create)

bedwars.command.private

Host a custom private match

/join (entra)

bedwars.command.join

Enter a private match by code

/rejoin (rientra)

bedwars.command.rejoin

Return to an in-progress match

/spectate (spec)

bedwars.command.spectate

Watch a running match

/stats

bedwars.command.stats

Show win/loss/kill records

/profile (profilo)

bedwars.command.profile

Open the profile GUI

/cosmetic

bedwars.command.cosmetic

Open the cosmetics selector

/disguise

bedwars.command.disguise

Disguise as another player

Game commands (bedwars)

Command
Permission
Capability

/playagain

bedwars.command.playagain

Requeue into a new match

/leave

bedwars.command.leave

Leave the current match

/stats

bedwars.command.stats

Show stats in-game

/disguise

bedwars.command.disguise

Disguise as another player

/shopstats

bedwars.admin

Admin shop/debug tooling

Proxy commands (bedwars-proxy)

These are registered programmatically โ€” no extra configuration needed.

Command
Capability

/party (/p, /parties)

Party management: chat, invite, join, kick, leader, leave, list

/spectate

Cross-server spectate entry point

/bwmoltiplicator

Admin XP/coin multiplier for events

Example LuckPerms setup

Run on each Bukkit server:

Service admin console

The standalone service exposes a Spring Shell prompt (not a Minecraft command) โ€” no permission node applies. Available commands: status queues, list matches, list servers, maps reload, log, stop.

Last updated