Pixel Battle đī¸
A collaborative pixel art platform. Create stunning artwork together on a massive canvas, one pixel at a time.
đ Download
⨠Features
đŧī¸ Canvas System
- Real-time collaborative canvas
- MySQL-backed pixel storage
- Live web-based time lapse viewer
- Permanent artwork storage
⥠Pixel Mechanics
- 60-second cooldown between placements
- 30-second color edit window
- Special pixel placement item
- Protected canvas area
đŽ Player
- Quick-access color menu (
/pixelcolors
)
- Temporary flight ability (
/fly
)
- Easy canvas navigation
- Color change system
- Interactive menus
đšī¸ Flight System
- 15-second flight duration
- 1-minute cooldown
- Custom activation messages
- Height restrictions
đ Color Management
- Full wool color palette
- Quick-select menu
- 30-second edit window
- Color preview system
đĨī¸ Web Viewer
- Real-time updates
- Timelapse playback
- Zoom functionality
- Player tracking
- Accessible via port 22676
đ Messages
All messages are fully customizable in config.yml
, including:
- Pixel placement notifications
- Cooldown warnings
- Color change confirmations
- Flight mode status
- Error messages
đ ī¸ Technical Features
- Comprehensive API for developers
- MySQL integration
- Event-driven architecture
- Performance optimizations
- Automatic world validation
đ Commands
/pixelbattle â Open main menu
/placepixel â Place a pixel (Admin)
/changepixel â Edit recent pixel
/teleportcanvas â Go to canvas
/lobby â Return to lobby
/fly â Toggle flight mode
/canvasmenu â Access canvas tools
/pixelcolors â View color options
đ Permissions
pixelbattle.admin.placepixel â Admin pixel placement
pixelbattle.change â Change pixel colors
pixelbattle.teleport â Use teleport
pixelbattle.menu.use â Access menus
đ Timing Settings
cooldown-time: 60 # Seconds between pixels
change-color-time: 30 # Seconds to edit pixel
đ World Settings
canvas-world-name: "canvas"
lobby-world-name: "lobbypb"
đī¸ Database Setup
database:
host: your.mysql.host
port: 3306
database: your_db
username: your_user
password: your_pass
đĻ Dependencies
- Minecraft 1.20+
- Multiverse-Core
- MySQL Database
đ Installation
- Drop plugin in
plugins
folder
- Install Multiverse-Core
- Configure
config.yml
- Start your server
- Create canvas & lobby worlds
Made with â¤ī¸ by the Vault.src Team