Simple Quests

Simple Quests

Mod

Serversided questing system

Server Utility

4,858 downloads
28 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter loader...
Filter versions...

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.21/Changelog.md

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

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

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

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

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

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

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

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

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


Project members

flemmli97

Owner

Details

Licensed ARR
Published 2 years ago
Updated 8 days ago