Перейти к содержимому
Mineforgian

Create: Missions

Economy for servers, by daily weekly missions and physical currency!

Загрузки
219K
Подписчики
91
Обновлён
1 августа 2026 г.
Лицензия
MIT

Опубликован 30 августа 2023 г.

License Discord

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.2Релиз1.21.1 · 1 августа 2026 г.

0.5.2

  • Added Chain Conveyor Ride mission
  • Support for Fabricators on the craft mission
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.nbt is now saved in the world folder to avoid singleplayers sharing the same storage
0.4.3Релиз1.20.1 · 18 февраля 2025 г.

Комментарии

Загружаем…