Lucky Creeper
-
Upon the explosion of a Mob Spawner, the chance of it dropping via SilkSpawners is increased. The chance increase can be configured to your liking.
Spoiler: Lucky Creeper
- Upon exploding, only Mob Spawner blocks will be affected ensuring your dry ledge remains. They have the same drop-rate as a regular creeper so make your decision wisely.
Spoiler: Tactical Creeper
- Upon exploding, the radius in which it explodes at is much larger than a normal explosion. By default, these creepers have a lower drop-rate, however this this decrease value is configurable, as well as the power of the explosion.
Spoiler: Gigantic Creeper
Powered Creeper
- Upon placing, lightning will automatically strike at the location producing a powered Creeper making the explosion more powerful than normal.
Spoiler: Powered Creeper
/customcreeper <type> <player> <amount> - Give a player a Custom Creeper.
/customcreeper reload - Reload the configuration and messages.
Types: Lucky, Tactical, Gigantic and Powered.
Permission: customcreepers.admin
This plugin only has one dependency, and that being SilkSpawners. You must have this installed to manage the mob eggs and spawners. This plugin will override the drop rates of SilkSpawners by resetting them. You can configure them all via this plugin using the configuration file. This plugin is compatible with WorldGuard and Factions. Please note: if you are using Factions, please ensure Creepers are disabled in the WarZone, this will stop them from exploding upon placement.
Spoiler: Configuration
Code (YAML):
# CustomCreepers
# Author: Shockzeh
# NOTE: To get the most out of this plugin, you are recommended to install SilkSpawners (the latest version).
# These chances override the SilkSpawners chances for Creepers and TNT.
# The universal chance is the chance for all mob spawners not in the mobs list.
# The mobs section is to assign different chances of dropping for different mobs.
chances:
universal : 60
mobs :
#snowman: 10 - Example
# The chance-boost applies to the lucky creeper and is how much extra the chance should be compared to a normal creeper.
# The power applies to the gigantic creeper and is the power it should explode at.
# The chance-decrease applies to the gigantic creeper and is how much the chance should be decreased when using one, as gigantic creepers have less chance than normal ones on Cosmic.
# If enabled is false, the egg cannot be given and if you have it and place it, it will act as a normal creeper egg.
# NOTE: The chance-boost does not affect spawners where the mob chance is 0% - the chance will always be 0, they will NEVER drop.
creepers:
lucky:
enabled : true
mob-name : '&e&lLucky Creeper'
chance-boost : 20
item:
name : '&eLucky Creeper'
lore :
- '&7&oIncreases chances of spawner drops.'
tactical:
enabled : true
mob-name : '&9&lTactical Creeper'
item:
name : '&9Tactical Creeper'
lore :
- '&7&oExplosion only affects mob spawners.'
gigantic:
enabled : true
mob-name : '&b&lGigantic Creeper'
power : 16
chance-decrease : 12
item:
name : '&bGigantic Creeper'
lore :
- '&7&oExplodes in a much larger radius.'
powered:
enabled : false
mob-name : '&c&lPowered Creeper'
item:
name : '&cPowered Creeper'
lore :
- '&7&oAutomatically smites upon placing.'
# Author: Shockzeh
# NOTE: To get the most out of this plugin, you are recommended to install SilkSpawners (the latest version).
# These chances override the SilkSpawners chances for Creepers and TNT.
# The universal chance is the chance for all mob spawners not in the mobs list.
# The mobs section is to assign different chances of dropping for different mobs.
chances:
universal : 60
mobs :
#snowman: 10 - Example
# The chance-boost applies to the lucky creeper and is how much extra the chance should be compared to a normal creeper.
# The power applies to the gigantic creeper and is the power it should explode at.
# The chance-decrease applies to the gigantic creeper and is how much the chance should be decreased when using one, as gigantic creepers have less chance than normal ones on Cosmic.
# If enabled is false, the egg cannot be given and if you have it and place it, it will act as a normal creeper egg.
# NOTE: The chance-boost does not affect spawners where the mob chance is 0% - the chance will always be 0, they will NEVER drop.
creepers:
lucky:
enabled : true
mob-name : '&e&lLucky Creeper'
chance-boost : 20
item:
name : '&eLucky Creeper'
lore :
- '&7&oIncreases chances of spawner drops.'
tactical:
enabled : true
mob-name : '&9&lTactical Creeper'
item:
name : '&9Tactical Creeper'
lore :
- '&7&oExplosion only affects mob spawners.'
gigantic:
enabled : true
mob-name : '&b&lGigantic Creeper'
power : 16
chance-decrease : 12
item:
name : '&bGigantic Creeper'
lore :
- '&7&oExplodes in a much larger radius.'
powered:
enabled : false
mob-name : '&c&lPowered Creeper'
item:
name : '&cPowered Creeper'
lore :
- '&7&oAutomatically smites upon placing.'
Spoiler: Messages
Code (YAML):
PREFIX
:
(!
)
CMD_USAGE : |-
&c&l {PREFIX } &c/customcreepers <type> <player> <amount> - Give a player a Custom Creeper.
&c&l {PREFIX } &c/customcreepers reload - Reload the config and messages.
NO_PERMISSION : '&c&l {PREFIX } &cYou do not have permission to do this!'
CONFIG_RELOADED : '&a&l {PREFIX } &aThe configuration files have been reloaded.'
INVALID_USAGE : '&c&l {PREFIX } &cInvalid usage of this command.'
PLAYER_NOT_ONLINE : '&c&l {PREFIX } &cThe player "{PLAYER}" is not online.'
INVALID_CREEPER_TYPE : '&c&l {PREFIX } &cThe creeper type "{TYPE}" is invalid.'
CANNOT_PARSE_INTEGER : '&c&l {PREFIX } &cCannot parse "{VALUE}" to an integer.'
CREEPER_GIVEN : '&a&l {PREFIX } &a {PLAYER } has been given {AMOUNT }x &7 {TYPE } &aCreeper (s )!'
CREEPER_DISABLED : '&c&l {PREFIX } &cThe creeper type "{TYPE}" is disabled via the configuration.'
CMD_USAGE : |-
&c&l {PREFIX } &c/customcreepers <type> <player> <amount> - Give a player a Custom Creeper.
&c&l {PREFIX } &c/customcreepers reload - Reload the config and messages.
NO_PERMISSION : '&c&l {PREFIX } &cYou do not have permission to do this!'
CONFIG_RELOADED : '&a&l {PREFIX } &aThe configuration files have been reloaded.'
INVALID_USAGE : '&c&l {PREFIX } &cInvalid usage of this command.'
PLAYER_NOT_ONLINE : '&c&l {PREFIX } &cThe player "{PLAYER}" is not online.'
INVALID_CREEPER_TYPE : '&c&l {PREFIX } &cThe creeper type "{TYPE}" is invalid.'
CANNOT_PARSE_INTEGER : '&c&l {PREFIX } &cCannot parse "{VALUE}" to an integer.'
CREEPER_GIVEN : '&a&l {PREFIX } &a {PLAYER } has been given {AMOUNT }x &7 {TYPE } &aCreeper (s )!'
CREEPER_DISABLED : '&c&l {PREFIX } &cThe creeper type "{TYPE}" is disabled via the configuration.'
If you would like further support, either private message me, or if you would like a quicker reply, join my Discord via the invite link by clicking HERE.
- You may not upload, share or distribute this plugin elsewhere. If this plugin is requested, please link this resource page.
- You will private message me or use the discussion section for support, please do not use the reviews section.
- I am not required to add a suggestion, although, I do take every one into consideration.
- Distribution of this plugin and/or its source code is prohibited.
- You may not use the source code in any additional plugin.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Custom Creepers is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 938 times (via Spigot). Download it and open it directly in the game.