Hey there,
in my server i have the plugin set to 250RP per hour, but the amount of RP they have to add is 1 at a time. anyway i can increase it to 100 ?
if not they'd be clicking 6,000 times for 24 hours
Hey there,
in my server i have the plugin set to 250RP per hour, but the amount of RP they have to add is 1 at a time. anyway i can increase it to 100 ?
if not they'd be clicking 6,000 times for 24 hours
I should really make this configurable, but in the meantime you can make a small change in the code to edit this. On lines 2073 and 2090, change the "1" to whatever number you would like it to change by. For example if you want it to change by 20, it should look like this on line 2073.
economyPanel.Increment(player.Id, config.Settings.UseRP ? 20 : 10);
Sorry I typed this on my phone so I hope the formatting came out okay. Definitely test this out first by the way, let me know if you have any questions.
THANK YOU SO MUCH!!!!