Configuration
On this page, you will learn how to work with features in config.
// config.notify_op_updates
When you enable this (by having "true" here), you will get message with saying that new update is already on spigot everytime you join on the server with permission lifesteal.admin
.
// config.lose_hearts_on_mobs
When you enable this (by having "true" here), you will lose hearts if you will be killed by mob.
// config.bStats
When you enable this (by having "true" here), you will support developer and automatically sends your general server stats to bStats (What is bStats? https://bstats.org/getting-started). It don't send IP address of your server, just stats like plugin version, core count and more you can see on this website https://bstats.org/plugin/bukkit/Fine-LifeSteal/16131.
When you disable this (by having "false" here), you will do not send any stats to bStats but developer will be sad :(.
// recipe.ingredients.(from first to ninth)
Here you can change recipe, to see whole list of items you can use, look on this https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html. If you are confused what number (for example second) is where, look on this https://imgur.com/a/PHN95Zu. After you will edit recipe, just type /lifesteal reload
. This should register new recipe, if don't restart server and report it on discord server.
// developer.enable
This is not something special that unlocks you more configuration things. This is only for developer and in some things sends debug (not in all things). I highly recommend to leave that on "false", so you will keep disabled that feature. If you have problem try to enable this option (by having "true" there), try if issue is there still and if yes, send console log on https://mclo.gs with that debugs.
Last updated