HomeJavaModsCake Clicker
Cake Clicker
[​IMG]

[​IMG]




[​IMG]
It's like the original cookie clicker game. Just with a cake! You click and click until you can't stop. With this plugin, you experience with Cake Clicking in a GUI. With a leaderboard and ten exciting upgrades. (More updates will come) The upgrades to the left will increase Cakes per second, and the upgrades to the right will enhance some cakes you get each click. This plugin is very nice for hubs if your players are bored. I would say it is a golden ticket to more players.




[​IMG]
Overall perm: cc.admin
- /cc | Permission: cc.user
- /cc help I No perm
- /cc stats I cc.stats
- /cc stats <player> I cc.otherstats
- /cc reset <player> I cc.reset
- /cc reload | Reloads the config file


Features
- UUID
- MySQL
- File storage
- Upgrades
- Java 8
- Very configurable
- Leaderboards
- Very Efficient
- Active DEV (Fast support)
- 100% Language support.
- HashMap to MySQL
- Complete optimization on how the GUI looks, and which items.
- Gameplay customization
- Configurable top list (How many players you want to display)
- Compatible with 1.7-1.9
- Updates at least once a week.
- Disable or enable animations
- Useful commands

Todo
- Leaderboard in own GUI with heads.
- Upgrades in own GUI.
- GUI animations. DONE (WILL ADD MORE)
- Commands run if a player gets an amount of cakes. Idea by Nickrc
- Stability Improvements DONE
- Achievements
- File storage DONE
- More upgrades
- Golden Cake(Multiplier)
- Stats resetting DONE


Installation guide
1. Download the plugin from this page
2. Drag it into your plugins folder
3. Reload your server/Restart.
4. If you want to use MySQL storage, configure in MySQL
5. If you need any more help, contact details below.


Screenshots
Spoiler: Pictures
[​IMG]
[​IMG]
[​IMG]
[​IMG]

Config
Spoiler: Config
Code (Text):

#
#
#
#   ____           _                ____   _   _          _
#  / ___|   __ _  | | __   ___     / ___| | | (_)   ___  | | __   ___   _ __
# | |      / _` | | |/ /  / _ \   | |     | | | |  / __| | |/ /  / _ \ | '__|
# | |___  | (_| | |   <  |  __/   | |___  | | | | | (__  |   <  |  __/ | |
#  \____|  \__,_| |_|\_\  \___|    \____| |_| |_|  \___| |_|\_\  \___| |_|
#                                                        
#
#                                                              
#
#
#     __  ___            _____   ____     __
#   /  |/  /   __  __  / ___/  / __ \   / /
#  / /|_/ /   / / / /  \__ \  / / / /  / /
# / /  / /   / /_/ /  ___/ / / /_/ /  / /___
#/_/  /_/    \__, /  /____/  \___\_\ /_____/
#           /____/          
#
#                  
# Thanks for buying the plugin!
# Enter your MySQL Information here
mysql: false
ip: 0.0.0.0
port: '3306'
username: flyvendetorsk
database: database
password: '1234'

#Price Multiplier
#This is the increase meant the price of an upgrade after buying
price-multiplier: 5


#Multpliers for each upgrade
#Cakes per second upgrades
cookiepressh-multiplier: 1
bakeryh-multiplier: 5
dispenserh-multiplier: 20
wellh-multiplier: 100
standh-multiplier: 1000

#Cakes per click upgrades
chocolatechiph-multiplier: 1
peanutbutterh-multiplier: 3
oatmealh-multiplier: 10
eatenh-multiplier: 50
swirlh-multiplier: 500



#Animations in guis with glasspane.
animations: true

animation-around-cake:
  - 12
  - 13
  - 14
  - 21
  - 23
  - 30
  - 31
  - 32


#An awesome bar seperating the upgrades etc
framebar-item: STAINED_GLASS_PANE
framebar-slots:
  - 1
  - 10
  - 19
  - 28
  - 37
  - 46
framebar-slots2:
  - 7
  - 16
  - 25
  - 34
  - 43
  - 52



#Prefix
prefix: '&c&lCakeClicker &8&l> &7'

#NotEnoughMessageCooldown
#The time in secounds
Cooldown-NotEnough: 4

#The name of the inventory
GUI-Menu-Name: '            &c&lCake Clicker'

# The item of the top
Top-Item: FIREBALL
#How many people you want to be displayed in the toplist.
Top: 10
Top-Slot: 11
Top-layout: '&c<number>. &7<name> &6<value>'

# Quititem
quit-item: REDSTONE_BLOCK
quit: '&cQuit'
quit-lore: '&7Quit cake clicker'
quit-slot: 15

#Where it says item, remember to look up the item on bukkit.
#The slot cannot be above 54. 0-54
#  _______          _________
# (  ____ \|\     /|\__   __/
# | (    \/| )   ( |   ) (
# | |      | |   | |   | |
# | | ____ | |   | |   | |
# | | \_  )| |   | |   | |
# | (___) || (___) |___) (___
# (_______)(_______)\_______/
       

# The main cake
GUI-Click-Cake: '&cClick for cakes!'
GUI-Click-Cake-Lore:
  - '&7Cakes: &c<cakes>'
  - '&7CPS: &6<cps>'
  - '&7CPC: &6<cpc>'
Cake-Item: CAKE
Cake-Slot: 22

# Cookiepress upgrade
GUI-Cookiepress: '&7Cookiepress!'
GUI-Lore-Cookiepress: '&cPrice: &6<price>'
GUI-Item-Cookiepress: DIRT
cookiepress-slot: 9
cookiepress-price: 300

# Bakery upgrade
GUI-Bakery: '&7Bakery!'
GUI-Lore-Bakery: '&cPrice: &6<price>'
GUI-Item-Bakery: GRASS
bakery-slot: 18
bakery-price: 2000

# Dispenser upgrade
GUI-dispenser: '&7Dispenser!'
GUI-Lore-dispenser: '&cPrice: &6<price>'
GUI-Item-dispenser: DISPENSER
dispenser-slot: 27
dispenser-price: 30000

# Well upgrade
GUI-well: '&7Well!'
GUI-Lore-well: '&cPrice: &6<price>'
GUI-Item-well: COAL
well-slot: 36
well-price: 500000

# Stand upgrade
GUI-stand: '&7Stand!'
GUI-Lore-stand: '&cPrice: &6<price>'
GUI-Item-stand: IRON_INGOT
stand-slot: 45
stand-price: 10000000

# Chocolatechip upgrade
GUI-chocolatechip: '&7Chocolatechip!'
GUI-Lore-chocolatechip: '&cPrice: &6<price>'
GUI-Item-chocolatechip: ARROW
chocolatechip-slot: 17
chocolatechip-price: 500

# Peanutbutter upgrade
GUI-peanutbutter: '&7Peanutbutter!'
GUI-Lore-peanutbutter: '&cPrice: &6<price>'
GUI-Item-peanutbutter: BONE
peanutbutter-slot: 26
peanutbutter-price: 20000

# Oatmeal upgrade
GUI-oatmeal: '&7Oatmeal!'
GUI-Lore-oatmeal: '&cPrice: &6<price>'
GUI-Item-oatmeal: DIAMOND
oatmeal-slot: 35
oatmeal-price: 60000

# Eaten upgrade
GUI-eaten: '&7Eaten!'
GUI-Lore-eaten: '&cPrice: &6<price>'
GUI-Item-eaten: FIREWORK
eaten-slot: 44
eaten-price: 2000000

# Swirl upgrade
GUI-swirl: '&7Swirl!'
GUI-Lore-swirl: '&cPrice: &6<price>'
GUI-Item-swirl: WATCH
swirl-slot: 53
swirl-price: 30000000
#  _______  _______  _______  _______  _______  _______  _______  _______
# (       )(  ____ \(  ____ \(  ____ \(  ___  )(  ____ \(  ____ \(  ____ \
# | () () || (    \/| (    \/| (    \/| (   ) || (    \/| (    \/| (    \/
# | || || || (__    | (_____ | (_____ | (___) || |      | (__    | (_____
# | |(_)| ||  __)   (_____  )(_____  )|  ___  || | ____ |  __)   (_____  )
# | |   | || (            ) |      ) || (   ) || | \_  )| (            ) |
# | )   ( || (____/\/\____) |/\____) || )   ( || (___) || (____/\/\____) |
# |/     \|(_______/\_______)\_______)|/     \|(_______)(_______/\_______)
#                                            

notenoughmessage: '&cNot enough Cakes!'
topcakes: '&cTop Cakes'





 

Servers using this plugin

Barbercraft.mcserver.ws (1.10 server)

mc.zybersmite.com (My Server)
CURRENTLY UNDER CONSTRUCTION

Want your server here? Pm me or add me on skype.


Terms of usage
- You may not decompile this plugin.
- You may not share it.
- You are not allowed to redistribute this plugin
- Do not start spamming me early in the morning or in the middle of the night.
- Please consider not to post any stupid reviews and say the plugin is missing features. THE FEATURES IS ABOVE!
- You shall not credit yourself.


Support
Add my skype: NasjonalHelter

Donate
Want to motivate me making better and greater updates, or just support me with coffee?


Donation List
None yet

MCStats
[​IMG]

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Cake Clicker is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9. Downloaded 6,808 times (via Spigot). Download it and open it directly in the game.

Explore more