
Create: Missions
Economy for servers, by daily weekly missions and physical currency!
Обновлён 4 июля 2026 г. · опубликован 30 августа 2023 г.
Create: Missions is a Create addon focused for Create mod servers. It will also work in singleplayers worlds, but it's designed to bring an economy throughout a server's lifetime. We hope to give server owners a better way of giving players a currency, while also encouraging players to build their own shop contraptions/exchange banks/banks.
What's this addon?
It works by giving 10 random missions per player per week. These missions can be vanilla missions like "Break X Veridium" or Create mod related like "Drive a train for 4 km with at least 2 passengers". You can also reroll the missions, and claim prices by completing them.
Open the mission GUI pressing H key (by default) or using /missions command
Mission types:
As time goes on, more missions will be added. Some missions can have lots of variation like breaking a block, while others are simpler like walking.
There are in total 16 Mission Types that use Create-related mechanics.
cut, compact, sail, craft, ride, harvester, train-driver-passenger, crush, eat, train-passenger, place, dive, press, mix, train-driver, break, saw, kill, drill, drink, mill, minecart, fly, relocate, fish, walk, swim, feed, belt-walk
Special thanks to:
- TheLegendofSaram, Mexican translation
- __Tesseract, French translation
- MrRedRhino, German translation
- глебикс, Russian translation
- Starlotte, mission complete sound
- Seboso, Jar of Tips texture
Needed for server owners
Spoilers
Select the currencies and their exchange in config\missions\currency.json
As an example with Create: Numismatics it would look like this:
[
{"numismatics:spur": "8"},
{"numismatics:bevel": "2"},
{"numismatics:sprocket": "4"},
{"numismatics:cog": "8"},
{"numismatics:crown": "8"},
{"numismatics:sun": "1"}
]
missions.json -> How to configure the missions?
This file can be found in `config\missions\missions.json`. An example mission configuration:{
"config-version": 2,
"eat": {
"weight": 1,
"missions": [
{
"items": {
"apple": "120-300"
},
"titles": [
"Forced meal"
],
"rewards": [
{
"item": "minecraft:diamond",
"amount": "30-80"
}
]
},
{
"items": {
"honey_bottle": "1-3"
},
"titles": [
"Drink up"
],
"rewards": [
{
"item": "minecraft:diamond",
"amount": "20-50"
}
]
}
]
}
}
Don't use tags, they are not supported in the missions.json
Ranges like 1-3 means a number at random from 1 to 3, both included. Mission example: Eat 2 Honey Bottle(s) Reward example: 27 Diamond(s)
The "weight" is the chance of this mission to be selected. From 0 to 1.
You can add as many item id's to the "items" bracket, and add as many titles to "titles" bracket, for a mission to be granted one item and one title, both randomly from those inside the bracket.
Mechanical Exchanger

The Mechanical Exchanger doesn't have a crafting recipe, and can only be obtained with a 5% chance (default) after completing a hard mission.
It lets you to exchange currencies from smaller to bigger currency. Depends on which rotation direction the shaft has. It also requires 100 rpm, and consumes much more SU.
For developers
It's really possible to add new missions for Create: Missions. You have examples here
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.5.1 | Релиз | 1.21.1 | neoforge | 4 июля 2026 г. | .jar (403 КБ) |
| 0.5.0 | Релиз | 1.21.1 | neoforge | 30 июня 2026 г. | .jar (400 КБ) |
| 0.4.9 | Релиз | 1.20.1 | fabric | 23 февраля 2026 г. | .jar (552 КБ) |
| 0.4.8 | Релиз | 1.20.1 | forge, neoforge | 19 августа 2025 г. | .jar (554 КБ) |
| 0.4.7 | Релиз | 1.20.1 | forge, neoforge | 13 июня 2025 г. | .jar (553 КБ) |
| 0.4.6 | Релиз | 1.20.1 | forge, neoforge | 6 мая 2025 г. | .jar (553 КБ) |
| 0.4.5 | Релиз | 1.20.1 | forge, neoforge | 29 апреля 2025 г. | .jar (553 КБ) |
| 0.4.4 | Релиз | 1.20.1 | forge, neoforge | 28 апреля 2025 г. | .jar (553 КБ) |
| 0.4.3 | Релиз | 1.20.1 | forge, neoforge | 18 февраля 2025 г. | .jar (551 КБ) |
| 0.4.3 | Релиз | 1.20.1 | fabric, quilt | 18 февраля 2025 г. | .jar (550 КБ) |
| 0.4.2 | Релиз | 1.20.1 | forge | 29 января 2025 г. | .jar (551 КБ) |
| 0.4.2 | Релиз | 1.20.1 | fabric | 29 января 2025 г. | .jar (550 КБ) |
| 0.4.1 | Релиз | 1.20.1 | forge, neoforge | 17 декабря 2024 г. | .jar (537 КБ) |
| 0.4.1 | Релиз | 1.20.1 | fabric, quilt | 17 декабря 2024 г. | .jar (536 КБ) |
| 0.4 | Релиз | 1.20.1 | forge, neoforge | 12 ноября 2024 г. | .jar (537 КБ) |
Показаны последние 15 из 149 версий. Все версии — на Modrinth.
Ченджлог
0.5.1Релиз1.21.1 · 4 июля 2026 г.
- Jar of tips is now seen while is falling by gravity
- Jar of tips now doesn't get converted onto sand on contraptions
0.5.0Релиз1.21.1 · 30 июня 2026 г.
- Now the Jar of Tips wobbles like a Decorated Pot when items are inserted
Known bug: when Jar of tips falls it's invisible
0.4.8Релиз1.20.1 · 19 августа 2025 г.
0.4.8
- Fix feed mission crashing clients (by swzo)
- Improved Belt mission performance (by swzo)
0.4.6Релиз1.20.1 · 6 мая 2025 г.
0.4.6
- Fix crash when connecting to a server
0.4.5Релиз1.20.1 · 29 апреля 2025 г.
0.4.5
- Fix java version
0.4.4Релиз1.20.1 · 28 апреля 2025 г.
0.4.4
- Update to Create mod 0.6 for Forge
missions_data.nbtis now saved in the world folder to avoid singleplayers sharing the same storage
0.4.3Релиз1.20.1 · 18 февраля 2025 г.
0.4.3Релиз1.20.1 · 18 февраля 2025 г.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…


