- With this plugin you can set login rewards for each day on a weekly basis on your server!
From the config file you can customize:
- Type of reward (item or command)
- Amount of reward
- Title shown when giving reward
- Subtitle shown when giving reward
- Message sent while giving reward
- Title display time
- Sound effect
- Particle effect type
- Particle amount
INFORMATION: This plugin uses {player} for player placeholder and you don't need PlaceholderAPI for this.
Commands:
- /djr: Main command of plugin
- /djr reload: Reloads plugin config and database
- /djr test <DayName>: Serves to test the entry reward of the specified day. It is for admins.
Database:
This plugins uses database.yml for database. In this way, you can easily make changes to the database. After making changes, you can apply the changes with the /djr reload command.
This is DailyJoinRewards plugin support Discord server:
https://discord.gg/mDXUuTmgez
If you have a problem or want to make a suggestion, you can come to my plugin support Discord server.
And this is plugin's config.yml file:
Code (YAML):
AwardReceivedMessage
:
"&6Your daily login reward has been given, have fun!"
Title
:
"&dDaily Join Reward"
Subtitle
:
"&eYou got the daily join reward!"
# For how many seconds should the title be displayed?
TitleDuration
: 5
# How many seconds after joining the server should the reward be given?
Delay
: 5
# You can choose two types of rewards: item and command (Pay attention to the use of upper and lower case letters)
# If you chose the command type, ignore the reward amount parts
# All letters of the item ids must be uppercase. Otherwise it won't work!
# IMPORTANT: If you are giving the reward as a command, you mustn't put slash (/) at the beginning of the command!
# You can use {player} for player placeholder!
SundayRewardType
:
"item"
SundayReward
:
"IRON_INGOT"
SundayRewardAmount
: 10
MondayRewardType
:
"item"
MondayReward
:
"GOLD_INGOT"
MondayRewardAmount
: 8
# You can use {player} for player placeholder!
TuesdayRewardType
:
"command"
TuesdayReward
:
"give {player} emerald 3"
# If you chose the command type, ignore the reward amount parts
TuesdayRewardAmount
: 2
WednesdayRewardType
:
"item"
WednesdayReward
:
"DIAMOND"
WednesdayRewardAmount
: 3
ThursdayRewardType
:
"item"
ThursdayReward
:
"IRON_BLOCK"
ThursdayRewardAmount
: 7
FridayRewardType
:
"item"
FridayReward
:
"GOLD_BLOCK"
FridayRewardAmount
: 2
SaturdayRewardType
:
"item"
SaturdayReward
:
"DIAMOND_BLOCK"
SaturdayRewardAmount
: 1
# You can look the sound ids from this link: https://www.digminecraft.com/lists/sound_list_pc.php
# NOTE: All letters must be uppercase!
# IMPORTANT: You should always use "_" instead of dot (.) , if you use dot (.) it won't work!
Sound
:
"ENTITY_PLAYER_LEVELUP"
# Will the particle effects appear when receiving rewards?
Particles
: true
# You can look the particle ids from this link: https://www.digminecraft.com/lists/particle_list_pc.php
# NOTE: All letters must be uppercase!
# IMPORTANT: You should always use "_" instead of dot (.) , if you use dot (.) it won't work!
ParticleType
:
"HEART"
# NOTE: If you type the amount of particles high, it can cause lag and fps issues!
ParticleAmount
: 75