Community listing page, reviews here may not be monitored by the author.
JX Main Quest
No reviews yet
A minecraft Forge mod for adventure maps that adds a questing system.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
JX MainQuest
This mod is ment to somewhat replace command blocks to create an adventure with a "main quest line".
Documentation
Each quest stage has a `trigger` object, which determines when the player progresses to the next stage.
*The JSON file you need to edit is located here:*
```
config\jxmainquest\stages.json
```
It will be generated after first running the mod.
---
A single stage JSON object looks like this:
```json
{
"text": "Quest description shown in the HUD",
"trigger": {
"type": "...", // Type of trigger
"set_time": "day", // Optional (day, noon, night, midnight)
"set_weather": "clear", // Optional (clear, rain, thunder)
... // Additional fields depending on type
}
}
```
---
Simple example:
Advances when the player is within a given radius of a location.
```json
{
"text": "Find the entrance to Diagon Alley",
"trigger": {
"type": "location",
"x": 150,
"y": 65,
"z": -30,
"radius": 5
}
}
```
for the updated documentation please go here
https://github.com/jaxx0rr/MainQuest-1.20.1
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources