任务创造 (Create: Missions)
服务器经济,通过每周任务和实体货币!
Create: Missions 是一个专为 Create 模组服务器设计的 Create 插件。它也可以在单人世界中使用,但它的设计目的是在服务器的整个生命周期中带来经济效益。我们希望为服务器所有者提供更好的方式来给予玩家货币,同时鼓励玩家建立自己的商店装置/交换银行/银行。
这个插件是什么?
它通过每个玩家每周提供 10 个随机任务 运行。这些任务可以是像 “破坏 X 个翠绿石” 这样的基础任务,也可以是与 Create 模组相关的任务,比如 “用至少 2 名乘客驾驶 4 公里的火车”。您还可以重新生成任务,并通过完成任务来获取奖励。
按下 H 键或使用 /missions 打开任务 GUI
翻译:
- 西班牙语:由 MuriPlz
- 法语:由 Tesseract
- 德语:由 MrRedRhino
- 俄语:由 глебикс
对于开发者
完全可以为 Create: Missions 添加新任务。您可以在这里找到示例
- [VoteMission](
- [TelepostMissions](
这些插件可以完全在服务器端运行,因此客户端无需安装它们。
服务器所有者所需
展开查看
在 `config\missions\currency.json` 中选择货币,它将按照列表中的顺序进行 64 -> 1 的转换,默认情况下。您可以通过转到 `config\missions\config.json` 并更改 "exchange-rate" 的值来更改它。这 仅 影响 Exchange ATM Block 的兑换率,这是此模组提供的唯一兑换硬币的方式。
missions.json -> 如何配置任务?
此文件可以在 `config\missions\missions.json` 中找到。
一个示例任务配置:
json
"place": {
"reward": {
"amount": "2-23",
"item": "createdeco:iron_coin"
},
"missions": {
"create:track_signal": "20-50"
},
"titles": [
"示例标题"
]
}
像 2-23 这样的范围意味着从 2 到 23 之间的随机数字,两者都包括在内。
任务示例:放置 35 个 Track Signal
奖励示例:2-23 个铁币
正如您所见,动作数在接收任务时从其范围内随机选择,而奖励范围则在完成任务时从其范围内随机选择。
#
您可以将尽可能多的物品 id 添加到 "missions" 括号中,并将尽可能多的标题添加到 "titles" 括号中,以便任务从括号内随机获得一个物品和一个标题,都是随机的。
建议
- 您可以使用 [Luckperms 权限上下文](
- 我建议将默认的 `config\missions\currency.json` 更改为您在模组包中拥有的硬币物品。在我的情况下,我使用 Create Deco 硬币(当使用 Create deco 时,此 currency.json 将被创建):
json
[
"createdeco:zinc_coin",
"createdeco:copper_coin",
"createdeco:brass_coin"
]
- 在您的服务器上激励经济,不要有虚拟余额或排行榜
- 不时地修改任务,使其对玩家进行刷新,同时需要对任务范围进行微调以进行平衡。如果有人使用了更好的任务配置文件和更平衡的配置,请随时与我分享!
- 时刻牢记玩家重新生成任务的能力,不要给予他们无限重新生成任务的金钱,因为这会减少乐趣。在构建经济时要考虑到这种成本。
- 使用机械交换机建立一个公共银行!
截图:
Create: Missions 0.4.7
Create: Missions 0.4.6
- Fix crash when connecting to a server
Create: Missions 0.4.5
- Fix java version
Create: Missions 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
Create: Missions 0.4.3
Create: Missions 0.4.3
Create: Missions 0.4.2
Create: Missions 0.4.2
Create: Missions 0.4.1
- Update to Create Fabric patch j
Create: Missions 0.4.1
- Update to Create Fabric patch j
Create: Missions 0.4
- Move your `mods/missions/missions_data.nbt` to `config/missions/missions_data.nbt`, although losing this is not that bad
- Delete `config/missions/config.json`'
## Changelog
- All distance missions are now in meters (must be rebalanced in your configs)
- Fix farmer delight foods not counting for Eat mission in Fabric
- Delete drink mission, add the drinks in the Eat mission too
- Only show "Click to reroll" if mission not completed
- Quilt support
- Fix stats resetting upon server restart
- Added new config format, version 2. This makes missions to have different tiers or types inside the same mission type.
- Removed tag support and the new added tags by this mod, there's nothing regarding tags in the mod
- Updated logo
- Fix keybind not working in Forge
- Now the reward range is decided when a mission is assigned, not when it's completed
- Added support for Track placement in Place missions. Supports SnR tracks, any type of track counts for create:tracks item
- Added support for the ghost placement helper (cogs, shafts, sails, etc) in Place missions
- Fixed a crash when rerolling a mission
- Added formatting to the action number in the mission tooltip (1,000 instead of 1000)
- Now missions can be reassigned weekly or daily, changing it in the config.json
Create: Missions 0.4
- Move your `mods/missions/missions_data.nbt` to `config/missions/missions_data.nbt`, although losing this is not that bad
- Delete `config/missions/config.json`'
## Changelog
- All distance missions are now in meters (must be rebalanced in your configs)
- Fix farmer delight foods not counting for Eat mission in Fabric
- Delete drink mission, add the drinks in the Eat mission too
- Only show "Click to reroll" if mission not completed
- Quilt support
- Fix stats resetting upon server restart
- Added new config format, version 2. This makes missions to have different tiers or types inside the same mission type.
- Removed tag support and the new added tags by this mod, there's nothing regarding tags in the mod
- Updated logo
- Fix keybind not working in Forge
- Now the reward range is decided when a mission is assigned, not when it's completed
- Added support for Track placement in Place missions. Supports SnR tracks, any type of track counts for create:tracks item
- Added support for the ghost placement helper (cogs, shafts, sails, etc) in Place missions
- Fixed a crash when rerolling a mission
- Added formatting to the action number in the mission tooltip (1,000 instead of 1000)
- Now missions can be reassigned weekly or daily, changing it in the config.json
Create: Missions 0.3.6
Create: Missions 0.3.6
Create: Missions 0.3.5
Create: Missions 0.3.4
- Fix forge not loading
- Fix lots of jar issues
- Added a new texture for the Jar of Tips (Made by Seboso)
Create: Missions 0.3.4
- Fix forge not loading
- Fix lots of jar issues
- Added a new texture for the Jar of Tips (Made by Seboso)
Create: Missions 0.3.3
## IMPORTANT: Update from 0.3.2 or lower
- Delete `config/missions/currency.json`
## Changelog
- Fix #32: Certain modded items not rendering in Reroll Button
- Added Relocate Mission type
- Added Vanilla stats for: Easy, normal and hard total completed missions
- Added stats as tooltip of InfoButton
- Added vanilla stat for missions rerolled
- Added FeedMission
- Fix Mechanical Exchanger item model
- Fix Mission Complete sound being stuck to a block position
- New block: Jar of Tips!
- Reworked currency.json, and removed "exchange-rate" config option: It's all configured per currency in the currency.json now!
- Removed Create deco stuff, and added Create: Numismatics configs for possible default currency.json
- Fix #36: Mission reassignment makes all 10 missions of the same type
- Fix #29: missions_data.nbt now gets saved when world autosaves
- Added BeltWalkMission
- Added #farmersdelight:drinks tag
- Mexican translation by TheLegendofSaram
- Fix players being kicked when they had a mission that no longer was on missions.json
- Fix missions of the same type as the one rerolled losing their progress
Create: Missions 0.3.3
## IMPORTANT: Update from 0.3.2 or lower
- Delete `config/missions/currency.json`
## Changelog
- Fix #32: Certain modded items not rendering in Reroll Button
- Added Relocate Mission type
- Added Vanilla stats for: Easy, normal and hard total completed missions
- Added stats as tooltip of InfoButton
- Added vanilla stat for missions rerolled
- Added FeedMission
- Fix Mechanical Exchanger item model
- Fix Mission Complete sound being stuck to a block position
- New block: Jar of Tips!
- Reworked currency.json, and removed "exchange-rate" config option: It's all configured per currency in the currency.json now!
- Removed Create deco stuff, and added Create: Numismatics configs for possible default currency.json
- Fix #36: Mission reassignment makes all 10 missions of the same type
- Fix #29: missions_data.nbt now gets saved when world autosaves
- Added BeltWalkMission
- Added #farmersdelight:drinks tag
- Mexican translation by TheLegendofSaram
- Fix players being kicked when they had a mission that no longer was on missions.json
- Fix missions of the same type as the one rerolled losing their progress
Create: Missions 0.3.2
Create: Missions 0.3.2
- Fixed some dedicated servers not saving properly the mission data
- Now train, dive, vote and statistic-based missions can only appear once
- Deleted drinks from Eating mission, and created a new Drinking mission.
- Added new tags: `#railways:tracks`, `#railways:wide_tracks`, `#railways:narrow_tracks`, `#c:drinks`,`#brewinandchewin:drinks`, `#createdeco:catwalks`, `#createdeco:ladders`, `#create:ladders`, `#createdeco:hulls`, `#createdeco:bars`, `#createdeco:coins`, `#create:bars` and `#create:scaffoldings`
- Added support for tags in missions.json
- Added blockstates to Exchanger mode, and colors to the nixies
- Added support for Weights in `missions.json`
- Added a Ponder for the Mechanical Exchanger
- Now the Exchanger inventory is compatible with Chutes and Funnels
- Update fr_fr.json by __Tesseract
- Other minor fixes
Create: Missions 0.3.2
- Fixed some dedicated servers not saving properly the mission data
- Now train, dive, vote and statistic-based missions can only appear once
- Deleted drinks from Eating mission, and created a new Drinking mission.
- Added new tags: `#railways:tracks`, `#railways:wide_tracks`, `#railways:narrow_tracks`, `#c:drinks`,`#brewinandchewin:drinks`, `#createdeco:catwalks`, `#createdeco:ladders`, `#create:ladders`, `#createdeco:hulls`, `#createdeco:bars`, `#createdeco:coins`, `#create:bars` and `#create:scaffoldings`
- Added support for tags in missions.json
- Added blockstates to Exchanger mode, and colors to the nixies
- Added support for Weights in `missions.json`
- Added a Ponder for the Mechanical Exchanger
- Now the Exchanger inventory is compatible with Chutes and Funnels
- Update fr_fr.json by __Tesseract
- Other minor fixes
Create: Missions 0.3.1
- Fixed missions sometimes not saving, in certain types of servers
- Fixed mechanical exchanger not being dropped broken with pickaxe
- Fix exchanger crash
- Fix missions resetting when another mission of the same type is completed
- Added mission complete custom sound (Made by Starlotte)
- Increase default exchanger drop rate
Create: Missions 0.3.1
- Fixed missions sometimes not saving, in certain types of servers
- Fixed mechanical exchanger not being dropped broken with pickaxe
- Fix exchanger crash
- Fix missions resetting when another mission of the same type is completed
- Added mission complete custom sound (Made by Starlotte)
- Increase default exchanger drop rate
Create: Missions 0.3.1
- Fix clientside crash with the exchanger
Create: Missions 0.3.1
- Fix clientside crash with the exchanger
Create: Missions 0.3
Create: Missions 0.3
Create: Missions 0.2.13
- Fixed missions resetting action count when a mission of the same type (but different item) was completed
Create: Missions 0.2.13
- Fixed missions resetting action count when a mission of the same type (but different item) was completed
Create: Missions 0.2.12
Create: Missions 0.2.12
Create: Missions 0.2.11
- Fixed Flying mission: it now listens to Aviation statistic rather than Flying statistic
Create: Missions 0.2.11
- Fixed Flying mission: it now listens to Aviation statistic rather than Flying statistic
Create: Missions 0.2.11
- Fixed Flying mission: it now listens to Aviation statistic rather than Flying statistic
Create: Missions 0.2.11
- Fixed Flying mission: it now listens to Aviation statistic rather than Flying statistic
Create: Missions 0.2.10
* Select the first currency available for rerolling
* Adjust the chances of dropping a Mechanical Exchanger when compleating a hard mission
* Select free rerolls per week
* Command to be ran when a mission is completed
- Fixed crash due to Exchanger direction when using some optimization mods
- Luckperms support for free rolls per week: you have to give the permission `missions.freerolls` and add a [Context](https://luckperms.net/wiki/Context), it's called "amount". For example, you can give a certain player 15 free rolls per week.
Create: Missions 0.2.10
* Select the first currency available for rerolling
* Adjust the chances of dropping a Mechanical Exchanger when compleating a hard mission
* Select free rerolls per week
* Command to be ran when a mission is completed
- Fixed crash due to Exchanger direction when using some optimization mods
- Luckperms support for free rolls per week: you have to give the permission `missions.freerolls` and add a [Context](https://luckperms.net/wiki/Context), it's called "amount". For example, you can give a certain player 15 free rolls per week.
Create: Missions 0.2.10
* Select the first currency available for rerolling
* Adjust the chances of dropping a Mechanical Exchanger when compleating a hard mission
* Select free rerolls per week
* Command to be ran when a mission is completed
- Fixed crash due to Exchanger direction when using some optimization mods
- Luckperms support for free rolls per week: you have to give the permission `missions.freerolls` and add a [Context](https://luckperms.net/wiki/Context), it's called "amount". For example, you can give a certain player 15 free rolls per week.
Create: Missions 0.2.10
* Select the first currency available for rerolling
* Adjust the chances of dropping a Mechanical Exchanger when compleating a hard mission
* Select free rerolls per week
* Command to be ran when a mission is completed
- Fixed crash due to Exchanger direction when using some optimization mods
- Luckperms support for free rolls per week: you have to give the permission `missions.freerolls` and add a [Context](https://luckperms.net/wiki/Context), it's called "amount". For example, you can give a certain player 15 free rolls per week.
Create: Missions 0.2.9
Create: Missions 0.2.9
Create: Missions 0.2.9
Create: Missions 0.2.9
Create: Missions 0.2.8
- Added Harvester Mission
- some fixes on missions.json
- Added support for Create: Missions addons
- Fix saw mission counting x3 times the amount of leaves or bamboo
- Deleted Fan mission types (wont work with patch F, its broken)
Create: Missions 0.2.8
- Added Harvester Mission
- some fixes on missions.json
- Added support for Create: Missions addons
- Fix saw mission counting x3 times the amount of leaves or bamboo
- Deleted Fan mission types (wont work with patch F, its broken)
Create: Missions 0.2.8
- Deleted some non fitting titles in the default missions.json
Create: Missions 0.2.8
- Deleted some non fitting titles in the default missions.json
Create: Missions 0.2.7
- Added compat with Create: Missions' addons
- Deleted fan missions
Create: Missions 0.2.7
- Added compat with Create: Missions' addons
- Deleted fan missions
Create: Missions 0.2.6
Create: Missions 0.2.6
Create: Missions 0.2.6
Create: Missions 0.2.6
Create: Missions 0.2.6
Create: Missions 0.2.6
Create: Missions 0.2.5
- (1.20 Forge) Fix patch F compat
Create: Missions 0.2.5
- (1.20 Forge) Fix patch F compat
Create: Missions 0.2.5
- (1.20 Forge) Fix patch F compat
Create: Missions 0.2.5
- (1.20 Forge) Fix patch F compat
Create: Missions 0.2.4
- Fix mission menu tooltips bugging when pressing buttons
- (Fabric) /mission command is now recognized as a command
Create: Missions 0.2.4
- Fix mission menu tooltips bugging when pressing buttons
- (Fabric) /mission command is now recognized as a command
Create: Missions 0.2.4
- Fix mission menu tooltips bugging when pressing buttons
- (Fabric) /mission command is now recognized as a command
Create: Missions 0.2.4
- Fix mission menu tooltips bugging when pressing buttons
- (Fabric) /mission command is now recognized as a command
Create: Missions 0.2.4
- Fix mission menu tooltips bugging when pressing buttons
- (Fabric) /mission command is now recognized as a command
Create: Missions 0.2.4
- Fix mission menu tooltips bugging when pressing buttons
- (Fabric) /mission command is now recognized as a command
Create: Missions 0.2.3
Create: Missions 0.2.3
Create: Missions 0.2.3
Create: Missions 0.2.3
Create: Missions 0.2.3
Create: Missions 0.2.3
Create: Missions 0.2.2
- All Exchange ATM's will be deleted, since now they are Mechanical Exchanger (missions:mechanical_exchanger)
# Changelog:
- Exchange ATM -> Mechanical Exchanger
- Added /missions -> Opens Missions Menu
- Added a Creative Tab so the Mechanical Exchanger is more accessible
Create: Missions 0.2.2
- All Exchange ATM's will be deleted, since now they are Mechanical Exchanger (missions:mechanical_exchanger)
# Changelog:
- Exchange ATM -> Mechanical Exchanger
- Added /missions -> Opens Missions Menu
- Added a Creative Tab so the Mechanical Exchanger is more accessible
Create: Missions 0.2.2
- All Exchange ATM's will be deleted, since now they are Mechanical Exchanger (missions:mechanical_exchanger)
# Changelog:
- Exchange ATM -> Mechanical Exchanger
- Added /missions -> Opens Missions Menu
- Added a Creative Tab so the Mechanical Exchanger is more accessible
Create: Missions 0.2.2
- All Exchange ATM's will be deleted, since now they are Mechanical Exchanger (missions:mechanical_exchanger)
# Changelog:
- Exchange ATM -> Mechanical Exchanger
- Added /missions -> Opens Missions Menu
- Added a Creative Tab so the Mechanical Exchanger is more accessible
Create: Missions 0.2.2
- All Exchange ATM's will be deleted, since now they are Mechanical Exchanger (missions:mechanical_exchanger)
# Changelog:
- Exchange ATM -> Mechanical Exchanger
- Added /missions -> Opens Missions Menu
- Fixed compat with Create: Dreams and Desires (and any other Create addon that adds Fan Processing Types)
- Added a Creative Tab so the Mechanical Exchanger is more accessible
Create: Missions 0.2.2
- All Exchange ATM's will be deleted, since now they are Mechanical Exchanger (missions:mechanical_exchanger)
# Changelog:
- Exchange ATM -> Mechanical Exchanger
- Added /missions -> Opens Missions Menu
- Fixed compat with Create: Dreams and Desires (and any other Create addon that adds Fan Processing Types)
- Added a Creative Tab so the Mechanical Exchanger is more accessible
Create: Missions 0.2.1
### Upgrade from 0.2 or lower
1) the missions_data.nbt is not located in mods/missions folder, instead of missions/ as previously. So you need to move your data to the new location
2) Same happens with the configs, move them to configs/missions/ folder
### Changelog
- Fixed ATM crash (Fabric)
- Solved client side crash when dismounting a train
- Fixed sofdepend console warning
Create: Missions 0.2.1
### Upgrade from 0.2 or lower
1) the missions_data.nbt is not located in mods/missions folder, instead of missions/ as previously. So you need to move your data to the new location
2) Same happens with the configs, move them to configs/missions/ folder
### Changelog
- Fixed ATM crash (Fabric)
- Solved client side crash when dismounting a train
- Fixed sofdepend console warning
Create: Missions 0.2.1
### Upgrade from 0.2 or lower
1) the missions_data.nbt is not located in mods/missions folder, instead of missions/ as previously. So you need to move your data to the new location
2) Same happens with the configs, move them to configs/missions/ folder
### Changelog
- Fixed ATM crash (Fabric)
- Solved client side crash when dismounting a train
- Fixed Missions GUI key (H) not being configurable in vanilla menu (Forge)
Create: Missions 0.2.1
### Upgrade from 0.2 or lower
1) the missions_data.nbt is not located in mods/missions folder, instead of missions/ as previously. So you need to move your data to the new location
2) Same happens with the configs, move them to configs/missions/ folder
### Changelog
- Fixed ATM crash (Fabric)
- Solved client side crash when dismounting a train
- Fixed Missions GUI key (H) not being configurable in vanilla menu (Forge)
Create: Missions 0.2.1
### Upgrade from 0.2 or lower
1) the missions_data.nbt is not located in mods/missions folder, instead of missions/ as previously. So you need to move your data to the new location
2) Same happens with the configs, move them to configs/missions/ folder
### Changelog
- Fixed ATM crash (Fabric)
- Solved client side crash when dismounting a train
Create: Missions 0.2.1
### Upgrade from 0.2 or lower
1) the missions_data.nbt is not located in mods/missions folder, instead of missions/ as previously. So you need to move your data to the new location
2) Same happens with the configs, move them to configs/missions/ folder
### Changelog
- Fixed ATM crash (Fabric)
- Solved client side crash when dismounting a train
Create: Missions 0.2
- Fix Mechanical Crafter crash (now for real)
Create: Missions 0.2
- Fix Mechanical Crafter crash (now for real)
Create: Missions 0.2
- Fix Mechanical Crafter crash (now for real)
Create: Missions 0.2
- Fix Mechanical Crafter crash (now for real)
Create: Missions 0.2
- Fix Mechanical Crafter crash (now for real)
Create: Missions 0.2
- Fix FanProcessingType crash (only 1.18 issue)
- Fix Mechanical Crafter crash (now for real)
Create: Missions 0.1.8
- Fix mechanical crafter mission lagging
Create: Missions 0.1.8
- Fix mechanical crafter mission lagging
Create: Missions 0.1.8
- Fix mechanical crafter mission lagging
Create: Missions 0.1.8
- Fix mechanical crafter mission lagging
Create: Missions 0.1.8
- Fix mechanical crafter mission lagging
Create: Missions 0.1.8
- Fix mechanical crafter mission lagging
Create: Missions 0.1.7
Create: Missions 0.1.7
Create: Missions 0.1.7
Create: Missions 0.1.7
Create: Missions 0.1.7
Create: Missions 0.1.7
Create: Missions 0.1.6
- Fixed Steam n Rails not loading
- Added more mission titles to the example `missions.json`
Create: Missions 0.1.6
- Fixed Steam n Rails not loading
- Added more mission titles to the example `missions.json`
Create: Missions 0.1.6
Create: Missions 0.1.6
Create: Missions 0.1.6
Create: Missions 0.1.6
Create: Missions 0.1.5
- Added Create Deco compat: if you load the mod for the first time, a missions.json and currency.json for createdeco will be created
Create: Missions 0.1.5
- Added Create Deco compat: if you load the mod for the first time, a missions.json and currency.json for createdeco will be created
Create: Missions 0.1.5
- Added Create Deco compat: if you load the mod for the first time, a missions.json and currency.json for createdeco will be created
- Fix forge version (for real)
- Fixed Mechanical Crafter compat for the Craft mission in forge side
- Added "Dive in [] for [] min with a Diving Helmet" missions
- Various fixes to train missions
- Fix claiming rewards (lol sorry)
- Fix many train missions issues/ exploits
- Added Train Driver and Train Passenger for X km missions
- Added Train driver with at least X passengers for Y km mission
- Fixed Server startup (Forge)
- Improved some tooltips
- Improved Killing mission tooltip
- Fixed various tooltip issues
- Added "exchange-rate" to the config.json, letting you edit the ATM exchange rate.
- Added a Missions title in the gui
- Added a message when a player's missions get reassigned
- Improved mission tooltips and added a temporary tooltip for the info button
- Changed certain missions from Difficulty category
- Fixed 2 wrongly typed item id's in the example config
- Made swimming mission easier
- Added Flying mission and Sailing mission
- Fixed Mission Reroll gui, just click a mission to reroll it by a price
Create: Missions 0.1.5
- Added Create Deco compat: if you load the mod for the first time, a missions.json and currency.json for createdeco will be created
- Fix forge version (for real)
- Fixed Mechanical Crafter compat for the Craft mission in forge side
- Added "Dive in [] for [] min with a Diving Helmet" missions
- Various fixes to train missions
- Fix claiming rewards (lol sorry)
- Fix many train missions issues/ exploits
- Added Train Driver and Train Passenger for X km missions
- Added Train driver with at least X passengers for Y km mission
- Fixed Server startup (Forge)
- Improved some tooltips
- Improved Killing mission tooltip
- Fixed various tooltip issues
- Added "exchange-rate" to the config.json, letting you edit the ATM exchange rate.
- Added a Missions title in the gui
- Added a message when a player's missions get reassigned
- Improved mission tooltips and added a temporary tooltip for the info button
- Changed certain missions from Difficulty category
- Fixed 2 wrongly typed item id's in the example config
- Made swimming mission easier
- Added Flying mission and Sailing mission
- Fixed Mission Reroll gui, just click a mission to reroll it by a price
Create: Missions 0.1.5
- Added Create Deco compat: if you load the mod for the first time, a missions.json and currency.json for createdeco will be created
- Fix forge version (for real)
- Fixed Mechanical Crafter compat for the Craft mission in forge side
- Added "Dive in [] for [] min with a Diving Helmet" missions
- Various fixes to train missions
- Fix claiming rewards (lol sorry)
- Fix many train missions issues/ exploits
- Added Train Driver and Train Passenger for X km missions
- Added Train driver with at least X passengers for Y km mission
- Fixed Server startup (Forge)
- Improved some tooltips
- Improved Killing mission tooltip
- Fixed various tooltip issues
- Added "exchange-rate" to the config.json, letting you edit the ATM exchange rate.
- Added a Missions title in the gui
- Added a message when a player's missions get reassigned
- Improved mission tooltips and added a temporary tooltip for the info button
- Changed certain missions from Difficulty category
- Fixed 2 wrongly typed item id's in the example config
- Made swimming mission easier
- Added Flying mission and Sailing mission
- Fixed Mission Reroll gui, just click a mission to reroll it by a price
Create: Missions 0.1.5
- Added Create Deco compat: if you load the mod for the first time, a missions.json and currency.json for createdeco will be created
- Fix forge version (for real)
- Fixed Mechanical Crafter compat for the Craft mission in forge side
- Added "Dive in [] for [] min with a Diving Helmet" missions
- Various fixes to train missions
- Fix claiming rewards (lol sorry)
- Fix many train missions issues/ exploits
- Added Train Driver and Train Passenger for X km missions
- Added Train driver with at least X passengers for Y km mission
- Fixed Server startup (Forge)
- Improved some tooltips
- Improved Killing mission tooltip
- Fixed various tooltip issues
- Added "exchange-rate" to the config.json, letting you edit the ATM exchange rate.
- Added a Missions title in the gui
- Added a message when a player's missions get reassigned
- Improved mission tooltips and added a temporary tooltip for the info button
- Changed certain missions from Difficulty category
- Fixed 2 wrongly typed item id's in the example config
- Made swimming mission easier
- Added Flying mission and Sailing mission
- Fixed Mission Reroll gui, just click a mission to reroll it by a price
Create: Missions 0.1.4
- Fixed Mechanical Crafter compat for the Craft mission in forge side
- Added "Dive in [] for [] min with a Diving Helmet" missions
- Various fixes to train missions
Create: Missions 0.1.4
- Fixed Mechanical Crafter compat for the Craft mission in forge side
- Added "Dive in [] for [] min with a Diving Helmet" missions
- Various fixes to train missions
Create: Missions fabric-0.1.3a
- Fix many train missions issues/ exploits
Create: Missions forge-0.1.3a
- Fix many train missions issues/ exploits
Create: Missions 0.1.3
- Added Train Driver and Train Passenger for X km missions
- Added Train driver with at least X passengers for Y km mission
Create: Missions 0.1.3
- Added Train Driver and Train Passenger for X km missions
- Added Train driver with at least X passengers for Y km mission
Create: Missions 0.1.2b
- Improved some tooltips
Create: Missions 0.1.2b
- Improved some tooltips
Create: Missions 0.1.2a
- Fixed various tooltip issues
- Added "exchange-rate" to the config.json, letting you edit the ATM exchange rate.
- Added a Missions title in the gui
Create: Missions 0.1.2a
- Fixed various tooltip issues
- Added "exchange-rate" to the config.json, letting you edit the ATM exchange rate.
- Added a Missions title in the gui
Create: Missions 0.1.2
- Improved mission tooltips and added a temporary tooltip for the info button
- Changed certain missions from Difficulty category
Create: Missions 0.1.2
- Improved mission tooltips and added a temporary tooltip for the info button
- Changed certain missions from Difficulty category
Create: Missions 0.1.1.e
Create: Missions 0.1.1.e
- Create 0.5.1.d or higher
Create: Missions 0.1.1.e
- Create 0.5.1.d or higher
Create: Missions 0.1.1.e
- Create 0.5.1.c or higher needed
Create: Missions 0.1.1.e
- Create 0.5.1.c or higher
Create: Missions 0.1.1.e
- Made swimming mission easier
- Added Flying mission and Sailing mission
- Fixed Mission Reroll gui, just click a mission to reroll it by a price
Create: Missions 0.1.1.e
- Made swimming mission easier
- Added Flying mission and Sailing mission
- Fixed Mission Reroll gui, just click a mission to reroll it by a price
Create: Missions 0.1.1.d
- Fixed Toast running server side, causing a crash
- Fixed rewards button running client side while on a server, causing a duplication glitch and player kicking
Create: Missions 0.1.1.d
- Fixed Toast running server side, causing a crash
- Fixed rewards button running client side while on a server, causing a duplication glitch and player kicking
Create: Missions 0.1.1.c
- Fixed rewards button running client side while on a server, causing a duplication glitch and player kicking
Create: Missions 0.1.1.c
- Fixed rewards button running client side while on a server, causing a duplication glitch and player kicking
Create: Missions 0.1.1.b
- Added the reward range in the mission GUI tooltip
Create: Missions 0.1.1.b
- Added a decent example missions.json
- Added the reward range in the mission GUI tooltip
Create: Missions 0.1.1.a
- Final 1.18.2 build
- Fix fan missions not working when item was on a belt/depot/etc
- Improved Reroll GUI
- Fix some minor issues
- Updated to Create 0.5.1.c
Create: Missions 0.1.1.a
- Fix fan missions not working when item was on a belt/depot/etc
- Improved Reroll GUI
- Fix some minor issues
- Updated to Create 0.5.1.c
Create: Missions 0.1.1
- Reroll menu now shows how much it costs
- Fix Fish and Kill mission
Create: Missions 0.1.1
- Reroll menu now shows how much it costs
Create: Missions 0.1
Create: Missions 0.1
收录