This commit is contained in:
2026-06-11 20:49:27 -04:00
commit b0235050f0
12 changed files with 385 additions and 0 deletions
Binary file not shown.
+37
View File
@@ -0,0 +1,37 @@
enabled: true
head:
drop-on-pvp-death: true
keep-vanilla-drops: true
op-bypass: false
name: "&6&l%player%'s Head"
lore:
- "&7Killed by: &c%killer%"
- "&7Time: &e%time%"
glowing:
enabled: true
invulnerable: true
gravity: false
pickup-delay-ticks: 40
despawn-after-seconds: 120
particles:
enabled: true
particle: "DUST"
count: 8
offset-x: 0.18
offset-y: 0.25
offset-z: 0.18
extra: 0.0
interval-ticks: 10
color:
red: 255
green: 215
blue: 0
size: 1.2
messages:
prefix: "&8[&6DirtHead&8] "
reload: "&aConfig reloaded."
no-permission: "&cYou do not have permission."
usage: "&eUse: /dirthead reload"
+18
View File
@@ -0,0 +1,18 @@
name: DirtHead
version: 1.0-SNAPSHOT
main: com.bitnix.dirthead.DirtHeadPlugin
api-version: '1.21'
author: bitnix
description: Drops glowing player heads on PvP death with configurable particles.
commands:
dirthead:
description: Reload DirtHead config
usage: /dirthead reload
permission: dirthead.admin
permissions:
dirthead.admin:
description: Allows reloading the DirtHead config
default: op
dirthead.bypass:
description: Prevents your head from dropping on PvP death
default: false
+5
View File
@@ -0,0 +1,5 @@
#Generated by Maven
#Thu Jun 11 20:29:18 EDT 2026
artifactId=DirtHead
groupId=com.bitnix
version=1.0-SNAPSHOT
@@ -0,0 +1 @@
com/bitnix/dirthead/DirtHeadPlugin.class
@@ -0,0 +1 @@
/home/bitnix/Desktop/DirtHead/src/main/java/com/bitnix/dirthead/DirtHeadPlugin.java