Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.37 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.37 KB

EasterEggs

An easy way to add nice looking eggs to your server!

discord downloads

Config

IMPORTANT: If you use an older version of this plugin, make sure to update the config to get all new features!

# if you want your players to find eggs, set this to true
egg finding: true

# how often the player can "find" the egg
egg findings: 1

# the action when a player finds an egg
# only gets executed when egg finding is enabled
# available actions are:
#   award (sends the player a message)
#   command (executes a command)
# allowed placeholders are:
#   {PLAYER} => player's name
action:
  - award:
      message: "You've just found an egg!"
  - command:
      command: "say {PLAYER} just found an egg!"
      execute as player: true

Commands

Command SubCommand Description Permission Alias
eastereggs - Manage your easter eggs! eastereggs.command egg
spawn [type: string] Spawn an egg - add
remove [all] Remove an egg/s - delete

Eggs

For now, a rainbow egg is the only one, Sorry!

BUT: If you know how BlockBench works, you can create your own textures and save them in plugin_data/EasterEggs/egg.TYPE.png