ABANDONED - The plugin needs a lot of work put into it. It's too complex for its own good which means a higher risk of bugs. I recommend using another plugin.
Source code can be obtained by decompiling. Do NOT use the GitHub code - it is currently broken.
Follow the license: you can make adaptations and share it, just remember to give appropriate credit, link the license and keep it non-commercial (don't sell it).
Source code can be obtained by decompiling. Do NOT use the GitHub code - it is currently broken.
Follow the license: you can make adaptations and share it, just remember to give appropriate credit, link the license and keep it non-commercial (don't sell it).
Thank you all for the overwhelming support! I wish I still enjoyed Minecraft enough to continue developing updates.
Need a proper gapple cooldown plugin? Look no further. GoldenAppleControl has everything you would ever need when it comes to modifying the behaviour of golden apples.
Any item support
Maybe you don't want to just give your regular
and enchanted gapples a cooldown. You
can control any consumable item!
Add cooldowns
Are your players becoming "gapple munchers"?
GoldenAppleControl allows for easy control over
golden apple cooldowns for both types of gapple!
Change effects when consumed
Ever felt that Regeneration 5 was a bit OP? Maybe
you want to give Nausea instead. Now you can with
GoldenAppleControl's consumption control!
Perm-based cooldowns
Want to give your donators a permission node
so that their cooldown is reduced? Now it's
possible! You have full control in the config!
Placeholder support
You can use placeholders in both Clip's and
Maxim's PlaceholderAPI enabled plugins!
Maybe you don't want to just give your regular
and enchanted gapples a cooldown. You
can control any consumable item!
Add cooldowns
Are your players becoming "gapple munchers"?
GoldenAppleControl allows for easy control over
golden apple cooldowns for both types of gapple!
Change effects when consumed
Ever felt that Regeneration 5 was a bit OP? Maybe
you want to give Nausea instead. Now you can with
GoldenAppleControl's consumption control!
Perm-based cooldowns
Want to give your donators a permission node
so that their cooldown is reduced? Now it's
possible! You have full control in the config!
Placeholder support
You can use placeholders in both Clip's and
Maxim's PlaceholderAPI enabled plugins!
Fully customisable
Whether its messages or durations,
GoldenAppleControl gives YOU full control!
Command support
You're not restricted to changing simple
messages; try using the /gapple command!
Whether its messages or durations,
GoldenAppleControl gives YOU full control!
Command support
You're not restricted to changing simple
messages; try using the /gapple command!
Screenshots:
Needs updating.
Permissions and commands:
Code (YAML):
commands:
gapple:
aliases : [goldenapplecontrol, gac, goldenapple, gapplecooldown, gcd ]
description : "Shows your remaining golden apple cooldown."
permissions:
goldenapplecontrol.use:
description : "Allows you to use '/gapple' to show the remaining cooldown duration."
default : op
goldenapplecontrol.bypass:
description : "Allows you to bypass any cooldown."
default : op
gapple:
aliases : [goldenapplecontrol, gac, goldenapple, gapplecooldown, gcd ]
description : "Shows your remaining golden apple cooldown."
permissions:
goldenapplecontrol.use:
description : "Allows you to use '/gapple' to show the remaining cooldown duration."
default : op
goldenapplecontrol.bypass:
description : "Allows you to bypass any cooldown."
default : op
Configuration:
Code (Text):
# GoldenAppleControl by Terrobility
# Made with loads of love (and maybe a bit of salt)! <3
#
# x=x=x=x=x=x=x=x=x
# | CONFIGURATION |
# x=x=x=x=x=x=x=x=x
# Please don't change the config version.
config-version: 9
ignore-cooldowns-in-these-worlds:
- "test"
plugin-messages:
no-permission: "&7[&eGolden&6Apple&fControl&7] &cYou don't have permission."
# Shows remaining time when a player has "goldenapplecontrol.use" permission node and does "/gapple".
# You can use any placeholders you've registered from below, as long as you have PlaceholderAPI.
remaining-time:
- "&c&l&oNOTE: These placeholders won't be replaced unless you have PlaceholderAPI!"
- "&5\u2588\u2588\u2588\u2588&e\u2588\u2588&5\u2588\u2588"
- "&5\u2588\u2588\u2588\u2588&e\u2588&5\u2588\u2588\u2588 &6Golden apple&7:"
- "&5\u2588\u2588&6\u2588\u2588\u2588\u2588&5\u2588\u2588 &c%goldenapplecontrol_gapple%"
- "&5\u2588&6\u2588\u2588&f\u2588&6\u2588\u2588\u2588&5\u2588"
- "&5\u2588&6\u2588&f\u2588&6\u2588\u2588\u2588\u2588&5\u2588"
- "&5\u2588&6\u2588\u2588\u2588\u2588\u2588\u2588&5\u2588 &eEnchanted golden apple&7:"
- "&5\u2588&6\u2588\u2588\u2588\u2588\u2588\u2588&5\u2588 &c%goldenapplecontrol_enchantedgapple%"
- "&5\u2588\u2588&6\u2588\u2588\u2588\u2588&5\u2588\u2588"
inactive-cooldown: "&4Inactive"
items:
whatever-you-want:
material: GOLDEN_APPLE
data: 0
permission: "goldenapplecontrol.randomperm"
cooldown:
enabled: true
duration: 30
use-formatted-time: true
use-expired-message: true
consume-message:
- "&7You can't eat another &6golden apple&7 for &c%TIME%&7."
- "&2Purchase a rank at &astore.examplecraft.com &2to bypass cooldowns!"
cooldown-message:
- "&7Wait &c%TIME%&7 before eating another &6golden apple&7!"
expired-message:
- "&7You may now eat another &6golden apple&7."
placeholder:
enabled: true
# In this case it would be {goldenapplecontrol_gapple} with Maxim or %goldenapplecontrol_gapple% with Clip.
register-this: "gapple"
consumption-control:
enabled: true
# The food level is measured in half-shanks in the hunger bar. Whole numbers please.
food-level: 4
saturation: 9.6
# TYPE:DURATION(TICKS):AMPLIFIER(LEVEL-1)
# A list of types can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
# e.g. REGENERATION:20:2 would give the player regeneration for 1 second (20 ticks). It would be level 3 because the amplifier = level minus one.
effects:
- ABSORPTION:2400:0
- REGENERATION:100:1
make-sure-its-not-already-used:
material: GOLDEN_APPLE
data: 1
permission: "idont.reallycare.anymore"
cooldown:
enabled: true
duration: 30
use-formatted-time: true
use-expired-message: true
consume-message:
- "&7You can't eat another &eenchanted golden apple&7 for &c%TIME%&7."
- "&2Purchase a rank at &astore.examplecraft.com &2to bypass cooldowns!"
cooldown-message:
- "&7Wait &c%TIME%&7 before eating another &eenchanted golden apple&7!"
expired-message:
- "&7You may now eat another &eenchanted golden apple&7."
placeholder:
enabled: true
register-this: "enchantedgapple"
consumption-control:
enabled: true
food-level: 4
saturation: 9.6
effects:
- ABSORPTION:2400:0
- REGENERATION:600:4
- DAMAGE_RESISTANCE:6000:0
- FIRE_RESISTANCE:6000:0
why-not-lol:
material: COOKED_BEEF
data: 0
consumption-control:
enabled: true
food-level: 8
saturation: 12.8
effects:
- SPEED:2400:1
- JUMP:800:2
# Made with loads of love (and maybe a bit of salt)! <3
#
# x=x=x=x=x=x=x=x=x
# | CONFIGURATION |
# x=x=x=x=x=x=x=x=x
# Please don't change the config version.
config-version: 9
ignore-cooldowns-in-these-worlds:
- "test"
plugin-messages:
no-permission: "&7[&eGolden&6Apple&fControl&7] &cYou don't have permission."
# Shows remaining time when a player has "goldenapplecontrol.use" permission node and does "/gapple".
# You can use any placeholders you've registered from below, as long as you have PlaceholderAPI.
remaining-time:
- "&c&l&oNOTE: These placeholders won't be replaced unless you have PlaceholderAPI!"
- "&5\u2588\u2588\u2588\u2588&e\u2588\u2588&5\u2588\u2588"
- "&5\u2588\u2588\u2588\u2588&e\u2588&5\u2588\u2588\u2588 &6Golden apple&7:"
- "&5\u2588\u2588&6\u2588\u2588\u2588\u2588&5\u2588\u2588 &c%goldenapplecontrol_gapple%"
- "&5\u2588&6\u2588\u2588&f\u2588&6\u2588\u2588\u2588&5\u2588"
- "&5\u2588&6\u2588&f\u2588&6\u2588\u2588\u2588\u2588&5\u2588"
- "&5\u2588&6\u2588\u2588\u2588\u2588\u2588\u2588&5\u2588 &eEnchanted golden apple&7:"
- "&5\u2588&6\u2588\u2588\u2588\u2588\u2588\u2588&5\u2588 &c%goldenapplecontrol_enchantedgapple%"
- "&5\u2588\u2588&6\u2588\u2588\u2588\u2588&5\u2588\u2588"
inactive-cooldown: "&4Inactive"
items:
whatever-you-want:
material: GOLDEN_APPLE
data: 0
permission: "goldenapplecontrol.randomperm"
cooldown:
enabled: true
duration: 30
use-formatted-time: true
use-expired-message: true
consume-message:
- "&7You can't eat another &6golden apple&7 for &c%TIME%&7."
- "&2Purchase a rank at &astore.examplecraft.com &2to bypass cooldowns!"
cooldown-message:
- "&7Wait &c%TIME%&7 before eating another &6golden apple&7!"
expired-message:
- "&7You may now eat another &6golden apple&7."
placeholder:
enabled: true
# In this case it would be {goldenapplecontrol_gapple} with Maxim or %goldenapplecontrol_gapple% with Clip.
register-this: "gapple"
consumption-control:
enabled: true
# The food level is measured in half-shanks in the hunger bar. Whole numbers please.
food-level: 4
saturation: 9.6
# TYPE:DURATION(TICKS):AMPLIFIER(LEVEL-1)
# A list of types can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
# e.g. REGENERATION:20:2 would give the player regeneration for 1 second (20 ticks). It would be level 3 because the amplifier = level minus one.
effects:
- ABSORPTION:2400:0
- REGENERATION:100:1
make-sure-its-not-already-used:
material: GOLDEN_APPLE
data: 1
permission: "idont.reallycare.anymore"
cooldown:
enabled: true
duration: 30
use-formatted-time: true
use-expired-message: true
consume-message:
- "&7You can't eat another &eenchanted golden apple&7 for &c%TIME%&7."
- "&2Purchase a rank at &astore.examplecraft.com &2to bypass cooldowns!"
cooldown-message:
- "&7Wait &c%TIME%&7 before eating another &eenchanted golden apple&7!"
expired-message:
- "&7You may now eat another &eenchanted golden apple&7."
placeholder:
enabled: true
register-this: "enchantedgapple"
consumption-control:
enabled: true
food-level: 4
saturation: 9.6
effects:
- ABSORPTION:2400:0
- REGENERATION:600:4
- DAMAGE_RESISTANCE:6000:0
- FIRE_RESISTANCE:6000:0
why-not-lol:
material: COOKED_BEEF
data: 0
consumption-control:
enabled: true
food-level: 8
saturation: 12.8
effects:
- SPEED:2400:1
- JUMP:800:2
Maven:
REPO OFFLINE - Do not use
Code (HTML5):
<repository>
<id>terrocidepvp-repo </id>
<url>http://repo.terrocidepvp.net/artifactory/jenkins/ </url>
</repository>
<dependency>
<groupId>net.terrocidepvp </groupId>
<artifactId>GoldenAppleControl </artifactId>
<version>2.0.4 </version>
</dependency>
<id>terrocidepvp-repo </id>
<url>http://repo.terrocidepvp.net/artifactory/jenkins/ </url>
</repository>
<dependency>
<groupId>net.terrocidepvp </groupId>
<artifactId>GoldenAppleControl </artifactId>
<version>2.0.4 </version>
</dependency>
Please DON'T use the Reviews section for bug reports. That's why we have
private messaging and the
discussion section. I will not hesitate to report you to Spigot staff.
GoldenAppleControl © 2016.
When you're workin' the block game, things like these are very easy.
GoldenAppleControl © 2016.
When you're workin' the block game, things like these are very easy.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- 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.
GoldenAppleControl is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10. Downloaded 6,610 times (via Spigot). Download it and open it directly in the game.