Speedrace2
Have a speedrace game with your friends!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Speedrace2
This game allows you to have a speedrace game with your friends.
Each player runs towards the configured destination as quick as possible.
Commands:
- /speedrace (aka /spr) - /speedrace info - print information of current game - /speedrace start - start the game in 5s (by default) - /speedrace stop - terminate the game - /speedrace restart = /speedrun stop + /speedrun start - /speedrace players | /speedrace list - list arrived players and their records - /speedrace target <x> <z> - set destination of the race - /speedrace rejoin <player> - set the player as not arrived
Permissions: ```yaml permissions: 'perm.speedrace': description: 'Root permission of /speedrace command' default: 'true' 'perm.speedrace.info': description: 'Whether /speedrace info is able to be queried' default: 'true' 'perm.speedrace.gamehandle': description: 'Whether the players can start or stop the game' default: 'op' 'perm.speedrace.target': description: 'Whether the players can set targets' default: 'op' 'perm.speedrace.rejoin': description: 'Whether the player can rejoin (reset broadcast bans)' default: 'op' 'perm.speedrace.list_arrival': description: 'Whether the player can see the arrival list' default: 'true' ```