DailyKeyX is a daily rewards plugin which allows players to collect a daily item. You can configure the daily item they receive and set the cool down time between receiving the daily item.
Set the daily item
Use /daily setitem to set the daily reward to the item in your hand
Or set the daily item directly in config.yml
Supports items with lore (Set in config.yml only)
Supports ExcellentCrates and other plugins (See example in config.yml)
Set the cool down time in minutes and hours
Configure custom messages
Supports permissions
Player Commands:
/daily - Receive the daily item
Admin Commands:
/daily help - Displays this helpful help message
/daily reload - Reloads the configuration after manually changing config.yml
/daily setcooldown (minutes) - Sets the cool down in minutes
/daily setitem [amount] - Sets the item in your hand to the daily item
# The message prefix displayed before each message # Set to "" for no message prefix # Default: '&9&lDaily&b&lKey&8&lX &7||&r' MessagePrefix:'&9&lDaily&b&lKey&8&lX &7||&r'
# The command to run when the user types /daily. Use %s to represent the player who issues the /daily command. # Examples: # - give %s iron_sword 1 # - give %s diamond 5 # - give %s diamond_sword{display:{Name:'[{"text":"Special Diamond Sword","italic":false}]'},Enchantments:[{id:knockback,lvl:1},{id:mending,lvl:1}]} 1 # - crate key give %s daily 1 DailyCommand:give %s diamond_sword 1
# The message to display to the user when the user types /daily # Set to "" for no message # Default: You received the daily item! DailyMessage:You received the daily item!
# The message to display to the user when the user types /daily and is in cool down # Set to "" for no message. # Use %s to display the remaining time in hours and minutes (Example: 5 hours and 29 minutes) # Default: Daily item already collected. Try again in %s. CoolDownMessage: Daily item already collected. Try again in %s.
# The cool down time in minutes (For hours, multiply hours by 60. Example: 6 hours x 60 = 360 minutes) CoolDownMinutes:60
# The message to display to the user when the user types /daily without permissions # Set to "" for no message # Default: '&cYou do not have permission to run this command.&r' NoPermissionsMessage:'&cYou do not have permission to run this command.&r'
# The message to display for an unknown command # Set to "" for no message # Default: "&cUnknown command.&r" UnknownCommandMessage:'&cUnknown command.&r'
# ################# Do Not Modify ################### ConfigVersion:1.0.0