Features:
Drop random money when die (Need Vault)
Drop exp when die
Clear all drop item when die
I recommend you to use this plugin with my another plugin
DeathBack That plugin will show message, actionbar, title to player who dies
Commands
/DeathDrop reload To reload the config
Permissions
deathdrop.reload
Usages
1. Download the plugin and
Vault 2. Put them into plugins folder
3. Start your server
4. Set the config
Code (YAML):
# DeathDrop # Made by p1xEL_mc
# The version of config, do not change that. Config-version: 1.0
# Before using the plugin # Remember to check your world's gamerule # KeepInventory should be false if you want to use DropExp and DropItem functions # If you don't want to use those functions, just disable them and they will not work. # # The plugin required Vault #
# Drop Money. DropMoney: # true to load the function, false to disable it. enable: true
# The minimum of money would drop when die. min: 5
# The maximum of money would drop when die. max: 500
# Blacklist world(s). blacklist: - 's1mple'
- 'LadderShots'
# Drop EXP. DropExp: # true to load the function, false to disable it. enable: true
# Exp multiplier multiplier: 0.5
# Blacklist world(s). blacklist: - 'zywoo'
- 'p250'
# Drop Item. DropItem: # true to load the function, false to disable it. enable: true
# Clear all the items that player drops. clearall: false
# Blacklist world(s). blacklist: - 'niko'
- '3shots'
# Message, I recommend you to use this plugin with my another plugin DeathBack, it also show message when the player dies. Message: # The message when the player dies. %money% how much money did the player lose, %exp% means how many exp did the player drop. Drop: '&6&l
[DeathDrop
] &cYou lost &e&l$
%money%&c. You dropped &e&l%exp%' # The message when the player has no permission. No-Permission: '&6&l
[DeathDrop
] &cYou do not have permission!'
# The message when typing /DeathDrop with mistake. help: '&a/deathdrop &eTo view help'
# The message when reloading the config. Config-Reload: '&6&l
[DeathDrop
] &aConfiguration reloaded successful!'
# Commands. Commands: # /DeathDrop help:
top: '&b&m '
plugin: '&6&lDeathDrop made by p1xEL_mc'
reload: '&a/DeathDrop reload &eReload the config'
bottom: '&b&m '