{"id":15144057,"url":"https://github.com/aiptu/noeats","last_synced_at":"2026-01-05T03:45:03.556Z","repository":{"id":123443736,"uuid":"445240847","full_name":"AIPTU/NoEats","owner":"AIPTU","description":"A PocketMine-MP plugin to regulate player hunger and prohibit eating certain foods easily","archived":false,"fork":false,"pushed_at":"2023-07-24T11:26:20.000Z","size":111,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T10:45:05.419Z","etag":null,"topics":["pocketmine-mp","pocketmine-mp-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/AIPTU.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-01-06T16:42:23.000Z","updated_at":"2023-07-23T13:45:54.000Z","dependencies_parsed_at":"2023-09-04T07:16:06.019Z","dependency_job_id":null,"html_url":"https://github.com/AIPTU/NoEats","commit_stats":{"total_commits":12,"total_committers":4,"mean_commits":3.0,"dds":0.25,"last_synced_commit":"8fd072144d4f5bc758a86258ce1f6c2d723a4aed"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AIPTU%2FNoEats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AIPTU%2FNoEats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AIPTU%2FNoEats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AIPTU%2FNoEats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AIPTU","download_url":"https://codeload.github.com/AIPTU/NoEats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244945594,"owners_count":20536295,"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":["pocketmine-mp","pocketmine-mp-plugin"],"created_at":"2024-09-26T10:21:25.379Z","updated_at":"2026-01-05T03:45:03.494Z","avatar_url":"https://github.com/AIPTU.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoEats\n\n[![](https://poggit.pmmp.io/shield.state/NoEats)](https://poggit.pmmp.io/p/NoEats)\n[![](https://poggit.pmmp.io/shield.dl.total/NoEats)](https://poggit.pmmp.io/p/NoEats)\n\nA PocketMine-MP plugin to regulate player hunger and prohibit eating certain foods easily.\n\n# Features\n\n- `Food Item Restriction`: Administrators can define a list of food items that players are not allowed to eat.\n- `World-Specific Configuration`: Different worlds can have different food item restrictions.\n- `Mode Selection`: Choose between \"None,\" \"Blacklist,\" or \"Whitelist\" mode to determine how world-specific configurations are applied.\n- `Hunger Event Control`: Administrators can enable or disable hunger events for players.\n- `Customizable Messages`: Customize the message displayed to players when they attempt to eat a restricted food item.\n- `Bypass Permissions`: Operators can be granted permissions to bypass the food item restrictions and hunger event cancellation.\n- `World Validation`: It checks if the worlds listed in the configuration file exist and are generated in the server. Invalid worlds are ignored.\n- `Item Validation`: It ensures that the food items listed in the configuration are valid edible items. Non-edible items are ignored.\n\n# Permissions\n\n- `noeats.bypass.eating`: Players with this permission can bypass the plugin's restrictions on eating food items.\n- `noeats.bypass.hunger`: Players with this permission can bypass the cancellation of hunger events imposed by the plugin.\n\n# Default Config\n```yaml\n# Do not change this (Only for internal use)!\nconfig-version: 1.2\n\n# If set to true, players will experience hunger. If set to false, players won't experience hunger.\n# This option allows you to enable or disable the hunger mechanic for players in the server.\nhunger: true\n\n# The message displayed when a player attempts to eat a restricted food item.\n# You can use color codes by using \"§\" or \"\u0026\" before the color code.\n# This message will be shown to players when they try to eat an item that is restricted based on the configuration.\nmessage: \"\u0026cYou can't eat your food here\"\n\n# Item Restriction Settings\nitems:\n  # List of food items that players are not allowed to eat.\n  # This list determines which food items are restricted for consumption by players.\n  list:\n    - \"golden_apple\"\n    - \"cooked_beef\"\n    - \"cooked_chicken\"\n\n# World Restriction Settings\nworlds:\n  # The mode can be either \"blacklist,\" \"whitelist,\" or \"none\".\n  # - \"blacklist\" mode will prevent players from eating in the specified worlds (blacklisted) and allow eating in other worlds.\n  # - \"whitelist\" mode will only allow players to eat in the specified worlds (whitelisted) and prevent eating in other worlds.\n  # - \"none\" mode will not apply any restrictions, and eating will be allowed in all worlds.\n  mode: \"blacklist\"\n\n  # List of world folder names to be blacklisted or whitelisted (depending on the mode set above).\n  # If \"mode\" is set to \"blacklist\" or \"whitelist,\" add the world folder names accordingly.\n  # If \"mode\" is set to \"none,\" leave the \"list\" empty ([]) to allow eating in all worlds.\n  list:\n    - \"world\"  # Example: The \"world\" world folder is blacklisted, and players can't eat here.\n    - \"world_nether\"  # Example: The \"world_nether\" world folder is blacklisted, and players can't eat here.\n\n# You can add more worlds to the list as needed.\n# Note: Make sure to use the correct world folder names as specified in your PocketMine-MP server configuration.\n# To disable world-specific eating restriction and allow eating in all worlds, set \"mode\" to \"none\" and leave the \"list\" empty ([]) or remove the \"list\" entirely.\n\n```\n\n# Upcoming Features\n\n- Currently none planned. You can contribute or suggest for new features.\n\n# Additional Notes\n\n- If you find bugs or want to give suggestions, please visit [here](https://github.com/AIPTU/NoEats/issues).\n- We accept all contributions! If you want to contribute, please make a pull request in [here](https://github.com/AIPTU/NoEats/pulls).\n- Icons made from [www.flaticon.com](https://www.flaticon.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiptu%2Fnoeats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiptu%2Fnoeats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiptu%2Fnoeats/lists"}