Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
A complete, production-ready One in the Chamber PvP minigame for Paper/Spigot 1.17+

# General game settings
settings:
language: "en_us"
min-players: 3
max-players: 24
lobby-countdown: 60
ready-countdown: 10
game-duration: 300 # in seconds (5 minutes)
kill-goal: 25
min-kills-for-default-win: 22
command-alias: "oitc"
broadcast-winner: true
min-arena-region-size: 30 # Minimum XZ size for /oitcr set arena regions
min-lobby-region-size: 15 # Minimum XZ size for /oitcr set lobby regions
mysql:
enabled: false
host: localhost
port: 3306
database: oitcr
username: root
password: ''
pool-size: 5

# Player Commands
/oitcr join - Join an arena
/oitcr leave - Leave your current game
/oitcr stats - View your stats
/oitcr stats <wins/kills/deaths/kd>- View leaderboard
/oitcr arenas - List all available arenas
/oitcr help - Full command list
# Admin Commands
/oitcr create <arena> - Create a new arena
/oitcr delete <arena> - Delete an arena permanently
/oitcr enable <arena> - Enable an arena
/oitcr disable <arena> - Disable an arena
/oitcr info <arena> - Show detailed arena info panel
/oitcr setlobby <arena> - Set the lobby spawn to your position
/oitcr addspawn <arena> - Add a game spawn point at your position
/oitcr delspawn <arena> <number> - Remove a spawn point
/oitcr set arena <arena> - Set arena region (run twice at two corners)
/oitcr set lobby <arena> - Set lobby region (run twice at two corners)
/oitcr setglobby - sets a global lobby for every arena
/oitcr removeglobby - removes the global lobby
/oitcr region remove - Remove the region you're standing in
/oitcr boundary - Show particle border of the region you're standing in
/oitcr setminplayers <arena> <number> - Override min players for an arena
/oitcr setmaxplayers <arena> <number> - Override max players for an arena
/oitcr tpset <arena> - Save your position as the admin TP point
/oitcr tp <arena> - Teleport to the arena's TP point
/oitcr start <arena> - Force start an arena
/oitcr stop <arena> - Force stop an arena
/oitcr rewards - Open the rewards configuration GUI
/oitcr togglebroadcast - Toggle server-wide win broadcasts on/off
/oitcr language <lang> - Switch the active language file
/oitcr reload - Reload all configuration files
One permission node: oitcr.admin for all admin commands (default: OP).

✦ Documentation
Full setup guide, command reference, configuration reference, MySQL setup, PlaceholderAPI placeholder list, and FAQ available on the GitHub Wiki.
✦ Support
Found a bug, have a question, or want to request a feature not yet present in the plugin? Open an issue on GitHub, and I'll get back to you.