[Outdated] Vote Rewards

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Would be great if you could provide us your config file - but it seems like you have a error in the syntax of your JSON(config) file
 
Would be great if you could provide us your config file - but it seems like you have a error in the syntax of your JSON(config) file

Code:
{
  "ServerKey":"",
  "ShopPoints":100,
  "Cooldown":30,
  "ItemsConfig":{
    "Items":[
      {
      }
    ],
    "Dinos":[
      {
      }
    ]
  },
  "Messages":{
    "Sender":"VoteRewards",
    "Command":"/votos",
    "RequestFailed":"<RichColor Color=\"1, 0, 0, 1\">Server {}: La solicitud ha fallado, por favor intentalo otra vez luego</>",
    "VoteNotFound":"<RichColor Color=\"1, 0, 0, 1\">Server {}: No se ha encontrado tu voto</>",
    "VoteClaimed":"<RichColor Color=\"1, 0, 0, 1\">Server {}: Ya has reclamado la recompensa</>",
    "VoteNotClaimed":"<RichColor Color=\"1, 0, 0, 1\">Server {}: Tu voto ha sido reclamado</>",
    "SuccessfullyClaimed":"<RichColor Color=\"0, 1, 0, 1\">Server {}: Has reclamado satisfactoriamente la recompensa</>",
    "CheckingVote":"Comprobando el voto para el servidor {0}..",
    "CooldownMsg":"<RichColor Color=\"1, 0, 0, 1\">Tiempo de espera {} segundos</>"
  }
}
 
Last edited by a moderator:
I think yes... D: many people of my server are waiting, but somethimes I give the reward manually...
 
I'm waiting on the Vote Rewards update until I hear this works again. Those of you getting this error, have you updated Ark API to v2.8 as well?
 
I'm waiting on the Vote Rewards update until I hear this works again. Those of you getting this error, have you updated Ark API to v2.8 as well?
Yes.
2.7 and previous version of voterewards worked fine, but new ones done, and current voterewards doesn't work with API 2.7
 
What I need to put in the config for give only points (so no items or dinos)?
 
"ShopPoints":200,
"Cooldown":60,
"ItemsConfig":{
"Items":[
],
"Dinos":[
]
},
 
I just read that it doesn't work anymore? I'm unsure if this is really the case. Could someone look at our config file? It sometimes seem to crash, and it doesnt give the rewards out at all...

Code:
{
"ServerKey":"removed",
"DbPathOverride":"//Votes.db",

"Individual":{
"ShopPoints":0,
"ItemsConfig":{
"Items":[
{
"Amount":1,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
}
]
}
},

"General":{
"Accumulatedvotes":3,
"ShopPoints":0,
"ItemsConfig":{
"Items":[
{
"Amount":300,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_SpoiledMeat.PrimalItemConsumable_SpoiledMeat'"
}
]
}
},

"General":{
"Accumulatedvotes":15,
"ShopPoints":0,
"ItemsConfig":{
"Items":[
{
"Amount":1,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_RareFlower.PrimalItemResource_RareFlower'"
}
]
}
},

"General":{
"Accumulatedvotes":30,
"ShopPoints":0,
"ItemsConfig":{
"Items":[
{
"Amount":500,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Gunpowder.PrimalItemResource_Gunpowder'"
}
]
}
},

"General":{
"Accumulatedvotes":40,
"ShopPoints":0,
"ItemsConfig":{
"Items":[
{
"Amount":30,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_BlackPearl.PrimalItemResource_BlackPearl'"
}
]
}
},

"General":{
"Accumulatedvotes":50,
"ShopPoints":0,
"ItemsConfig":{
"Items":[
{
"Amount":1,
"Quality":5,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_QuetzSaddle_Platform.PrimalItemArmor_QuetzSaddle_Platform'"
}
]
}
},

"General":{
"Accumulatedvotes":60,
"ShopPoints":0,
"ItemsConfig":{
"Items":[
{
"Amount":15,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
}
]
}
},

"General":{
"Accumulatedvotes":70,
"ShopPoints":0,
"ItemsConfig":{
"Items":[
{
"Amount":1,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_RexSaddle_Tek.PrimalItemArmor_RexSaddle_Tek'"
}
]
}
},

"General":{
"Accumulatedvotes":85,
"ShopPoints":0,
"ItemsConfig":{
"Items":[
{
"Amount":30,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Element.PrimalItemResource_Element_C'"
}
]
}
},
"Messages":{
"Sender":"VoteRewards",
"Numerofvotes":"TotalVotes",
"Command":"/votereward",
"RequestFailed":"<RichColor Color=\"1, 0, 0, 1\">Request has failed, please try again later</>",
"VoteNotFound":"<RichColor Color=\"1, 0, 0, 1\">Your vote wasn't found</>",
"VoteClaimed":"<RichColor Color=\"1, 0, 0, 1\">Your reward has already been claimed</>",
"VoteNotClaimed":"<RichColor Color=\"1, 0, 0, 1\">Your vote has not been claimed</>",
"SuccessfullyClaimed":"<RichColor Color=\"0, 1, 0, 1\">You have successfully claimed your reward</>"
}
}
 
Monetize your ARK server
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Tempest Dedicated Servers
Tebex
Back
Top