Easter Egg
Manual to Easter Eggs.
Last updated
Was this helpful?
Manual to Easter Eggs.
Last updated
Was this helpful?
There is expected that rewards are created, yet! To create rewards, check this tutorial: How to create Reward
There are two options how to create EasterEgg. By in-game UI or Manually in the confiuration file. Both have some restrictions, so if you want use some advanced methods you will need to use combination of them.
I recommend to watch SettingUp Tutorial to EggHunt.
Configuration file EasterEgg.yml
is located at main folder of Egghunt plugin.
Rarity is not required to use, but you can differ what egg has higher value. Also you can create requirements using Rarity. (E.g. Collect 3 EPIC Eggs.)
If you want to change rarity names of create more/less rarities. Edit CustomValue.yml
, GUI.yml
and Localization
file.
Setting up icon is recommended through in-game UI. It is used at Album, Locations and Admin UI for better recognition between each other eggs.
To increase rarity and also activity on your server, you can place a condition when is able to find Easter Egg. Players have to visit server and find egg in specified date-time range. Before and after this range, Egg won't be able to find.
Before finding that egg, player has to meet requirements. If player meets requiremenets, egg is spawned at location. You can combine these three requirements as you wish.
Examples:
Player has to find specified Egg.
Player has to find at least one Egg.
Player has to find at least 2 eggs from COMMON rarity and one EPIC.
To prevent abuse from fake accounts claiming rewards from eggs or to enhance the gameplay experience, you can require players to spend a specified amount of time on your server before being able to find Easter egg.
Types of Restriction:
Total
- Total time spent on the server.
Example: Player has to play for at least 5 Days(7200 Minutes) to be able to find egg.
Today
- Today's time spent on the server. Probably most used
Example: Player has to play for at least 30 Minutes that day to be able to find egg..
Session
- Time spent on the server since player logged in.
Example: Player has to be online for at least 30 Minutes to be able to find egg..
To disable PlayTime Requirement, keep all values to 0
.
How near(in blocks) has to be player to spawn egg.
Particles are spawning around the spawned Easter Egg. You can keep them active or disable them. Also you can change Effect, Color, Speed and Amount.
Choice Types:
NONE
- No reward is given to player at claiming the Egg.
QUICK_ALL - All assigned rewards are given to player
QUICK_CHANCE - One reward is selected from assigned list by probability
Example for probability. DiamondTools
has 90% chance, MoneyPocket
has 10% chance to win.
Summary of probability at assinged rewards has to be 100.0! Otherwise, system won't work correctly!
At detail of the Easter Egg, at bottom of the UI, there is a Redstone Dust
. By click on it, you can test the claiming. All Rewards assigned to this egg will be given to you. (No Database query/update will be executed.)
After successful setting up of the eggs, you need to reload the plugin to load new rewards.