Created Tuesday, March 8, 2022
Have you ever played a Minecraft challenge, or seen someone else play a challenge, and wish you could see how they did and the state of the world at any time? This plugin allows you to start challenges easily, save them to a sharable file, watch a replay of your run AND see everyone else in the global leaderboard! Over 50 challenges are supported and viewable in-game with one command!
Saved replay in file
Info saved in replay
Rewatch your run
plugins
folder/startchallenge <types> <seed> <players, ...>
types
is a list of :
delimited entries, with the first entry being a generation type. A generation type must currently be either DEFAULT
or AMPLIFIED
. After choosing a generation type, you can choose any number of gameplay types, use tab complete to browse the available gameplay types. Press :
to add a new type. seed
is either r
for a random seed or any string or number for a seed. players
is a list of space delimited users to put in the challenge. Certain gameplay types, like manhunt, work best with multiple players.
/stopchallenge <id>
End the challenge with the given ID, or the current challenge if not provided.
/pausechallenge <id>
Prevent gameplay types in the challenge with the given ID, or the current challenge if not provided.
/unpausechallenge <id>
Unpause the challenge with the given ID, or the current challenge if not provided.
/inforeplay <name>
Print info on the replay with the given name to chat.
/playreplay <name>
Play the replay with the given name.
/leavereplay
Leave the replay you are currently viewing.
/downloadreplay <name>
If online, downloads the replay from the leaderboard with the given name.