LiteGrenades 3

This plugin allows you to craft vanilla-like throwable grenades

182

LiteGrenades 3

Introduction

Hi there! This is my first plugin. I was inspired by one of the videos made on the private server, and i wanted to make it vanilla-like. Let's dive in quickly

Default crafts

Tier 1 Grenade

Power: (4) 4F*1

You can craft simple grenades (Tier 1) - here's the recipe (it's shapeless)

Tier 1 Craft

Tier 2 Grenade

Power: (12) 4F*3

In version 3.0 or above you can craft Tier 2 grenade (shapeless):

Tier 2 Craft

Command guide

- /litegrenades restore - to set default config values - /litegrenades reload - reload config - /litegrenades restore - to set default config values - /litegrenades give {item(v3.0 or above)} {count} - to give grenades to player

Config guide

``` cooldown: 60 -- cooldown for item (int) cooldown_in_creative: false -- enable cooldown in creative (boolean) explosion_on_collision: false -- explosion on collision (boolean) tnt_timer: 80 -- tnt timer (int) recipes: grenade_tier_one: true --Disable/Enable Tier 1 craft grenade_tier_two: true --Disable/Enable Tier 2 craft ```

V3.2 Config Guide:

Now you can add custom recipes for grenades. You need to input material name: count. (Like: TNT, BLUE_CANDLE) Material.NAME without Material. Just name You can find it here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html

Also you can control radiation radius. Formula: 1x_tnt_power(4.0)*grenade_power(Its 4 for rad)*multiplier

``` #multiplier rad_grenade: range_modifier: 1.2

#crafts crafts: grenade_tier_one: TNT: 1 CANDLE: 1

grenade_tier_two: TNT: 3 CANDLE: 1

radioactive_grenade: TNT: 4 CANDLE: 1 POISONOUS_POTATO: 1 ROTTEN_FLESH: 2 LINGERING_POTION: 1 ```

For now, that's all i've made. In the future, i plan to update it for more Minecraft versions and add new items.

ADS