About Mission Rewards
Modifies rewards from the missions
This plugin allows you to modify the rewards given when completing a mission, you can add as many items as you want for each mission
Configuration:
{ "Mission shortname and rewards": { "lumberjack_kill": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "syringe.medical", "Amount": 3 } ], "lumberjack_vodka": [ { "Shortname": "apple", "Amount": 1 } ], "lumberjack_harvestwood": [ { "Shortname": "apple", "Amount": 1 } ], "fisherman_tackle": [ { "Shortname": "apple", "Amount": 1 } ], "fisherman_fishing": [ { "Shortname": "apple", "Amount": 1 } ], "fisherman_oilhunt": [ { "Shortname": "apple", "Amount": 1 } ], "sharkhunt": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "apple", "Amount": 10 }, { "Shortname": "lowgradefuel", "Amount": 30 } ], "cratefree": [ { "Shortname": "scrap", "Amount": 25 }, { "Shortname": "lowgradefuel", "Amount": 50 } ], "deerhunt_basic": [ { "Shortname": "apple", "Amount": 1 } ], "boarhunt_basic": [ { "Shortname": "apple", "Amount": 1 } ], "boarhunt_1": [ { "Shortname": "apple", "Amount": 1 } ], "basictreasuremission": [ { "Shortname": "apple", "Amount": 1 } ], "harvestmission": [ { "Shortname": "apple", "Amount": 1 } ] } }
Missions and their shortname:
HarvestVood (harvestmission) Vagabond Treasure (basictreasuremission) Boar Hunt (boarhunt_basic) Deer Hunt (deerhunt_basic) Boar Hunt (boarhunt_1) Lost Bottles (lumberjack_vodka) Collect Vood (lumberjack_harvestwood) Wildlife Cull (lumberjack_kill) Tackle the day (fisherman_tackle) Go Fish (fisherman_fishing) Oiled up (fisherman_oilhunt) Shark Hunt (sharkhunt) Underwater Bounty (cratefree)