ENgSItems - This is a plugin for setting up the persistence of certain items after death.
With this plugin you can set up certain things to persist after death with some chance.
Plugin setup
Setting up items and chances
Code (YAML):
items-to-keep
:
- DIAMOND_SWORD
- IRON_HELMET
keep-chance:
DIAMOND_SWORD
: 1.0
#100%
IRON_HELMET
: 0.1
#70%
You can add all the vanilla items and set each item to have its own chance.
Setting up other goodies
Code (YAML):
play-sound
: true
show-title
: true
show-message
: true
sound-name
:
"ENTITY_PLAYER_LEVELUP"
title
:
"&bВы умерли!"
subtitle
:
"&eНо сохранили некоторые предметы"
chat-message
:
"&aВы сохранили некоторые предметы после смерти!"
You can customize titles, subtitles, messages and sound after death.
buy your own plugin - javaencog (discord)