[Resource] Foppa's Vote Rewards [Deleted]

Welcome!

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

SignUp Now!
This prefix applies to all resources.
Status
Not open for further replies.
is it possible to only get Ark shop points? we can somehow only get either an item or ark shop points by chance after the vote.
 
Can this be modified to be able to run a command when claimed?
 
This plugin is awesome... i do have 2 suggestions though...

1) On all servers if the server key/credentials are set to default eg "Server Key" then it wont list it when using the /vote command.

2) Would be awsome if we could add console commands as a reward, the config might look something like this where <steam_id> would be replaced with the voters steam ID:


JSON:
"Commands":[
    {
        "Command":"commandhere <steam_id>",
        "RewardChance":-1
    }
]
 
question , plugin work fine but , when players type /vote , they cannot click on the link the manually have to write it in google , anyone can help me ?
 
question , plugin work fine but , when players type /vote , they cannot click on the link the manually have to write it in google , anyone can help me ?
i think you cant do that, they need to search that link in google and vote
 
Seems Vote Rewards broke with new Ark Crystal Isles update. Same issue a lot of other plugins have with the new steamid changes?
 
Last edited:
I have the problem that ppl cant claim there vote reward because they have a negative claiming cooldown
 
This is my config (keys are the actual keys)


Code:
{ 

   "VoteRewards":{ 

      "ServerName":"Mythos",

      "VoteSitesCommand":"/vote",

      "CheckCommand":"/claim",

      "Messages":[ 

         "Checking for votes please wait...",

         "There are no rewards to claim.",

         "Below are a list of sites you can vote at",

         "Simply vote at a site listed above and type /claim to receive a reward",

         "You must wait {} Hours & {} Minutes before making your next claim.",

         "You must wait {} Seconds before making your next claim."

      ]

   },

   "Ark-servers.net":{ 

      "VoteKeys":[ 

         "0key",

         "1key",

         "2key",

         "3key",

         "4key"

      ],

      "VoteUrls":[ 

         "https://ark-servers.net/group/716/"

      ],

      "VoteDelayHours":4,

      "ChanceofPointsOrItems": false,

      "MinPointsReward": 50,

      "MaxPointsReward": 50,

      "Items":[ 

      ],

      "Dinos":[ 

        

      ],

      "Messages":[ 

         "Something is wrong with the request please try later.",

         "Congratulations enjoy your reward from ark-servers.net"

      ]

   }

}
 
Can someone help me pls ?
Hi, you need to add only a key. This mean that you can only vote a sever in the config. I have a cluster with 5 servers and my users have to vote in differents maps, The problem is that points are not cluster, mpas have differents points.
 
We have one data base for all servers. Ok thats bad if you can only vote for one server. Then we will disable the plugin its not worth it for us and the fact that the modder doesnt even care about his plugin is rly bad. I can understand its a free plugin, but after all a little bit support should have a free plugin too
 
For us Vote Rewards has started working again with no updates 🤨.
 
Last edited:
Hey,

having some issues configuring the plug in, i'd like to reward with ingame currency however when i try it doesnt work. Any ideas of what could be causing it?


{
"VoteRewards":{
"ServerName":"Bad Judgement Primal Fear",
"VoteSitesCommand":"/vote",
"CheckCommand":"/claim",
"Messages":[
"Checking for votes please wait...",
"There are no rewards to claim.",
"Below are a list of sites you can vote at",
"Simply vote at a site listed above and type /claim to receive a reward",
"You must wait {} Hours & {} Minutes before making your next claim.",
"You must wait {} Seconds before making your next claim."
]
},
"ark-servers.net":{ //Config for ark-servers.net
"VoteKeys":[
"4HDolc7wHLIdYOHpfFSXWjIvpVcNS1eWVNv"
],
"VoteUrls":[
"https://ark-servers.net/server/231285/vote/"
],
"VoteDelayHours":24, //How often the user can vote
"ChanceofPointsOrItems": false, //setting this to true will give a 50% chance of point or items reward
"MinPointsReward": 0, //the minimum Points to give a player
"MaxPointsReward": 0,//the max Points, setting min and max the same value will result in a fixed amount
"Items":[
{
"Blueprint":"Blueprint'/Game/Mods/TCsAutoRewards/Main/Currency/PrimalItemConsumable_TCsAR_CurrencyARcPlatinum.PrimalItemConsumable_TCsAR_CurrencyARcPlatinum'",
"RewardChance":-1, //-1 100% of the time, 1 == 1/2 Chance, 3 = 1/4 Chance, 6 = 1/8 Chance
"MinQuantity":1, //the minimum quantity of the item to give a player
"MaxQuantity":2,//the max quantity, setting min and max the same value will result in a fixed amount
"MinQuality":0, //the minimum quality of the item to give a player
"MaxQuality":0,//the max quality, setting min and max the same value will result in a fixed amount
"MinIsBP":0, //the minimum chance of the item to give a player is a bp
"MaxIsBP":0//the max chance of a bp, setting min and max the same value will result in a fixed amount
}
],
"Dinos":[
{
"Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Dilo/Dilo_Character_BP.Dilo_Character_BP'",
"RewardChance":0,
"MinLevel":2,//the minimum level of the dino to give a player
"MaxLevel":40,//the max level, setting min and max the same value will result in a fixed amount
"Tamed":true,//tame the dino for the player
"Neutered":false//is the dino castrated
}
],
"Messages":[
"Something is wrong with the request please try later.",
"Congratulations enjoy your reward"
]
},
"trackyserver.com":{ //Config for trackyserver.com
"VoteKeys":[
"APIKey"
],
"VoteUrls":[
"trackyserver.com voteURLHere"
],
"VoteDelayHours":24,
"ChanceofPointsOrItems": false,
"MinPointsReward": 50,
"MaxPointsReward": 400,
"Items":[
{
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSword.PrimalItem_WeaponSword'",
"RewardChance":-1,
"MinQuantity":1,
"MaxQuantity":5,
"MinQuality":0,
"MaxQuality":0,
"MinIsBP":0,
"MaxIsBP":0
}
],
"Dinos":[
{
"Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Dilo/Dilo_Character_BP.Dilo_Character_BP'",
"RewardChance":2,
"MinLevel":2,
"MaxLevel":40,
"Tamed":true,
"Neutered":false
}
],
"Messages":[
"Something is wrong with the request please try later.",
"Congratulations enjoy your reward"
]
},
"toparkservers.com":{ //Config for toparkservers.com
"VoteKeys":[
"Server Key"
],
"VoteUrls":[
"toparkservers.com voteURLHere"
],
"VoteDelayHours":24,
"ChanceofPointsOrItems": false,
"MinPointsReward": 50,
"MaxPointsReward": 400,
"Items":[
{
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSword.PrimalItem_WeaponSword'",
"RewardChance":-1,
"MinQuantity":1,
"MaxQuantity":5,
"MinQuality":0,
"MaxQuality":0,
"MinIsBP":0,
"MaxIsBP":0
}
],
"Dinos":[
{
"Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Dilo/Dilo_Character_BP.Dilo_Character_BP'",
"RewardChance":2,
"MinLevel":2,
"MaxLevel":40,
"Tamed":true,
"Neutered":false
}
],
"Messages":[
"Something is wrong with the request please try later.",
"Congratulations enjoy your reward"
]
}
}

 
Hey @OwnProx, I've received a number of reports of issues when claiming rewards for votes made via toparkservers.com. It appears that there were some recent changes to the website and possibly the way that the server keys are checked via the API.

When I checked the keys in our (previously working) config, I found that they were all different from the ones listed on toparkservers.com. Unfortunately, updating the keys in the config did not resolve the issue.

Can you confirm if any changes need to be made to the plugin to accommodate the recent update? Here's the API doc for reference: https://toparkservers.com/api-docs.

Thanks in advance!
 
Status
Not open for further replies.
Tempest Dedicated Servers
Tebex
Monetize your ARK server
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Back
Top