UltimateRewards | Daily, weekly, monthly crates | $2.99

Status
This thread has been locked.

TBK

59,226.94 CRO
Deactivated
Feedback score
49
Posts
756
Reactions
753
Resources
0
13s7PWH.png

b5c4bd3a741658beec7f13a0c190ca95.gif

TEST SERVER: 144.217.121.168:25667

You can reward players for logging in daily, weekly or monthly you are able to customize the time in the config to suit yourself.

This plugin allows you to give donors extra crates ect.

Everything is customizable:
Code:
prefix: '&8(&f&lUltimate&c&lRewards&8)'
gui_title: '&f&lUltimate&c&lRewards'
gui_size: 27
blank_space_item: '160:15'
crates:
  '1':
    name: '&aMembers &7Daily Crate'
    slot: 11
    crate_item: '342'
    amount_crate_item: 1
    lore:
    - '&7'
    - '&7Claim your free daily crate.'
    - '&7Contains alot of reward.'
    - '&7'
    - '&cClick to open!'
    opened: 328
    cooldown: 86400
    rewards_amount: 1
    rewards:
      '1':
        name: '&7&nx16 Iron Ingots'
        commands:
        - give %player% ironingot 16
      '2':
        name: '&7&nx32 Dirt'
        commands:
        - give %player% dirt 32
  '2':
    name: '&eElites &7Daily Crate'
    slot: 13
    crate_item: '343'
    amount_crate_item: 1
    lore:
    - '&7'
    - '&7Claim your free daily crate.'
    - '&7Contains alot of reward.'
    - '&7'
    - '&cClick to open!'
    opened: 328
    cooldown: 86400
    rewards_amount: 1
    rewards:
      '1':
        name: '&7&nx4 Diamonds&r'
        commands:
        - give %player% diamond 4
      '2':
        name: '&7&nx32 Grass&r'
        commands:
        - give %player% grass 32
  '3':
    name: '&fHeros &7Daily Crate'
    slot: 14
    crate_item: '343'
    amount_crate_item: 1
    lore:
    - '&7'
    - '&7Claim your free daily crate.'
    - '&7Contains alot of reward.'
    - '&7'
    - '&cClick to open!'
    opened: 328
    cooldown: 86400
    rewards_amount: 1
    rewards:
      '1':
        name: '&7&nx8 Emeralds&r'
        commands:
        - give %player% emerald 8
      '2':
        name: '&7&nx1 Diamond Block&r'
        commands:
        - give %player% diamondblock 1
  '4':
    name: '&cTitans &7Daily Crate'
    slot: 15
    crate_item: '343'
    amount_crate_item: 1
    lore:
    - '&7'
    - '&7Claim your free daily crate.'
    - '&7Contains alot of reward.'
    - '&7'
    - '&cClick to open!'
    opened: 328
    cooldown: 86400
    rewards_amount: 1
    rewards:
      '1':
        name: '&7&nx1 Netherstar&r'
        commands:
        - give %player% 399 1
      '2':
        name: '&7&nx1 Gold Key&r'
        commands:
        - cr givekey %player% gold 1[/LEFT]


Commands:
/rewards - opens GUI
/rewards reload
/rewards removecooldown <name> <cratename>

Perms:
ultimaterewards.open.<cratename>
ultimaterewards.reload
ultimaterewards.removecooldown

EXAMPLE
If your crate name was this name: '&aMembers &7Daily Crate'
them perm would be ultimaterewards.open.members_daily_crate the same applys to /rewards removecooldown thehumax members_daily_crate
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

TBK

59,226.94 CRO
Deactivated
Feedback score
49
Posts
756
Reactions
753
Resources
0
I'll take a vouch copy?

I don't offer VC's sorry, you can test it out on my test server if you would like :) - TEST SERVER: 144.217.121.168:25667
 

Shottzyy

Premium
Feedback score
24
Posts
141
Reactions
54
Resources
7
13s7PWH.png

b5c4bd3a741658beec7f13a0c190ca95.gif

TEST SERVER: 144.217.121.168:25667

You can reward players for logging in daily, weekly or monthly you are able to customize the time in the config to suit yourself.

This plugin allows you to give donors extra crates ect.

Everything is customizable:
Code:
prefix: '&8(&f&lUltimate&c&lRewards&8)'
gui_title: '&f&lUltimate&c&lRewards'
gui_size: 27
blank_space_item: '160:15'
crates:
  '1':
    name: '&aMembers &7Daily Crate'
    slot: 11
    crate_item: '342'
    amount_crate_item: 1
    lore:
    - '&7'
    - '&7Claim your free daily crate.'
    - '&7Contains alot of reward.'
    - '&7'
    - '&cClick to open!'
    opened: 328
    cooldown: 86400
    rewards_amount: 1
    rewards:
      '1':
        name: '&7&nx16 Iron Ingots'
        commands:
        - give %player% ironingot 16
      '2':
        name: '&7&nx32 Dirt'
        commands:
        - give %player% dirt 32
  '2':
    name: '&eElites &7Daily Crate'
    slot: 13
    crate_item: '343'
    amount_crate_item: 1
    lore:
    - '&7'
    - '&7Claim your free daily crate.'
    - '&7Contains alot of reward.'
    - '&7'
    - '&cClick to open!'
    opened: 328
    cooldown: 86400
    rewards_amount: 1
    rewards:
      '1':
        name: '&7&nx4 Diamonds&r'
        commands:
        - give %player% diamond 4
      '2':
        name: '&7&nx32 Grass&r'
        commands:
        - give %player% grass 32
  '3':
    name: '&fHeros &7Daily Crate'
    slot: 14
    crate_item: '343'
    amount_crate_item: 1
    lore:
    - '&7'
    - '&7Claim your free daily crate.'
    - '&7Contains alot of reward.'
    - '&7'
    - '&cClick to open!'
    opened: 328
    cooldown: 86400
    rewards_amount: 1
    rewards:
      '1':
        name: '&7&nx8 Emeralds&r'
        commands:
        - give %player% emerald 8
      '2':
        name: '&7&nx1 Diamond Block&r'
        commands:
        - give %player% diamondblock 1
  '4':
    name: '&cTitans &7Daily Crate'
    slot: 15
    crate_item: '343'
    amount_crate_item: 1
    lore:
    - '&7'
    - '&7Claim your free daily crate.'
    - '&7Contains alot of reward.'
    - '&7'
    - '&cClick to open!'
    opened: 328
    cooldown: 86400
    rewards_amount: 1
    rewards:
      '1':
        name: '&7&nx1 Netherstar&r'
        commands:
        - give %player% 399 1
      '2':
        name: '&7&nx1 Gold Key&r'
        commands:
        - cr givekey %player% gold 1[/LEFT]


Commands:
/rewards - opens GUI
/rewards reload
/rewards removecooldown <name> <cratename>

Perms:
ultimaterewards.open.<cratename>
ultimaterewards.reload
ultimaterewards.removecooldown

EXAMPLE
If your crate name was this name: '&aMembers &7Daily Crate'
them perm would be ultimaterewards.open.members_daily_crate the same applys to /rewards removecooldown thehumax members_daily_crate
what is the price? + can I add you on discord to buy?
 

TBK

59,226.94 CRO
Deactivated
Feedback score
49
Posts
756
Reactions
753
Resources
0
what is the price? + can I add you on discord to buy?

$2.99 yes you can buy it now and will be added to the resource once its available. TheHumax#0133
 

TBK

59,226.94 CRO
Deactivated
Feedback score
49
Posts
756
Reactions
753
Resources
0
Last edited:

TBK

59,226.94 CRO
Deactivated
Feedback score
49
Posts
756
Reactions
753
Resources
0
Okay thanks for clearing that up, once again sorry if it came across I was "trashing" just was asking a question :)

Yup no worries seemed like a understandable question too me :)
 

TBK

59,226.94 CRO
Deactivated
Feedback score
49
Posts
756
Reactions
753
Resources
0
Did you say this was coming out as a resource I'm guessing when it's approved? Will probably purchase then, but just don't to pay $2 F&F payment fee for a $2.99 resource xD

Your more than welcome to send it through G&S thats what it would be sent if you purchased it as a resource :)
 

TBK

59,226.94 CRO
Deactivated
Feedback score
49
Posts
756
Reactions
753
Resources
0
Look cool and everything, but a suggestion would likely be to add another configuration option to show a different lore when a item is on cooldown rather than just adding the cooldown timer to the end of the lore of the item.

Thanks for the suggestion, that would be pretty cool :)
 
Status
This thread has been locked.
Top