Simple Quests

Simple Quests

Mod

Serversided questing system

Server Utility

1,775 downloads
17 followers
Createda year ago
Updated5 days ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

simplequests-1.20.1-1.5.5-forge.jar

Changelog

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

Files

simplequests-1.20.1-1.5.5-forge.jar(333.85 KiB) Primary Download

Project members

flemmli97

Owner


Technical information

License
ARR
Client side
unsupported
Server side
required
Project ID