Giter VIP home page Giter VIP logo

greatlifesteal's Introduction

GreatLifeSteal

Build Status

You can read the plugin's description and find the download link on the spigotmc page.

greatlifesteal's People

Contributors

dependabot[bot] avatar some0ne3 avatar zrdzn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

greatlifesteal's Issues

Add heart withdraws

/lifesteal withdraw will remove the specified amount of hearts from player and the same player will be rewarded by heart items.

amount of heart items = <heart item's health change> / <command's amount>

Add spectator mode

Change victim's game mode to spectator if he dies (can be changed in config).

Heart does not create if every slot has a minimum amount of required items

Bug appears only on the 1.8.8 version.

For the scheme:

        crafting:
            '1':
                type: DIAMOND_BLOCK
                amount: 1
            '2':
                type: DIAMOND_BLOCK
                amount: 1
            '3':
                type: DIAMOND_BLOCK
                amount: 1
            '4':
                type: DIAMOND_BLOCK
                amount: 1
            '5':
                type: DIAMOND_BLOCK
                amount: 1
            '6':
                type: DIAMOND_BLOCK
                amount: 1
            '7':
                type: DIAMOND_BLOCK
                amount: 1
            '8':
                type: DIAMOND_BLOCK
                amount: 1
            '9':
                type: DIAMOND_BLOCK
                amount: 1

Does not give the item:

image

Does give the item:

image

For the scheme:

        crafting:
            '1':
                type: DIAMOND_BLOCK
                amount: 1
            '2':
                type: DIAMOND_BLOCK
                amount: 1
            '3':
                type: DIAMOND_BLOCK
                amount: 1
            '4':
                type: DIAMOND_BLOCK
                amount: 1
            '5':
                type: DIAMOND_BLOCK
                amount: 5
            '6':
                type: DIAMOND_BLOCK
                amount: 1
            '7':
                type: DIAMOND_BLOCK
                amount: 1
            '8':
                type: DIAMOND_BLOCK
                amount: 1
            '9':
                type: DIAMOND_BLOCK
                amount: 1

Does not give the item:

image

Does give the item:

image

Warning about using deprecated method on 1.12.2+

[21:54:38 WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
[21:54:38 WARN]: 	at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
[21:54:38 WARN]: 	at GreatLifeSteal v1.1.0.jar//io.github.zrdzn.minecraft.greatlifesteal.config.PluginConfigParser.parse(PluginConfigParser.java:81)

Add heart item crafting

Add an item that can be configured in the configuration file and it will give specific amount of health points when used by a player.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.