Перейти к содержимому
Mineforgian

LiteGrenades 3

This plugin allows you to craft vanilla-like throwable grenades

Загрузки
231
Подписчики
4
Обновлён
1 декабря 2025 г.
Лицензия
MIT

Опубликован 16 июля 2025 г.

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 help - for help
  • **/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.

Ченджлог

3.21.1(FIX)Бета1.21.8 · 1 декабря 2025 г.

V3.21.1-(1.21.X) J21 (REPORT)

sorry( I finally found your report Sad hamster ---REPORT Hello,

I am trying to run LiteGrenades-3.21(1.21.X) on a Purpur 1.21.8 (Minecraft 1.21.8) server on Windows 11 using Java 21 (OpenJDK 64-Bit Server VM 21.0.8 LTS, Eclipse Adoptium Temurin).

When loading the plugin, I get the following error:

java.lang.UnsupportedClassVersionError: net/swetychek/litegrenades/Main has been compiled by a more recent version of the Java Runtime (class file version 67.0), this Java version only supports class file versions up to 65.0

The server runs fine on Java 21, but the plugin fails to load.

3.21Релиз1.21.8, 1.21.9, 1.21.10 · 8 октября 2025 г.

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
3.21Релиз1.21.9 · 8 октября 2025 г.
  • --new radiation grenade config
  • --tab complete fix
rad_grenade:
  range_modifier: 1.2
  cloud_time: 200
  effect_time: 200
3.2Релиз1.21.9 · 7 октября 2025 г.

LiteGrenades ver3.2 (Build 22)

Changelog:

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

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
3.0Релиз1.21.9 · 30 сентября 2025 г.

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

3.0Бета1.21.8 · 29 сентября 2025 г.

LiteGrenades ver3.0 (Build 21 Beta branch)

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

2.4.1Релиз1.21.7 · 4 августа 2025 г.

-fixed plugin.yml (Unsupported API VERSION)

2.4Релиз1.21.8 · 31 июля 2025 г.

-fixed plugin.yml

Комментарии

Загружаем…