This plugin adds needs to player characters such as Hunger, Thirst, and Sleep.
No bugs reported.
Hunger: Hunger is a basic need, it can be fulfilled by eating food. (Developers: To make a food item remove hunger, add "ITEM.hunger = #" where # is the amount to remove.)
Thirst: Thirst requires the player to drink water or other liquid items. Players can also lower thirst with the /Drink Command. (To Developers: To make a food item remove thirst, add "ITEM.thirst = #" where # is the amount to remove.)
Sleep: Sleep requires the player to sleep at regular intervals. Get too tired, and you'll pass out randomly. Sleep can be lowered with the /Sleep command, or items. (To Developers: To make a food item remove Sleep, add "ITEM.sleep = #" where # is the amount to remove.)
/Drink | This is a basic command, useable by anyone. When standing in a source of water, one can use the command to drink from it, lowering thirst.
/Sleep | This command is useable by anyone, and ragdolls the player for a certain amount of time. After which the player will wake up, and have their sleep lowered.
/SetHunger | This command is useable by admins whom wish to set a player's hunger to any number they desire. Minimum is 0, max is 100. If you set it to -1, it will remove the hunger need from that player. The will be unable to see hunger in the F1 menu, and the wont get hungry any more.
/SetThirst | This command is useable by admins whom wish to set a players thirst to any number they desire. Minimum is 0, max is 100. If you set it to -1, it will remove the thirst need from that player. They will be unable to see thirst in the F1 menu, and wont get thirsty any more.
/SetSleep | This command is useable by admins whom wish to set a player's sleep to any number they desire. Minimum is 0 max is 100. If you set it to -1, it will remove the sleep need from that player. They will be unable to see sleep in the F1 menu, and wont get sleepy any more.
Note: This plugin is currently nonfunctional on the plugin center. It will be patched soon, until then I recommend downloading the version of it from the C16 Forums