https://github.com/niewidzialny84/headless
Head drops and gets
https://github.com/niewidzialny84/headless
java minecraft-plugin mob-heads player-heads
Last synced: about 2 months ago
JSON representation
Head drops and gets
- Host: GitHub
- URL: https://github.com/niewidzialny84/headless
- Owner: Niewidzialny84
- Created: 2019-09-27T23:13:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T20:48:06.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T09:55:52.395Z (about 1 year ago)
- Topics: java, minecraft-plugin, mob-heads, player-heads
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Headless
### Description
Simple plugin for getting and dropping heads from mobs with configurable chances.
### Config
All values are shipped with the plugin and set to default value.
```yaml
#Entity name that drops
PLAYER:
#Should this entity drop a head; default: false
drop: true
#Chance in % to drop head; default 5
chance: 15
#Looting increase per each level e.g. Looting 1 adds 1% more chance resulting in 6% chance here.
#Looting 3 adds 3% and will result in 8% chance to drop head
#Formula is: chance + (looting * looting enchantment)
#default 0
looting: 1
```