Skip to content

Releases: Swetychekkk/litegrenades

LiteGrenades-3.21 (1.21.X)

Choose a tag to compare

@Swetychekkk Swetychekkk released this 08 Oct 11:07

LiteGrenades ver3.21 (Build 20)

Changelog:

  • --new type of grenade (Radioactive)
  • --reworked craft config
  • --custom shapeless craft
  • --optimisation
  • --additional improvements
  • --bug fix
  • --minor updates

Changelog v3.21FIX:

  • --new radiation grenade config
  • --tab complete fix
rad_grenade:
  range_modifier: 1.2
  cloud_time: 200
  effect_time: 200

Preview:

New radioactive DEFAULT grenade craft (shapeless):
rgc

Config functions:

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

LiteGrenades-3.0 (1.21.9)

Choose a tag to compare

@Swetychekkk Swetychekkk released this 04 Oct 16:27

LiteGrenades ver3.0 (Build 22)

Changelog:

  • --added timer
  • --new type of grenade (Tier 2)
  • --new recipes
  • --updated config.yml
  • --reworked tnt explosion
  • --bug fix
  • --minor updates

Preview:

New tier 2 grenade craft (shapeless):
craft-recipe-tier2

Config functions:
You can disable/enable recipes. Dont forget to reload plugin or server to update rules.
recipes:
grenade_tier_one: true --Tier 1 Craft
grenade_tier_two: true --Tier 2 Craft