terrarium-earth / Heracles

A tree style questing mod allowing creators to set completable quests for their users
MIT License
34 stars 19 forks source link

[Feature Request]: Add a per-reward auto-claim option #244

Open lonevox opened 3 months ago

lonevox commented 3 months ago

Is your feature request related to a problem?

I have a reward that executes a command, and another reward which is a loot bag. I would like to have the command reward be claimed immediately so that the command is executed. The loot bag reward can be collected by the player whenever they feel like it.

Solution(s)

Add an optional autoClaim bool to the reward object, which overrides the autoClaimReward quest setting.

Describe alternatives you've considered

No response

Mod Version

1.1.13

Mod Loader Version

1.20.1 - 47.2.17

Mod Loader

Forge

Additional context

No response

SettingDust commented 1 month ago

How about 2 quest. The command reward quest is hidden and auto claim.

lonevox commented 1 month ago

That would work but is clunky.