🍳Easter eggs

In this mode, the player needs to collect Easter eggs scattered throughout the area. There are 2 gameplay variations in this mode:

β€’ When the eggs spawn after some time at the specified points. At the same time, you can set at least 1000 places, but so that there are only 20 eggs at spawn. Then the locations will be taken randomly from these 1000. The winner is the one who collects the most eggs in a given time

β€’ Once in a wipe, for example, each player will be given, for example, 20 eggs. If he finds them, he receives a reward. Only after the wipe will he be able to take it.

Default

Installation

You just need to specify the points for the eggs to spawn.

Set as many as possible so that there is pseudo-random and players cannot remember all the location points.

Commands

Description
Command

View mode commands

/easteregg help

Adds +1 spawn point for the egg

/easteregg add

Removes the spawn point that the player is looking at

/easteregg remove

Quick restart

/easteregg trigger

Adds an item to your hand as a prize when you win. You need to specify the drop chance. Be sure to change the drop type in the config for this mode. You can set rewards for 1, 2 and 3 places.

/easteregg additem <place:1-3> <chance>

Permissions

For what
Permission

Gives all mode access to the player

fun.easteregg.*

Gives the player permission to create/delete easter eggs

fun.easteregg.create

Gives the player permission to restart this mode

fun.easteregg.trigger

Gives the player permission to pick up easter eggs

fun.easteregg.find

Main config (config.yml)

Mode config (easter_eggs.yml)

You can change the type of reward. Just change it in the config above. Here are what they are:

1) MONEY - Gives only money

2) ITEM - Gives only one item with some chance

3) ALLITEMS - Gives all items in list

4) COMMAND - Executes commands. Example:

Last updated