(Java Minecraft 1.14) How to remove a specific amount of hunger points from a player?Minecraft, PermissionsEx and how group inheritance worksWhere is my minecraft server's spawnpoint?How to remove specific item from existed minecraft world?How do you remove a SPECIFIC level of potion effect from a player?My minecraft is borkedForce print message to log with commandBlockOutput=falseHow to create a boss bar that counts up?minecraft java edition 1.13 player join detector?(Java Minecraft 1.14) How to /give a written book?(Java Minecraft 1.14) Was the Levels:n beacon tag removed/altered?

Where did the extra Pym particles come from in Endgame?

Why was Germany not as successful as other Europeans in establishing overseas colonies?

How to figure out whether the data is sample data or population data apart from the client's information?

How to determine the actual or "true" resolution of a digital photograph?

Why is current rating for multicore cable lower than single core with the same cross section?

Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?

Transfer over $10k

Why is the origin of “threshold” uncertain?

Do generators produce a fixed load?

Single Colour Mastermind Problem

Feels like I am getting dragged in office politics

Is it possible to measure lightning discharges as Nikola Tesla?

When India mathematicians did know Euclid's Elements?

Binary Numbers Magic Trick

Python "triplet" dictionary?

Confused by notation of atomic number Z and mass number A on periodic table of elements

Phrase for the opposite of "foolproof"

Was there a Viking Exchange as well as a Columbian one?

How can I place the product on a social media post better?

If Earth is tilted, why is Polaris always above the same spot?

Confusion about capacitors

Do I have to worry about players making “bad” choices on level up?

Cannot populate data in lightning data table

Was it really necessary for the Lunar Module to have 2 stages?



(Java Minecraft 1.14) How to remove a specific amount of hunger points from a player?


Minecraft, PermissionsEx and how group inheritance worksWhere is my minecraft server's spawnpoint?How to remove specific item from existed minecraft world?How do you remove a SPECIFIC level of potion effect from a player?My minecraft is borkedForce print message to log with commandBlockOutput=falseHow to create a boss bar that counts up?minecraft java edition 1.13 player join detector?(Java Minecraft 1.14) How to /give a written book?(Java Minecraft 1.14) Was the Levels:n beacon tag removed/altered?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















A heavily requested feature on a server I play on is Veinmeiner, however the server owner doesn't want to add mods. As a result, I'm writing a datapack for it. I've got most of it working, except for one part. I need to set the player's hunger based on how many blocks they mine. I know that /effect is an option, but I'm not sure how exactly to apply it based on the blocks mined. I know that mining 1 block adds .005 exhaustion points, but I don't know how much saturation and food that reduces. Is there a way to directly set/add to/remove from a player's hunger? If there is, what amount should I remove per some amount of blocks mined?










share|improve this question




























    0















    A heavily requested feature on a server I play on is Veinmeiner, however the server owner doesn't want to add mods. As a result, I'm writing a datapack for it. I've got most of it working, except for one part. I need to set the player's hunger based on how many blocks they mine. I know that /effect is an option, but I'm not sure how exactly to apply it based on the blocks mined. I know that mining 1 block adds .005 exhaustion points, but I don't know how much saturation and food that reduces. Is there a way to directly set/add to/remove from a player's hunger? If there is, what amount should I remove per some amount of blocks mined?










    share|improve this question
























      0












      0








      0








      A heavily requested feature on a server I play on is Veinmeiner, however the server owner doesn't want to add mods. As a result, I'm writing a datapack for it. I've got most of it working, except for one part. I need to set the player's hunger based on how many blocks they mine. I know that /effect is an option, but I'm not sure how exactly to apply it based on the blocks mined. I know that mining 1 block adds .005 exhaustion points, but I don't know how much saturation and food that reduces. Is there a way to directly set/add to/remove from a player's hunger? If there is, what amount should I remove per some amount of blocks mined?










      share|improve this question














      A heavily requested feature on a server I play on is Veinmeiner, however the server owner doesn't want to add mods. As a result, I'm writing a datapack for it. I've got most of it working, except for one part. I need to set the player's hunger based on how many blocks they mine. I know that /effect is an option, but I'm not sure how exactly to apply it based on the blocks mined. I know that mining 1 block adds .005 exhaustion points, but I don't know how much saturation and food that reduces. Is there a way to directly set/add to/remove from a player's hunger? If there is, what amount should I remove per some amount of blocks mined?







      minecraft minecraft-commands






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 10 mins ago









      Nik3141Nik3141

      18711




      18711




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "41"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f350660%2fjava-minecraft-1-14-how-to-remove-a-specific-amount-of-hunger-points-from-a-pl%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Arqade!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f350660%2fjava-minecraft-1-14-how-to-remove-a-specific-amount-of-hunger-points-from-a-pl%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

          The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

          19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу