RaindropQuests 3.1.8

Details

  • Filename
    RaindropQuests-3.1.8.jar
  • Uploaded by
  • Uploaded
    May 12, 2023
  • Size
    1.99 MB
  • Downloads
    91
  • MD5
    0b6048696a6e489a0b9125397f8c4a3e

Supported Bukkit Versions

  • 1.19.3
  • 1.18.2
  • 1.17

Changelog

- Condense recipes no longer interfere with other recipes.
- Condense recipes now show in the recipe list.
- Bug fixes for the new database interface
- Restricted shift click crafting while passives are active. This is to reduce lag.
[code]Crafting:</div> <div data-redactor="1">&nbsp; # Note: setting true may result in server lag!</div> <div data-redactor="1">&nbsp; # When enabled, allow players to shift click craft when passives are active</div> <div data-redactor="1">&nbsp; # If players have no active passives, shift click is enabled as normal</div> <div data-redactor="1">&nbsp; AllowShiftClick: false[/code]
 
-New config option! Random quest pool! This option allows server owners to specific which quests are in the random quest pool. Any quests that are not in the pool will be available to all players at any time.
[code]Quests:</div> <div data-redactor="1">&nbsp; # Enables randomly available quests</div> <div data-redactor="1">&nbsp; Random: false</div> <div data-redactor="1">&nbsp; # Number of quests randomly available</div> <div data-redactor="1">&nbsp; Available: 2</div> <div data-redactor="1">&nbsp; # Pool of available quests.</div> <div data-redactor="1">&nbsp; # If Random is enabled and the pool is empty, all quests are used</div> <div data-redactor="1">&nbsp; # Quest IDs for example Quest1, Quest2, Quest3 are default quest IDs</div> <div data-redactor="1">&nbsp; Pool: [Quest1, Quest2]</div> <div data-redactor="1">&nbsp; # Cool down before new quests are available - server wide - seconds</div> <div data-redactor="1">&nbsp; CoolDown: 86400</div> <div data-redactor="1">&nbsp; # If using MySQL - One server must have this enabled to use Quest Random Available across server networks</div> <div data-redactor="1">&nbsp; # If this is enabled - every server will select and change the available quests when the timer is met</div> <div data-redactor="1">&nbsp; # For SQLite users - Leave enabled</div> <div data-redactor="1">&nbsp; Master: true[/code]
 
New command!
[code]/rq toggle <PassiveName>/All  true/false - toggle specific (or all) passive(s) on/off[/code]