ModsJava
CustomGapples
Original Request: With this plugin you can completely customize all the potion effects given when someone eats a enchanted golden apple. Example: You can…
⬇ Download on SpigotOriginal Request: http://www.spigotmc.org/threads/custom-golden-apple-effect.66119/
With this plugin you can completely customize all the potion effects given when someone eats a enchanted golden apple.
Example: You can make a gapple give people jump boost 5 for 30 seconds, speed boost 7 for 10 seconds and invisibility 3 for 10 minutes!
![[IMG]](//proxy.spigotmc.org/d7938b58f9d20372218ecb06d6c0405dd7fc94ed?url=http%3A%2F%2Fi.imgur.com%2FeOarI1L.png)
This plugin is small and lightweight but due to being highly customizable, the config is a bit large (easy to work with though)
Permissions:
- customgapple.use (without this permission, a gapple will be just a normal gapple)
![[IMG]](//proxy.spigotmc.org/133a5d3aa20345cb16c7ef8f7f56f1ea918f80c6?url=http%3A%2F%2Fhofmannsven.com%2Fwebsite%2Fuploads%2F2013%2F02%2Fgithub.png)
With this plugin you can completely customize all the potion effects given when someone eats a enchanted golden apple.
Example: You can make a gapple give people jump boost 5 for 30 seconds, speed boost 7 for 10 seconds and invisibility 3 for 10 minutes!
![[IMG]](http://proxy.spigotmc.org/d7938b58f9d20372218ecb06d6c0405dd7fc94ed?url=http%3A%2F%2Fi.imgur.com%2FeOarI1L.png)
This plugin is small and lightweight but due to being highly customizable, the config is a bit large (easy to work with though)
Permissions:
- customgapple.use (without this permission, a gapple will be just a normal gapple)
Spoiler: Config
Code (Text):
# The max amplifier amount is 255
#
# the max duration amount, not sure.
# if you need to set a potion effect to have unlimited duration, just add alot of 9's to the duration.
#
# the plugin will check if all those 9's is over the max amount and if so, it will simply change the duration to the max amount for you.
# now for valid potion effects..
#
# ABSORPTION
# - Increases the maximum health of an entity (player) with health that cannot be regenerated, but is refilled every 30 seconds.
# BLINDNESS
# - Blinds an entity (player).
# CONFUSION
# - Warps vision on the client (player).
# DAMAGE_RESISTANCE
# - Take less damage.
# FAST_DIGGING
# - Increases dig speed.
# FIRE_RESISTANCE
# - Stops fire damage.
# HARM
# - Hurts an entity (player).
# HEAL
# - Heals an entity (player).
# HEALTH_BOOST
# - Increases the maximum health of an entity (player).
# HUNGER
# - Increases hunger.
# INCREASE_DAMAGE
# - Increases damage dealt.
# INVISIBILITY
# - Grants invisibility.
# JUMP
# - Increases jump height.
# NIGHT_VISION
# - Allows an entity (player) to see in the dark.
# POISON
# - Deals damage to an entity (player) over time.
# REGENERATION
# - Regenerates health.
# SATURATION
# - Increases the food level of an entity (player) each tick (20 ticks = 1 second).
# SLOW
# - Decreases movement speed.
# SLOW_DIGGING
# - Decreases dig speed.
# SPEED
# - Increases movement speed.
# WATER_BREATHING
# - Allows breathing underwater.
# WEAKNESS
# - Decreases damage dealt by an entity (player).
# WITHER
# - Deals damage to an entity (player) over time and gives the health to the shooter.
# list from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
# How it works:
# <EFFECT>:<DURATION>:<AMPLIFIER>
# amplifier meaning how strong, duration meaning how long it'll last.
#
#
# - Example Configuration -
# effects:
# - JUMP:9999999999999999999999:2
# - SPEED:600:3
# - INVISIBILITY:60:5
#
# below are default god apple effects, change as you will
# be sure to follow tutorial above.
#
# > ALL TIMES ARE IN TICKS, 1 SECOND = 20 TICKS.
# > SO IF YOU WANT TO DO 15 SECONDS: 15 x 20 = 300.
effects:
- REGENERATION:600:5
- DAMAGE_RESISTANCE:6000:2
- FIRE_RESISTANCE:6000:2
- ABSORPTION:2400:2
#
# the max duration amount, not sure.
# if you need to set a potion effect to have unlimited duration, just add alot of 9's to the duration.
#
# the plugin will check if all those 9's is over the max amount and if so, it will simply change the duration to the max amount for you.
# now for valid potion effects..
#
# ABSORPTION
# - Increases the maximum health of an entity (player) with health that cannot be regenerated, but is refilled every 30 seconds.
# BLINDNESS
# - Blinds an entity (player).
# CONFUSION
# - Warps vision on the client (player).
# DAMAGE_RESISTANCE
# - Take less damage.
# FAST_DIGGING
# - Increases dig speed.
# FIRE_RESISTANCE
# - Stops fire damage.
# HARM
# - Hurts an entity (player).
# HEAL
# - Heals an entity (player).
# HEALTH_BOOST
# - Increases the maximum health of an entity (player).
# HUNGER
# - Increases hunger.
# INCREASE_DAMAGE
# - Increases damage dealt.
# INVISIBILITY
# - Grants invisibility.
# JUMP
# - Increases jump height.
# NIGHT_VISION
# - Allows an entity (player) to see in the dark.
# POISON
# - Deals damage to an entity (player) over time.
# REGENERATION
# - Regenerates health.
# SATURATION
# - Increases the food level of an entity (player) each tick (20 ticks = 1 second).
# SLOW
# - Decreases movement speed.
# SLOW_DIGGING
# - Decreases dig speed.
# SPEED
# - Increases movement speed.
# WATER_BREATHING
# - Allows breathing underwater.
# WEAKNESS
# - Decreases damage dealt by an entity (player).
# WITHER
# - Deals damage to an entity (player) over time and gives the health to the shooter.
# list from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
# How it works:
# <EFFECT>:<DURATION>:<AMPLIFIER>
# amplifier meaning how strong, duration meaning how long it'll last.
#
#
# - Example Configuration -
# effects:
# - JUMP:9999999999999999999999:2
# - SPEED:600:3
# - INVISIBILITY:60:5
#
# below are default god apple effects, change as you will
# be sure to follow tutorial above.
#
# > ALL TIMES ARE IN TICKS, 1 SECOND = 20 TICKS.
# > SO IF YOU WANT TO DO 15 SECONDS: 15 x 20 = 300.
effects:
- REGENERATION:600:5
- DAMAGE_RESISTANCE:6000:2
- FIRE_RESISTANCE:6000:2
- ABSORPTION:2400:2
![[IMG]](http://proxy.spigotmc.org/133a5d3aa20345cb16c7ef8f7f56f1ea918f80c6?url=http%3A%2F%2Fhofmannsven.com%2Fwebsite%2Fuploads%2F2013%2F02%2Fgithub.png)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- 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.
CustomGapples is a free Minecraft Java mod. Downloaded 5,835 times (via Spigot). Download it and open it directly in the game.