GERMAN:
Server welche CookieClicker benutzen:
- niemand
Sende mir deine ServerIP und ich werde sie hier einfügen. [Natürlich nur wenn du das Plugin auf dem Server benutzt.]
BESCHREIBUNG:
Dieses Plugin ist derzeit für für Lobbys gedacht.
Wie funktoniert es?
1. Gib das Plugin auf den Server
2. Wenn du auf den Server gehst solltest du den Kopf des Spielers: QuadratCookie setzten. [/give {player} skull 1 3 {SkullOwner:QuadratCookie} ]
3. Das wars
[Das Plugin funktoniert gut in Verbindung mit
LobbySystemNB ]
Du kannst dir den Cookie Kopf mit /cookieskull geben.
Permission: cookie.skull
DEUTSCHE CONFIG: http://IceMC.net/plugins
Commands:
/cookies [Player]
/cookieskull [cookie.skull] Gibt dir den Kopf vom Cookie
/cookieinfo [Infos vom Plugin]
/cookiereload [cookie.reload] Reloadet die Config
UpdateChecker Notify: cookie.update
Wenn du willst dass die Cookies gespeichert werden brauchst eine MySQL Datenbank.
APIs welche CookieClicker supporten:
https://mine-home.net/product?id=14
https://www.spigotmc.org/resources/coinsapi-1-8-1-9-1-10-1-11.35150/
https://www.spigotmc.org/resources/coins-1-8-x-1-12-x-mysql-sqlite-api.48536/
Das Plugin benötigt Java 8 und Spigot 1.8.X oder Spigot 1.9
Solltest du Probleme haben, melde dich einfach auf meinem Supportdiscord
https://discord.gg/zaCQSFt
ENGLISH:
Server which CookieClicker using:
- nobody
Send me your ServerIP and I will add the IP.
DESCRIPTION:
This plugin is currently for 1.8 for lobbies.
How does it work?
1. Give the plugin on the server
2. When you go to the server you should put the head of the player: QuadratCookie. [/Give {player} skull 1 3 {SkullOwner: QuadratCookie}]
3. That's it
[The plugin functions well in conjunction with
LobbySystemNB]
You can give the cookie head with /cookieskull.
Permission: cookie.skull
GERMAN CONFIG: http://IceMC.net/plugins
Commands:
/cookies [Player]
/cookieskull [cookie.skull] Give you the cookie skull.
/cookieinfo [Infos about this plugin]
/cookiereload [cookie.reload] Reload the config.yml
UpdateChecker Notify: cookie.update
If you want to save the cookies you need a mysql connection.
APIs which support cookieclicker:
https://mine-home.net/product?id=14
https://www.spigotmc.org/resources/coinsapi-1-8-1-9-1-10-1-11.35150/
https://www.spigotmc.org/resources/coins-1-8-x-1-12-x-mysql-sqlite-api.48536/
The plugin requires Java 8 and Spigot 1.8.X or Spigot 1.9
If you have problems you can get help on this discord: https://discord.gg/zaCQSFt
VIDEOS:
(German)
Thanks ManuGun
Server welche CookieClicker benutzen:
- niemand
Sende mir deine ServerIP und ich werde sie hier einfügen. [Natürlich nur wenn du das Plugin auf dem Server benutzt.]
BESCHREIBUNG:
Dieses Plugin ist derzeit für für Lobbys gedacht.
Wie funktoniert es?
1. Gib das Plugin auf den Server
2. Wenn du auf den Server gehst solltest du den Kopf des Spielers: QuadratCookie setzten. [/give {player} skull 1 3 {SkullOwner:QuadratCookie} ]
3. Das wars
[Das Plugin funktoniert gut in Verbindung mit
LobbySystemNB ]
Du kannst dir den Cookie Kopf mit /cookieskull geben.
Permission: cookie.skull
DEUTSCHE CONFIG: http://IceMC.net/plugins
Commands:
/cookies [Player]
/cookieskull [cookie.skull] Gibt dir den Kopf vom Cookie
/cookieinfo [Infos vom Plugin]
/cookiereload [cookie.reload] Reloadet die Config
UpdateChecker Notify: cookie.update
Wenn du willst dass die Cookies gespeichert werden brauchst eine MySQL Datenbank.
APIs welche CookieClicker supporten:
https://mine-home.net/product?id=14
https://www.spigotmc.org/resources/coinsapi-1-8-1-9-1-10-1-11.35150/
https://www.spigotmc.org/resources/coins-1-8-x-1-12-x-mysql-sqlite-api.48536/
Das Plugin benötigt Java 8 und Spigot 1.8.X oder Spigot 1.9
Solltest du Probleme haben, melde dich einfach auf meinem Supportdiscord
https://discord.gg/zaCQSFt
Code (Text):
How to use the API?
// Adding a player cookies: CookieClicker.addCookies(p.getUniqueId().toString(), 1);
// Remove a player cookies: CookieClicker.removeCookies(p.getUniqueId().toString(), 1);
// Get the cookies of a player: CookieClicker.getCookies(p.getUniqueId().toString());
// Adding a player cookies: CookieClicker.addCookies(p.getUniqueId().toString(), 1);
// Remove a player cookies: CookieClicker.removeCookies(p.getUniqueId().toString(), 1);
// Get the cookies of a player: CookieClicker.getCookies(p.getUniqueId().toString());
Server which CookieClicker using:
- nobody
Send me your ServerIP and I will add the IP.
DESCRIPTION:
This plugin is currently for 1.8 for lobbies.
How does it work?
1. Give the plugin on the server
2. When you go to the server you should put the head of the player: QuadratCookie. [/Give {player} skull 1 3 {SkullOwner: QuadratCookie}]
3. That's it
[The plugin functions well in conjunction with
LobbySystemNB]
You can give the cookie head with /cookieskull.
Permission: cookie.skull
GERMAN CONFIG: http://IceMC.net/plugins
Commands:
/cookies [Player]
/cookieskull [cookie.skull] Give you the cookie skull.
/cookieinfo [Infos about this plugin]
/cookiereload [cookie.reload] Reload the config.yml
UpdateChecker Notify: cookie.update
If you want to save the cookies you need a mysql connection.
APIs which support cookieclicker:
https://mine-home.net/product?id=14
https://www.spigotmc.org/resources/coinsapi-1-8-1-9-1-10-1-11.35150/
https://www.spigotmc.org/resources/coins-1-8-x-1-12-x-mysql-sqlite-api.48536/
The plugin requires Java 8 and Spigot 1.8.X or Spigot 1.9
If you have problems you can get help on this discord: https://discord.gg/zaCQSFt
Code (Text):
How to use the API?
// Adding a player cookies: CookieClicker.addCookies(p.getUniqueId().toString(), 1);
// Remove a player cookies: CookieClicker.removeCookies(p.getUniqueId().toString(), 1);
// Get the cookies of a player: CookieClicker.getCookies(p.getUniqueId().toString());
// Adding a player cookies: CookieClicker.addCookies(p.getUniqueId().toString(), 1);
// Remove a player cookies: CookieClicker.removeCookies(p.getUniqueId().toString(), 1);
// Get the cookies of a player: CookieClicker.getCookies(p.getUniqueId().toString());
(German)
Thanks ManuGun
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.8
- 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.
CookieClicker [+API] is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 5,706 times (via Spigot). Download it and open it directly in the game.