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
/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
