requires paper now, added config, added mementos, added reload command

This commit is contained in:
2023-12-11 23:48:41 +01:00
parent 88c56f5eae
commit 990b81f079
7 changed files with 178 additions and 12 deletions
+13 -1
View File
@@ -1,3 +1,15 @@
### Don't be sad it's gone, be happy that it happened.
Allows you to collect remains of your named companions.
Allows you to collect remains of your named companions.
#### Configuration
You can reload the configuration with `/bhihreload` while having `bhih.reload` permission
```yaml
named-entity:
rename-drops: true # should mob drops be renamed to the name of the mob
drop-nametag: false # should mobs drop (unusable) nametags with their name to be used as mementos
player:
drop-nametag: false # should players drop (unusable) nametags with their name to be used as mementos
```