![0RESMON & Codeverse Community Rewards [STANDALONE] main image](https://forum-cfx-re.akamaized.net/optimized/4X/3/8/0/380e850bd84db9fcff63a9d9a367ef9336e7159e_2_690x239.png)
![0RESMON & Codeverse Community Rewards [STANDALONE] thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/4X/3/8/0/380e850bd84db9fcff63a9d9a367ef9336e7159e_2_690x239.png)
![0RESMON & Codeverse Community Rewards [STANDALONE] thumbnail 2](https://forum-cfx-re.akamaized.net/original/4X/a/3/e/a3ee19d329f9e080464b399ced61b49136fddd28.gif)
![0RESMON & Codeverse Community Rewards [STANDALONE] thumbnail 3](https://forum-cfx-re.akamaized.net/original/4X/c/3/9/c39ef63c67a5930b8e0483f39d33b98e12d83c02.gif)
![0RESMON & Codeverse Community Rewards [STANDALONE] thumbnail 4](https://forum-cfx-re.akamaized.net/original/4X/8/c/3/8c3a4c1e84eb6ec9584f3b0eb21332782fafb1be.gif)
![0RESMON & Codeverse Community Rewards [STANDALONE] thumbnail 5](https://forum-cfx-re.akamaized.net/original/4X/3/3/b/33b9899fd600d6d592163bef00e7ed66422a877c.gif)
![0RESMON & Codeverse Community Rewards [STANDALONE] thumbnail 6](https://forum-cfx-re.akamaized.net/original/4X/f/c/8/fc8175a3f6acdc70ec28e970197bf96ab5024d0b.gif)
![0RESMON & Codeverse Community Rewards [STANDALONE] thumbnail 7](https://forum-cfx-re.akamaized.net/original/4X/d/f/7/df79c213ce9b1133cdd92fe2a63e5ae785c1678a.gif)
Price
UnknownA script by 0Resmondev
Price
Unknown
You can see your profile details, and completed challanges there!
You can see all challanges from there, there are 4 types of challanges for now (Check our Roadmap!)
- → inDiscord: Checks if player in discord, or not.
- → discordTime: Checks if player in discord for X days (Configurable as days, or you can use float values to have discord For example: 0.2 days)
- → haveRole: Checks if player has a role on your discord server
- → persistentRole: Checks if player has a persistent role, for example configured vip role can give player access to collect rewards every X day (Configurable Too)
Grant Challange
Reset Challange
Reset all challanges
Pages are only visible to admins (You can configure admins from config.lua)
It will automatically redirect players to your discord url!
Config = {}
Config.Command = "roleclaim"
Config.Discord = "https://discord.gg/0resmon"
Config.DiscordDiscordWebhooks = {
["ADMIN"] = "", -- webhook
["MISSIONS"] = "", -- webhook
}
Config.StaffList = {
["discord:383975855413526530"] = true,
}
Config.Missions = {
{
title = "Join Server!",
titleDesc = "Good luck!",
description = "Join our discord server and claim this reward!",
rewards = {
{
type = "money",
amount = 1000
},
{
type = "item",
item = "tosti",
amount = 5
}
},
canInteract = {
inDiscord = true,
},
id = "joinServer",
image = "imgs/logo.png"
},
{
title = "Booster Member!",
titleDesc = "Good luck!",
description = "Boost our discord server and claim this reward!",
rewards = {
{
type = "money",
amount = 1000
},
{
type = "item",
item = "tosti",
amount = 5
}
},
canInteract = {
inDiscord = true,
haveRole = "1093312651867717662"
},
id = "boosterMember",
image = "imgs/logo.png"
},
{
title = "Beginner Member",
titleDesc = "Good luck!",
description = "Stay in our discord for 3 days!",
rewards = {
{
type = "money",
amount = 1000
},
{
type = "item",
item = "tosti",
amount = 5
}
},
canInteract = {
inDiscord = true,
discordTime = 3, --days
},
id = "beginnerMember",
image = "imgs/logo.png"
},
{
title = "Premium Member!",
titleDesc = "Good luck!",
description = "Stay in our discord for 14 days!",
rewards = {
{
type = "money",
amount = 1000
},
{
type = "item",
item = "tosti",
amount = 5
}
},
canInteract = {
inDiscord = true,
discordTime = 14, --days
},
id = "premiumMember",
image = "imgs/logo.png"
},
{
title = "VIP Member!",
titleDesc = "Good luck!",
description = "Buy VIP to claim this every 3 day!",
rewards = {
{
type = "money",
amount = 1000
},
{
type = "item",
item = "tosti",
amount = 5
}
},
canInteract = {
inDiscord = true,
persistentRole = {
role = "1093312651867717662",
time = 3, --days
},
},
id = "vipMember",
image = "imgs/logo.png"
},
}
Community Rewards Open Source Code QBCore
Community Rewards Open Source Code ESX
Community Rewards Escrowed QBCORE
Community Rewards Escrowed ESX
You can buy any framework if you use standalone, it supports it.
Script doesnt have a SQL, operated with JSON files in ./Server/Data
Code is accessible | Optional |
Subscription-based | No |
Lines (approximately) | ~1500 |
Requirements | Yarn |
Support | 100% Support up to 15 hours/day |
No approved reviews found for this script yet.