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:
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:
JSON:
{
"Mission shortname and rewards": {
"lumberjack_kill": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"lumberjack_vodka": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"lumberjack_harvestwood": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"fisherman_tackle": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"fisherman_fishing": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"fisherman_oilhunt": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"sharkhunt": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"cratefree": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"deerhunt_basic": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"boarhunt_basic": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"boarhunt_1": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"basictreasuremission": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
},
"harvestmission": {
"Item configurations": [
{
"Shortname": "scrap",
"Amount": 25
},
{
"Shortname": "syringe.medical",
"Amount": 3
}
],
"Economics points (0 to disable)": 0.0,
"Server rewards points (0 to disable)": 0.0
}
}
}
Missions and their shortname:
JSON:
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)