Commands
Complete command reference for ExyliaRockPaperScissors
Commands
All commands for ExyliaRockPaperScissors plugin.
Player Commands
Main Commands
| Command | Description | Permission |
|---|---|---|
/rps | Opens the games menu | exyliarps.commands |
/rps open | Opens the games menu | exyliarps.commands.open |
Game Creation
/rps createOpens interactive game creation menu.
Permission: exyliarps.commands.create
/rps create <amount> <choice>Creates a game with pre-selected choice.
Examples:
/rps create 1000 rock
/rps create 5000 paper
/rps create 2500 scissorsValid choices: rock, paper, scissors
Permission: exyliarps.commands.create
Bet amounts must be between the configured minimum and maximum limits set in config.yml.
Administrative Commands
Plugin Management
| Command | Description | Permission |
|---|---|---|
/rps reload | Reloads plugin configuration | exyliarps.commands.reload |
/rps cleargames [confirm] | Force removes all active games | exyliarps.commands.cleargames |
WARNING: cleargames permanently removes ALL active games without refunding money to players. Use with extreme caution.
Command Aliases
The plugin supports multiple and customizable aliases.
Default aliases:
/rps/rockpaperscissors/piedrapapeltijeras
Tab Completion
The plugin provides tab completion for:
- Create amounts: Shows predefined quantities from config (Customizable)
- Choices: Shows
rock,paper,scissors(Customizable)