Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
/ Skulls Public archive

A Spigot Plugin that can give Player and Entity Skulls when they die or with a command

License

Notifications You must be signed in to change notification settings

ByAlexius/Skulls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skulls

A Spigot Plugin that can give Player and Entity Skulls when they die or with a command.

Config

You can configure the Plugin in the config.yml.
Here is a brief explanation of what the configurations do.

# If this is set to true the Plugin initialization is not run.
# This means that the Listeners and Commands aren't getting registered.
# You can still see the command in the ChatBox but can't use it.
# (It's being shown because it's still in the plugin.yml)
enabled: true 

drop:
  # When a player kills an entity should the head be dropped?
  entity: true
  # When a player kills a player should the head be dropped?
  player: true
  # Should the /Skull command be enabled?
  command: true

About

A Spigot Plugin that can give Player and Entity Skulls when they die or with a command

Resources

License

Stars

Watchers

Forks

Languages