A PocketMine-MP plugin to regulate player hunger and prohibit eating certain foods easily

Overview

NoEats

Discord

A PocketMine-MP plugin to regulate player hunger and prohibit eating certain foods easily.

Features

  • Managing hunger.
  • Permission bypass.
  • Supports & as formatting codes.
  • Custom item that can't be eat.
  • Per world support.
  • Lightweight and open source โค๏ธ

Permissions

  • Permission noeats.bypass allows the user to bypass eating.
  • Permission noeats.bypass.hunger allows the user to bypass hunger.

Default Config

---
# Do not change this (Only for internal use)!
config-version: 1.0

# If you want to activate player hunger.
hunger: true

# Message used when canceling a player who ate food.
# Use "ยง" or "&" to color the message.
message: "&cYou can't eat your food here"

items:
  # List of items that can't be eat.
  # This must be food to work.
  # If the item has meta, you can use the format "minecraft:id:meta".
  list:
    - "minecraft:golden_apple"
    - "minecraft:cooked_beef"
    - "minecraft:cooked_chicken"

worlds:
  # The mode can be either "blacklist" or "whitelist".
  # The blacklist mode will only cancel players to eat and players to be hungry according to the name of a predetermined world folder and will allow player feeding and hunger players around the world.
  # The whitelist mode will only allow players to eat and players to be hungry according to the name of a predetermined world folder and will cancel player feeding and starve players around the world.
  mode: "blacklist"
  # List of world folder names to blacklist/whitelist (depending on the mode set above).
  # Leave it blank if you want to let players eat all over the world.
  list:
    - "world"
...

Upcoming Features

  • Currently none planned. You can contribute or suggest for new features.

Additional Notes

  • If you find bugs or want to give suggestions, please visit here.
  • We accept any contributions! If you want to contribute please make a pull request in here.
  • Icons made from www.flaticon.com
You might also like...
Prevent players from passing a certain point in your server worlds
Prevent players from passing a certain point in your server worlds

WorldBorder Info ~ Prevent players from passing a certain point in your server worlds! Stops glitchers trying to get past the border locking them in a

This plugin gets player time while playing and leaderboard

TopNolep TopNolep is a plugin that retrieves the game time the player was on the server during, not only that, topnolep now provides a leaderboard tha

Plugin that allows a player to morph into mobs
Plugin that allows a player to morph into mobs

BurgerMorphs This plugin adds a Morphs system to PMMP. Players can morph into most mobs available in the game. Players can also morph into baby versio

A plugin to test Server-getPlayerExact() vs Mapusername, Player performance

PeformanceTests A plugin to test Server-getPlayerExact() vs Mapusername, Player performance Timings with Server-getPlayerExact() https://timings.p

A good plugin to play a sound when the player hits the enemy's head

HeadshotSound A good plugin to play a sound when the player hits the enemy's head. How to use Hit the player with a snowball, egg and bow in the head

API plugin to open a dialog for choosing another player.

ChoosePlayer API plugin for choosing a player interactively. API Let player select another player This API method opens a dialog to let player $choose

A simple plugin to teleport the player to world spawn when taking damage!

๐Ÿง™โ€โ™‚๏ธ โ€ข Damage TP Version Status Date 1.0.0 stable-dev 12/10/2022 ๐Ÿ“ซ โ€ข General: Plugin Introduction: This is a simple plugin that teleports the player

An advanced plugin to manage events when the player enters the server!

โญ โ€ข Better Join Version Status Date 1.0.0 stable-dev 12/10/2022 ๐Ÿ“ซ โ€ข General: Plugin Introduction: This is an advanced player input management plugin

A simple plugin to display a block name that player break or place in popup!

๐Ÿงฑ โ€ข Block Popup Version Status Date 1.0.0 stable-alpha 12/10/2022 ๐Ÿ“ซ โ€ข General: Plugin Introduction: This is a simple plugin to add the function to d

Comments
Owner
null
A PocketMine-MP plugin that replaces a block to another block when breaks, then back to the original block after a certain time

BlockReplacer A PocketMine-MP plugin that replaces a block to another block when breaks, then back to the original block after a certain time How to I

AIPTU 11 Sep 2, 2022
SpawnInLobby Pocketmine-MP plugin. With this plugin the player will always join the game at the default world spawn point

SpawnInLobby Pocketmine-MP plugin. With this plugin the player will always join the game at the default world spawn point

null 1 Jan 7, 2022
This is a plugin for pocketmine-mp, when locking a player's items helps players not to lose items or throw things around causing server lag.

[] LockedItem| v1.0.0 Player's item lock Features Player's item lock Players aren't afraid of losing items For Devolopers You can access to LockedItem

JeroGamingYT 3 Jan 4, 2022
A PocketMine-MP plugin to cancel the player's sprint

NoSprint A PocketMine-MP plugin to cancel the player's spint. Features Permissions bypass. Custom messages. Per world support. Lightweight and open so

null 3 May 17, 2022
A Pocketmine-MP (PMMP) leaderboard plugin that shows player statistics on a website.

WebLeaderBoard A Pocketmine-MP (PMMP) leaderboard plugin that shows all sorts of statistics on a website. Setup Guide To start using the plugin, downl

ItsMax123 6 Apr 5, 2022
NoFly is a PocketMine-MP plugin that doesn't allow the player to fly

NoFly is a PocketMine-MP plugin that doesn't allow the player to fly

Azel F. 2 Mar 30, 2022
A plugin manager for PocketMine-MP downloads plugin from PocketMine-MP official plugin repository

oh-my-pmmp A plugin manager for PocketMine-MP Getting Started Prerequisites Your server MUST RUN the latest version of PocketMine. Installation From P

thebigcrafter 6 Jan 4, 2023
This package implements 0-1 Knapsack Problem algorithm i.e. allows to find the best way to fill a knapsack of a specified volume with items of a certain volume and value.

This package implements "0-1 Knapsack Problem" algorithm i.e. allows to find the best way to fill a knapsack of a specified volume with items of a certain volume and value.

Alexander Makarov 9 Sep 8, 2022
This car rental project system project in PHP focuses mainly on dealing with customers regarding their car rental hours and certain transactions.

Car-Rental Online Car Rental Management System This car rental project system project in PHP focuses mainly on dealing with customers regarding their

Adarsh Kumar Singh 2 Sep 29, 2022
PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions.

PHPCheckstyle Overview PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions. The tools checks the inpu

PHPCheckstyle 157 Dec 5, 2022