Compatibility
Minecraft: Java Edition
1.21.7–1.21.8
Platforms
Supported environments
Links
Creators
Details
Licensed AGPL-3.0-only
Published last month
Updated 4 days ago
NeoSpeed Zero
This is a mod that allows you to customize speedrun goals with data pack.
In the goal, you can decide what items to collect, or even what complicated goals to achieve.
If you achieve everything in your goal, you'll win.
Commands
/neospeed start <goal> [<difficulty>]
<goal>
: Goal ID, e.g.speedabc:c
[<difficulty>]
(Optional): Difficulty, e.g.neospeedzero:empty
. See wiki for details.- Starts a new record.
/neospeed stop
- Stop current record.
/neospeed view
- View progress. Alternatively, you can press
B
(configurable).
- View progress. Alternatively, you can press
/neospeed view raw
- View progress in text.
/neospeed view dialog
- View progress in a dialog.
/neospeed list
- List all available goals, where you can choose one to start a record.
Built-in goals
There are several built-in goals:
- SpeedABC: collect all obtainable items whose ID start with the given letter. For instance,
speedabc:a
containsacacia_log
,apple
, etc.- Goal IDs:
speedabc:a
,speedabc:b
,speedabc:c
, ...,speedabc:z
- Goal IDs:
- HanNumSpeed: collect all obtainable items whose Simplified Chinese (
zh_cn
) name match the given length. For instance,hannumspeed:1
contains Book (书), Crossbow (弩), Sugar (糖), etc.- Goal IDs:
hannumspeed:1
,hannumspeed:2
,hannumspeed:3
, ...
- Goal IDs:
- All Vanilla Items: collect all obtainable vanilla items. For example, Elytra, Dragon Egg, Deepslate Emerald Ore, but not Bedrock.
- Goal ID:
speedabc:vanilla_all
- Goal ID:
Data pack format
See wiki.