Ever wished you could poop on a Minecraft server or create a server where you can do it? With the MyPoop plugin, players can finally get rid of all the food ingested in these years. I recommend it especially for those who have to create a RolePlay server but it also works very well for everything else. In practice, after eating a lot, the player is warned that he must poop. Furthermore, there is a value for which the player after eating a lot can no longer eat if he does not poop.
Features Value "trigger" in config.yml determines how much the player has to eat before he has to poop; Value "limit" in config.yml determines the maximum amount of food the player can eat until he poops; Value "delay" in config.yml determines how many seconds it takes before the poop disappears;
# Set to true if you want to enable the updateChecker when server start/reload updateChecker: true
# The trigger value shows how much value of hunger is needed to poop # For example one breand refills 5 food points # When player eats 8 bread the writing appears that he must poop trigger: 40
# The limit value shows the max value of hunger not allowing the player to eat limit: 60
# Time in seconds to despawn poop from ground delay: 5
# Choose the phrase to send to the players, with colors too using & message: "&aYou have to poop" # Choose the phrase to send to the players when they reach the limit to eat messageAtLimit: "&aYou can't eat anymore, you have to poop first" # Choose where to show the phrase (Default 3): # 1 -> Chat # 2 -> Title # 3 -> Subtitle # 4 -> ActionBar wherePrint: 3
# Set it to true if you want the poop to have the display name of the player it matches (PlayerNick's Poop). # You can also choose the color of the writing with the minecraft color codes (Example &a for green or &b&l for blue and bold) namedPoop: true
colorPoopName: "&6" # If "namedPoop" is false you can choose a display name of poop, leave "poopDisplayName" empty if you don't want it # You can also choose the color of the writing by adding the minecraft color codes (Example "&aPoop" for green or "&bMy &lPoop" for blue and bold) poopDisplayName: "&6Poop"
Commands
/mypoop or /myp Reload command to reload the config file [/mypoop reload]
Tips and Ideas Not yet started: - An option to enable poop in specific worlds (by RoboTitanII); - You can pickup poop and put it into composter (by Redstone_ray); - You can pickup poop and directly apply it to crops (by Redstone_ray); - Possibility to change the poop item (by Leonature and sharpfart); - Loading, on sneaking, to poop; - Not pooping for a long time causes illness; - Apply custom model data to poop (by SrKeviin)
Under development: - When you poop, crops within a radius will grow (by Redstone_ray).
Close to release: - Nothing.
Check out my other plugins Value "delay" in config.yml determines how many seconds it takes before the poop disappears
If you find bugs of any kind, slide them here in the comments. I will try to answer as soon as possible. By the way, I am an Italian student so I apologize for any English mistakes.