{"id":14969722,"url":"https://github.com/timbru31/cookme","last_synced_at":"2025-10-26T09:30:54.110Z","repository":{"id":6893964,"uuid":"2623389","full_name":"timbru31/CookMe","owner":"timbru31","description":"🔥 🍖 🥓 CookMe plugin for CraftBukkit/Spigot","archived":false,"fork":false,"pushed_at":"2024-10-25T07:55:14.000Z","size":352,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T04:28:37.378Z","etag":null,"topics":["bukkit","bukkit-plugin","cooking","craftbukkit","food","java","minecraft","spigot","spigot-plugin","spigotmc"],"latest_commit_sha":null,"homepage":"https://dev.bukkit.org/projects/cookme","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timbru31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["timbru31"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://paypal.me/timbru/"}},"created_at":"2011-10-21T21:56:34.000Z","updated_at":"2024-10-25T07:55:11.000Z","dependencies_parsed_at":"2024-12-18T08:30:07.075Z","dependency_job_id":null,"html_url":"https://github.com/timbru31/CookMe","commit_stats":{"total_commits":294,"total_committers":6,"mean_commits":49.0,"dds":"0.47959183673469385","last_synced_commit":"7f2d1ef5de0ae44ff1c64af19dd49b99a9b028f2"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2FCookMe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2FCookMe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2FCookMe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbru31%2FCookMe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timbru31","download_url":"https://codeload.github.com/timbru31/CookMe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238301212,"owners_count":19449403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bukkit","bukkit-plugin","cooking","craftbukkit","food","java","minecraft","spigot","spigot-plugin","spigotmc"],"created_at":"2024-09-24T13:42:16.229Z","updated_at":"2025-10-26T09:30:53.796Z","avatar_url":"https://github.com/timbru31.png","language":"Java","funding_links":["https://github.com/sponsors/timbru31","https://paypal.me/timbru/","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=T9TEV7Q88B9M2"],"categories":[],"sub_categories":[],"readme":"# CookMe\n\n[![Build Status](https://ci.dustplanet.de/job/CookMe/badge/icon)](https://ci.dustplanet.de/job/CookMe/)\n[![Build the plugin](https://github.com/timbru31/CookMe/workflows/Build%20the%20plugin/badge.svg)](https://github.com/timbru31/CookMe/actions?query=workflow%3A%22Build+the+plugin%22)\n\n[![BukkitDev](https://img.shields.io/badge/BukkitDev-v4.0.0-orange.svg)](https://dev.bukkit.org/projects/cookme/)\n[![SpigotMC](https://img.shields.io/badge/SpigotMC-v4.0.0-orange.svg)](https://www.spigotmc.org/resources/cookme.67006/)\n\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n## Info\n\nThis CraftBukkit plugin adds a more realistic and detailed behavior when you consume raw food\n\n- Control each effect by giving a percentage, disabling means a percentage of 0.0\n- Minimum and maximum duration\n- Control the strength of an effect yourself or let the dice decide\n- Prevent vanilla effects\n- Affects any controlled food (default are raw foods)\n- Flexible on the fly configuration via commands\n- Opt-out permission and command permissions\n- Cooldown until the next effect should occur\n\n_Third party features, all of them can be disabled_\n\n- bStats for usage statistics\n\n## Standard config\n\n```yaml\n# For help please refer to https://dev.bukkit.org/projects/cookme/\n\nconfiguration:\n  # Should permissions be used?\n  permissions: true\n  # Display a message when eating?\n  messages: true\n  # The minimum and maximum duration of the effect in seconds\n  duration:\n    min: 15\n    max: 30\n  # Cooldown in seconds, how long the player is safe before the next effect happens.\n  cooldown: 30\n  # Should /cookme debug be enabled (modifies the food level)\n  debug: false\n  # Should the vanilla poison from raw chicken and rotten flesh be prevented if the player has the permission cookme.safe\n  preventVanillaPoison: false\n  # Should the effect strength be random or controlled from below (also called amplifier)\n  randomEffectStrength: true\n# The percentage for each effect. Make sure all together are not exceeding 100! 0 means disabled!\neffects:\n  damage: 6.25\n  death: 6.25\n  venom: 6.25\n  hungervenom: 6.25\n  hungerdecrease: 6.25\n  confusion: 6.25\n  blindness: 6.25\n  weakness: 6.25\n  slowness: 6.25\n  slowness_blocks: 6.25\n  instant_damage: 6.25\n  refusing: 6.25\n  wither: 6.25\n  levitation: 6.25\n  unluck: 6.25\n  bad_omen: 6.25\n# Put a number here for the strength of an effect, only used when randomEffectStrength is false\neffectStrength:\n  venom: 8\n  hungervenom: 8\n  confusion: 8\n  blindness: 8\n  weakness: 8\n  slowness: 8\n  slowness_blocks: 8\n  instant_damage: 8\n  wither: 8\n  levitation: 8\n  unluck: 8\n  bad_omen: 8\n# Add your own stuff here, IDs are supported, too!\nfood:\n  - BEEF\n  - CHICKEN\n  - PORKCHOP\n  - ROTTEN_FLESH\n  - MUTTON\n  - RABBIT\n  - COD\n  - SALMON\n  - PUFFERFISH\n```\n\n## Commands \u0026 Permissions\n\n(Fallback to OPs, if no permissions system is found)\n\n### General commands\n\n|    Command     |        Permission node         |              Description               |\n| :------------: | :----------------------------: | :------------------------------------: |\n|       -        |          cookme.safe           | Opt out permission (no effects appear) |\n| /cookme reload |         cookme.reload          |    Reloads the configuration files     |\n|  /cookme help  |          cookme.help           |          Displays a help menu          |\n| /cookme debug  | only active when debug is true |        Reduces your food level         |\n\n### Enabling or disabling parts\n\nIn the following table the X needs to be replaced by one of these values\n\n- permissions\n- messages\n\n|      Command      | Permission node  |          Description          |\n| :---------------: | :--------------: | :---------------------------: |\n| /cookme enable X  | cookme.enable.X  | Enables permissions/messages  |\n| /cookme disable X | cookme.disable.X | Disables permissions/messages |\n\n### Adjusting duration, cooldown and percentages\n\nIn the following table the X needs to be replaced by one of these effects\n\n- damage\n- death\n- venom\n- hungervenom\n- hungerdecrease\n- confusion\n- blindness\n- weakness\n- slowness\n- slowness_blocks\n- instant_damage\n- refusing\n- wither\n- levitation\n- unluck\n- bad_omen\n\n|         Command          | Permission node |             Description              |\n| :----------------------: | :-------------: | :----------------------------------: |\n|   /cookme set cooldown   | cookme.cooldown |  Sets the cooldown time in seconds   |\n| /cookme set duration max | cookme.duration | Sets the maximum duration in seconds |\n| /cookme set duration min | cookme.duration | Sets the minimum duration in seconds |\n|      /cookme set X       |  cookme.set.X   |   Sets the percentage of effect X    |\n\n## Credits\n\n- nisovin for the code snippet prior to the Potion API\n- MatthewEnderle for the nice logo\n\n## Support\n\nFor support visit the dev.bukkit.org page: https://dev.bukkit.org/projects/cookme  \nIn addition to reporting bugs here on GitHub you can join my Discord and ask your questions right away!  \n[![Discord support](https://discordapp.com/api/guilds/387315912283521027/widget.png?style=banner2)](https://discord.gg/mbCRgzQRvj)\n\n## Pull Requests\n\nFeel free to submit any PRs here. :)  \nPlease follow the Sun Coding Guidelines, thanks!\n\n## Usage statistics\n\n[![Usage statistics](https://bstats.org/signatures/bukkit/CookMe.svg)](https://bstats.org/plugin/bukkit/CookMe/279)\n\n## Data usage collection of bStats\n\n#### Disabling bStats\n\nThe file `./plugins/bStats/config.yml` contains an option to _opt-out_.\n\n#### The following data is **read and sent** to https://bstats.org and can be seen under https://bstats.org/plugin/bukkit/CookMe\n\n- Your server's randomly generated UUID\n- The amount of players on your server\n- The online mode of your server\n- The bukkit version of your server\n- The java version of your system (e.g. Java 8)\n- The name of your OS (e.g. Windows)\n- The version of your OS\n- The architecture of your OS (e.g. amd64)\n- The system cores of your OS (e.g. 8)\n- bStats-supported plugins\n- Plugin version of bStats-supported plugins\n- List of enabled foods\n\n## Donation\n\n[![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif \"Donation via PayPal\")](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=T9TEV7Q88B9M2)\n\n![BitCoin](https://dustplanet.de/wp-content/uploads/2015/01/bitcoin-logo-plain.png \"Donation via BitCoins\")  \n1NnrRgdy7CfiYN63vKHiypSi3MSctCP55C\n\n## Partnership\\*\n\n[![ScalaCube partnership](https://scalacube.com/images/banners/modpack.jpg)](https://scalacube.com/p/_hosting_server_minecraft/2986301)  \n\u003csub\u003e\u003csup\u003e\\*As an affiliate partner I earn from qualified purchases\u003c/sup\u003e\u003c/sub\u003e\n\n---\n\nBuilt by (c) Tim Brust and contributors. Released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbru31%2Fcookme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbru31%2Fcookme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbru31%2Fcookme/lists"}