Create: Missions
The Create: Missions modification is an addon for Create, primarily intended for Minecraft servers. While it also functions in single-player worlds, its main purpose is to create a sustainable economic system on multiplayer servers throughout their entire existence. This addon provides server owners with an effective tool for implementing in-game currency, while simultaneously encouraging players to create their own shops, exchange points, and banking systems.
How does the addon work?
The system assigns 10 random tasks to each player weekly. These tasks can be classic vanilla Minecraft quests (such as "Mine X veridium") or related to Create mod mechanics (such as "Travel 4 km by train with at least 2 passengers"). Players can reroll current tasks and receive rewards for completing them.
To open the tasks interface, press the H key (by default) or use the /missions command
Task Types
The list of tasks is continuously updated over time. Some quests offer great variety in their execution, such as block mining, while others are simpler — for example, traveling a certain distance on foot.
In total, the modification features 16 types of tasks that utilize Create mod mechanics: block breaking, compacting, sailing, item crafting, vehicle riding, using harvesters, driving trains with passengers, material crushing, eating food, riding as a passenger, block placement, diving, pressing, mixing, train driving, sawing, mob killing, drilling, drinking, milling, using minecarts, flying, object relocation, fishing, walking, swimming, creature feeding, and conveyor belt walking.
For Server Owners
Currency Configuration
Select currency and configure exchange rates in the config\missions\currency.json file.
Example configuration for integration with Create: Numismatics:
[
{"numismatics:spur": "8"},
{"numismatics:bevel": "2"},
{"numismatics:sprocket": "4"},
{"numismatics:cog": "8"},
{"numismatics:crown": "8"},
{"numismatics:sun": "1"}
]
Task Configuration
The task configuration file is located at config\missions\missions.json.
Example task setup:
{
"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"
}
]
}
]
}
}
Notes:
- Ranges like 1-3 mean a random number from 1 to 3 inclusive.
- Example task: Eat 2 honey bottles
- Example reward: 27 diamonds
- The "weight" parameter determines the probability of this task being selected (from 0 to 1).
- You can add any number of item identifiers to the "items" section and titles to "titles".
Mechanical Exchanger
The mechanical exchanger has no crafting recipe — it can only be obtained with a 5% probability (by default) after completing a difficult task.
This device allows currency exchange from smaller denominations to larger ones. The exchange direction depends on the shaft's rotation direction. It requires 100 revolutions per minute and consumes a significant amount of stress units (SU).