(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;
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
add a comment |
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
add a comment |
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
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
minecraft minecraft-commands
asked 10 mins ago
Nik3141Nik3141
18711
18711
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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