ColorMatch is a jumping game where you have to jump on different wool colors to keep alive. The playing ground is each round randomly generated, and each round you must find different wool color to jump on, other colors disappears. There is build-in reward system, the rewards can be money, items (in 0.12.0 xp). I was inspired by WoolJumper minigame for Spigot.
- For PocketMine-MP:
- 1.5dev - API 1.12.0
there is a lots of customizations:
- multiarena support
- multiworld support
- multilanguage support
- economy support
- three types of arena (classic, furious, stoned)
- each arena have it´s own config file with lots of settings
- inventory saving
/cm help
/cm join [arena name]
/cm leave
/cm start [arena name]
/cm stop [arena name]
/cm create [arena name]
/cm delete [arena name]
/cm set [arena name]
/cm kick [arena name] [player name] [reason]
How to set new arena:
you can set arena using /cm set [arena name] after this you are in setup mode and now you must send setup commands without "/" and you can´t send chat messages. When you have done so before you run command "done", run command "enable true". You must restart server after creating new arena, if you want to working game!
joinsign - Set join sign
returnsign - Set leave sign
startpos - Set start position
lobbypos - Set lobby position
corners - Set floor corners
spectatorspawn - Set spectator spawn
leavepos - Set leave position
time [true/day/night/ticks] - Set time in arena
colortime [seconds] - Set color changing interval
type [classic/furious/stoned] - Set arena type
material [wool/clay] - Set floor type
allowstatus [true/false] - Enable/disable status on join sign
world [world name] - Set Arena world
statusline [line (1-4)] [text] - Set status line you can use variables: %alive = amount of in-game players %dead = amount of dead players %status = game status %type = type of arena %max = max players per arena
allowspectator [true/false] - Enable/Disable spectator mode
signupdatetime [seconds] - Set status updating interval
maxtime [seconds] - Set max game time
maxplayers [count] - Set max player count
minplayers [count] - Set min player count
enable [true/false] - enable or disable arena
---
type: classic
material: wool
enabled: "true"
signs:
join_sign_x: "197"
join_sign_y: 5
join_sign_z: 163
join_sign_world: game
enable_status: "true"
status_line_1: '&3[CM 1]'
status_line_2: '&a%alive/%max'
status_line_3: '%status'
status_line_4: '&6classic'
sign_update_time: 2
return_sign_x: 102
return_sign_y: 40
return_sign_z: 124
arena:
arena_world: game
join_position_x: 103
join_position_y: 23
join_position_z: 136
lobby_position_x: 102
lobby_position_y: 40
lobby_position_z: 137
first_corner_x: 115
first_corner_z: 147
second_corner_x: 92
second_corner_z: 124
floor_y: 20
spectator_mode: "true"
spec_spawn_x: 103
spec_spawn_y: 40
spec_spawn_z: 137
leave_position_x: 210
leave_position_y: 5
leave_position_z: 155
leave_position_world: game
max_game_time: 300
max_players: 10
min_players: 4
starting_time: 30
color_wait_time: 5
finish_msg_levels: game
time: day
...
Enjoy this pluginand report any bug.
- Optional Plugins:
- PocketMoney, GoldStd, MassiveEconomy, €¢onom¥$
- Alternate Categories:
- Fun
- Mechanics
- Plugin Access:
- Data Saving
- Items / Blocks

Inactive ColorMatch 1.1.2
ColorMatch minigame inspired by WoolJumper
Recent Updates
- fixed damage Aug 7, 2015
- fixes Aug 4, 2015
- fixed setup mode Aug 2, 2015
Advertisement