Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Simple Quests

Simple Quests

Serversided questing system

7,035
32
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.6
1.20.1–1.20.2
1.19.4
1.18.2

Platforms

Fabric
Forge
NeoForge

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on PatreonDonate on PayPalDonate on Ko-fi

Creators

flemmli97
flemmli97 Owner

Details

Licensed ARR
Published 2 years ago
Updated last week
DescriptionChangelogVersions

Show all versions

1
2
3
4

simplequests-1.20.1-1.5.8-forge.jar

by flemmli97 on Feb 15, 2025
Download

simplequests-1.20.1-1.5.8-fabric.jar

by flemmli97 on Feb 15, 2025
Download

Simple Quests 1.5.8

  • Update language to support player based translation
  • Fix some problems with player data

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.20.1/Changelog.md

simplequests-1.18.2-2.0.0-forge.jar

by flemmli97 on Feb 15, 2025
Download

simplequests-1.18.2-2.0.0-fabric.jar

by flemmli97 on Feb 15, 2025
Download

Simple Quests 2.0.0

  • Rework a lot of internal:
    • Underlying system is now split into api and implementation
    • Allows more modular handling of things
  • Update language to support player based translation
  • Fix some problems with player data

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.18/Changelog.md

simplequests-1.21-1.5.7-neoforge.jar

by flemmli97 on Aug 8, 2024
Download

simplequests-1.21-1.5.7-fabric.jar

by flemmli97 on Aug 8, 2024
Download

Simple Quests 1.5.7

  • Fix nullpointer error with quest gui

Simple Quests 1.5.6.b

  • Update to 1.21 - Update neoforge

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.21/Changelog.md

simplequests-1.21-1.5.6.b-neoforge.jar

by flemmli97 on Jun 20, 2024
Download

simplequests-1.21-1.5.6.b-fabric.jar

by flemmli97 on Jun 20, 2024
Download

Simple Quests 1.5.6.b

  • Update to 1.21 - Update neoforge

Simple Quests 1.5.6

  • Update to 1.20.6: Due to internal changes your datapacks most likely will not work anymore.
    • Item Predicates need to be updated due to nbt no longer being a thing
    • For quest icons: "item" has been renamed to "id"
    • For Location Predicates "structure" has been renamed to "structures"
    • The quest generator already reflects those changes

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.21/Changelog.md

simplequests-1.20.6-1.5.6.b-neoforge.jar

by flemmli97 on May 30, 2024
Download

Simple Quests 1.5.6.b

  • Update neoforge

Simple Quests 1.5.6

  • Update to 1.20.6: Due to internal changes your datapacks most likely will not work anymore.
    • Item Predicates need to be updated due to nbt no longer being a thing
    • For quest icons: "item" has been renamed to "id"
    • For Location Predicates "structure" has been renamed to "structures"
    • The quest generator already reflects those changes

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.20.6/Changelog.md

simplequests-1.20.6-1.5.6-neoforge.jar

by flemmli97 on May 5, 2024
Download

simplequests-1.20.6-1.5.6-fabric.jar

by flemmli97 on May 5, 2024
Download

Simple Quests 1.5.6

  • Update to 1.20.6: Due to internal changes your datapacks most likely will not work anymore.
    • Item Predicates need to be updated due to nbt no longer being a thing
    • For quest icons: "item" has been renamed to "id"
    • For Location Predicates "structure" has been renamed to "structures"
    • The quest generator already reflects those changes

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.20.6/Changelog.md

simplequests-1.20.1-1.5.5-forge.jar

by flemmli97 on May 4, 2024
Download

simplequests-1.20.1-1.5.5-fabric.jar

by flemmli97 on May 4, 2024
Download

Simple Quests 1.5.5

  • Implement amount multiplier for multi quest entries (if applicable).
    • Define it in the amount field in json with type simplequests:context_multiplier.
    • The original amount will be multiplied by the multiplier * amount of times the quest was completed.
      final amount = amount * (1 + multiplier * times completed)
    • E.g.
      • "amount": {
          "type": "simplequests:context_multiplier",
          "multiplier": 1,
          "max": 10
          "value": {
              "type": "minecraft:uniform",
              "min": 10,
              "max": 15
          }
        },```
        
        
        
        
        
        

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.20.1/Changelog.md

simplequests-1.18.2-1.5.5-forge.jar

by flemmli97 on May 4, 2024
Download

simplequests-1.18.2-1.5.5-fabric.jar

by flemmli97 on May 4, 2024
Download

Simple Quests 1.5.5

  • Implement amount multiplier for multi quest entries (if applicable).
    • Define it in the amount field in json with type simplequests:context_multiplier.
    • The original amount will be multiplied by the multiplier * amount of times the quest was completed.
      final amount = amount * (1 + multiplier * times completed)
    • E.g.
      • "amount": {
          "type": "simplequests:context_multiplier",
          "multiplier": 1,
          "max": 10
          "value": {
              "type": "minecraft:uniform",
              "min": 10,
              "max": 15
          }
        },```
        
        
        
        
        
        

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.18/Changelog.md

simplequests-1.20.1-1.5.4-forge.jar

by flemmli97 on Feb 4, 2024
Download

simplequests-1.20.1-1.5.4-fabric.jar

by flemmli97 on Feb 4, 2024
Download

Simple Quests 1.5.4

  • Fix nullpointer with some predicates
  • Expand block interaction entries to allow interaction with blocks at the same position
  • Progression trackers changed to a registry system to be more expandable

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.20.1/Changelog.md

simplequests-1.18.2-1.5.4-forge.jar

by flemmli97 on Feb 4, 2024
Download

simplequests-1.18.2-1.5.4-fabric.jar

by flemmli97 on Feb 4, 2024
Download

Simple Quests 1.5.4

  • Fix nullpointer with some predicates
  • Expand block interaction entries to allow interaction with blocks at the same position
  • Progression trackers changed to a registry system to be more expandable

For past versions see: https://github.com/Flemmli97/SimpleQuests/blob/1.18/Changelog.md

simplequests-1.20.2-1.5.3-neoforge.jar

by flemmli97 on Dec 26, 2023
Download
1
2
3
4

Modrinth is open source.

main@acf2694

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.