TheBombGut Posted March 1, 2021 Share Posted March 1, 2021 Could anyone help me out and give me a skript for a 15 second golden apple delay? I've been looking for hours and I couldn't find any. A m o n g u s i n r e a l l i f e Link to comment Share on other sites More sharing options...
MinecraftMan10132 Posted March 1, 2021 Share Posted March 1, 2021 (edited) Here you go options: Consume Message: &6You ate a gapple! You are on a Cooldown: &cYou need to wait before eating that again! Cooldown Expired: &aYour gapple cooldown has expired on consume of golden apple: if {GappleCooldown::%player's uuid%} is not set: set {GappleCooldown::%player's uuid%} to true send "{@Consume Message}" wait 10 seconds send "{@Cooldown Expired}" else: cancel event send "{@You are on a Cooldown}" Edited March 1, 2021 by MinecraftMan10132 1 Discord: MinecraftMan1013#7242 Link to comment Share on other sites More sharing options...
TheBombGut Posted March 17, 2021 Author Share Posted March 17, 2021 This worked thanks but I did have to do some tweaking. Here's the fixed version. on consume of golden apple: if {GappleCooldown::%player's uuid%} is not set: set {GappleCooldown::%player's uuid%} to true send "&aYou ate a gapple! Cooldown set to 10 seconds!" wait 10 seconds send "&aCooldown Expired" clear {GappleCooldown::%player's uuid%} else: cancel event send "&cYou are on cooldown!" A m o n g u s i n r e a l l i f e Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now