Keep items in inventory on death in MinecraftPreventing item loss after deathMinecraft keepInventory command not workingHow does distance affect the disappearance of items after death?How can I disable commands after enabling adventure mode?How do I automatically remove anvils in Minecraft?Minecraft, without the death?Keep named items after deathMinecraft Inventory Click-Hold To Move Items Problem/GlitchHow to detect if a player logs out of the game in Minecraft?How to test if a mob is dead to execute a command?How to migrate from one MC map to another retaining all collected items?How to prevent the switching of items inside the hotbar in vanilla minecraft [1.12.2]?
Nested-Loop-Join: How many comparisons and how many pages-accesses?
3D-Plot with an inequality condition for parameter values
What caused Windows ME's terrible reputation?
Too many spies!
Is killing off one of my queer characters homophobic?
Behavior of the zero and negative/sign flags on classic instruction sets
(algebraic topology) question about the cellular approximation theorem
Old short story where the future emperor of the galaxy is taken for a tour around Earth
How to make "plastic" sounding distored guitar
Is this a Lost Mine of Phandelver Plot Hole?
Are lithium batteries allowed in the International Space Station?
Did the Shuttle's rudder or elevons operate when flown on its carrier 747?
Filtering fine silt/mud from water (not necessarily bacteria etc.)
Doing research in academia and not liking competition
Why do they not say "The Baby"
Do native speakers use ZVE or CPU?
What are some symbols representing peasants/oppressed persons fighting back?
What is the English equivalent of 干物女 (dried fish woman)?
Ezek. 24:1-2, "Again in the ninth year, in the tenth month, in the tenth day of the month, ...." Which month was the tenth month?
How do I define this subset using mathematical notation?
Absconding a company after 1st day of joining
What impact would a dragon the size of Asia have on the environment?
Could the crash sites of the Apollo 11 and 16 LMs be seen by the LRO?
As a DM, how to avoid unconscious metagaming when dealing with a high AC character?
Keep items in inventory on death in Minecraft
Preventing item loss after deathMinecraft keepInventory command not workingHow does distance affect the disappearance of items after death?How can I disable commands after enabling adventure mode?How do I automatically remove anvils in Minecraft?Minecraft, without the death?Keep named items after deathMinecraft Inventory Click-Hold To Move Items Problem/GlitchHow to detect if a player logs out of the game in Minecraft?How to test if a mob is dead to execute a command?How to migrate from one MC map to another retaining all collected items?How to prevent the switching of items inside the hotbar in vanilla minecraft [1.12.2]?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I once played a vanilla Minecraft adventure map (called "Herobrine's Mansion") that prevented the player from losing their items on death. Which commands can be used to prevent the player from losing their items on death (in vanilla Minecraft)?
minecraft minecraft-commands
add a comment |
I once played a vanilla Minecraft adventure map (called "Herobrine's Mansion") that prevented the player from losing their items on death. Which commands can be used to prevent the player from losing their items on death (in vanilla Minecraft)?
minecraft minecraft-commands
add a comment |
I once played a vanilla Minecraft adventure map (called "Herobrine's Mansion") that prevented the player from losing their items on death. Which commands can be used to prevent the player from losing their items on death (in vanilla Minecraft)?
minecraft minecraft-commands
I once played a vanilla Minecraft adventure map (called "Herobrine's Mansion") that prevented the player from losing their items on death. Which commands can be used to prevent the player from losing their items on death (in vanilla Minecraft)?
minecraft minecraft-commands
minecraft minecraft-commands
edited 4 mins ago
pppery
9985 silver badges18 bronze badges
9985 silver badges18 bronze badges
asked Nov 26 '12 at 17:28
Anderson GreenAnderson Green
1,5126 gold badges17 silver badges31 bronze badges
1,5126 gold badges17 silver badges31 bronze badges
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can use the command /gamerule keepInventory true
(case sensitive) to prevent the player from losing items on death. This command will work in Vanilla Minecraft, without using any mods (as long as cheats are enabled). You can also do this on a server as long as you have operator status.
11
only if cheats are enabled
– ratchet freak
Nov 26 '12 at 19:11
1
Someone edited my answer and added "you are OP'ed" to this answer. I'm not even sure what this is intended to mean: does it mean "overpowered", or does it mean something else?
– Anderson Green
Jul 15 '13 at 20:55
1
it means that you have OPerator privileges, essentially the moderators of your server
– ratchet freak
Jul 15 '13 at 21:02
1
Command blocks don't have to be enabled.
– Timtech
Sep 26 '13 at 22:33
add a comment |
Use /gamerule keepinventory true
. This'll make you keep your inventory when you die.
As mentioned before, you need to have cheats enabled, and you need to have the permissions to execute them.
Assuming you're in creative and have cheats enabled:
- Enter the command
/gamerule keepinventory
- (Enter command
/gamemode survival
or/gamemode adventure
) --> Takes you out of Creative
And you're done.
Assuming you're in Survival:
- Hit pause, and click open to LAN.
- On the next screen, set "Allow Cheats" to "ON."
- Enter the command
/gamerule keepInventory
- Save and Exit.
When you re-open your map, items will stay in your inventory after you die.
1
Save and Exit. When you re-open your map, items will stay in your inventory after you die.
So it’s a persistent setting that only has to be set once? ఠ_ఠ
– Synetech
Nov 5 '13 at 3:01
add a comment |
protected by Oak Feb 23 '13 at 17:20
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use the command /gamerule keepInventory true
(case sensitive) to prevent the player from losing items on death. This command will work in Vanilla Minecraft, without using any mods (as long as cheats are enabled). You can also do this on a server as long as you have operator status.
11
only if cheats are enabled
– ratchet freak
Nov 26 '12 at 19:11
1
Someone edited my answer and added "you are OP'ed" to this answer. I'm not even sure what this is intended to mean: does it mean "overpowered", or does it mean something else?
– Anderson Green
Jul 15 '13 at 20:55
1
it means that you have OPerator privileges, essentially the moderators of your server
– ratchet freak
Jul 15 '13 at 21:02
1
Command blocks don't have to be enabled.
– Timtech
Sep 26 '13 at 22:33
add a comment |
You can use the command /gamerule keepInventory true
(case sensitive) to prevent the player from losing items on death. This command will work in Vanilla Minecraft, without using any mods (as long as cheats are enabled). You can also do this on a server as long as you have operator status.
11
only if cheats are enabled
– ratchet freak
Nov 26 '12 at 19:11
1
Someone edited my answer and added "you are OP'ed" to this answer. I'm not even sure what this is intended to mean: does it mean "overpowered", or does it mean something else?
– Anderson Green
Jul 15 '13 at 20:55
1
it means that you have OPerator privileges, essentially the moderators of your server
– ratchet freak
Jul 15 '13 at 21:02
1
Command blocks don't have to be enabled.
– Timtech
Sep 26 '13 at 22:33
add a comment |
You can use the command /gamerule keepInventory true
(case sensitive) to prevent the player from losing items on death. This command will work in Vanilla Minecraft, without using any mods (as long as cheats are enabled). You can also do this on a server as long as you have operator status.
You can use the command /gamerule keepInventory true
(case sensitive) to prevent the player from losing items on death. This command will work in Vanilla Minecraft, without using any mods (as long as cheats are enabled). You can also do this on a server as long as you have operator status.
edited Oct 17 '13 at 14:57
kotekzot
35.3k57 gold badges173 silver badges259 bronze badges
35.3k57 gold badges173 silver badges259 bronze badges
answered Nov 26 '12 at 17:30
Anderson GreenAnderson Green
1,5126 gold badges17 silver badges31 bronze badges
1,5126 gold badges17 silver badges31 bronze badges
11
only if cheats are enabled
– ratchet freak
Nov 26 '12 at 19:11
1
Someone edited my answer and added "you are OP'ed" to this answer. I'm not even sure what this is intended to mean: does it mean "overpowered", or does it mean something else?
– Anderson Green
Jul 15 '13 at 20:55
1
it means that you have OPerator privileges, essentially the moderators of your server
– ratchet freak
Jul 15 '13 at 21:02
1
Command blocks don't have to be enabled.
– Timtech
Sep 26 '13 at 22:33
add a comment |
11
only if cheats are enabled
– ratchet freak
Nov 26 '12 at 19:11
1
Someone edited my answer and added "you are OP'ed" to this answer. I'm not even sure what this is intended to mean: does it mean "overpowered", or does it mean something else?
– Anderson Green
Jul 15 '13 at 20:55
1
it means that you have OPerator privileges, essentially the moderators of your server
– ratchet freak
Jul 15 '13 at 21:02
1
Command blocks don't have to be enabled.
– Timtech
Sep 26 '13 at 22:33
11
11
only if cheats are enabled
– ratchet freak
Nov 26 '12 at 19:11
only if cheats are enabled
– ratchet freak
Nov 26 '12 at 19:11
1
1
Someone edited my answer and added "you are OP'ed" to this answer. I'm not even sure what this is intended to mean: does it mean "overpowered", or does it mean something else?
– Anderson Green
Jul 15 '13 at 20:55
Someone edited my answer and added "you are OP'ed" to this answer. I'm not even sure what this is intended to mean: does it mean "overpowered", or does it mean something else?
– Anderson Green
Jul 15 '13 at 20:55
1
1
it means that you have OPerator privileges, essentially the moderators of your server
– ratchet freak
Jul 15 '13 at 21:02
it means that you have OPerator privileges, essentially the moderators of your server
– ratchet freak
Jul 15 '13 at 21:02
1
1
Command blocks don't have to be enabled.
– Timtech
Sep 26 '13 at 22:33
Command blocks don't have to be enabled.
– Timtech
Sep 26 '13 at 22:33
add a comment |
Use /gamerule keepinventory true
. This'll make you keep your inventory when you die.
As mentioned before, you need to have cheats enabled, and you need to have the permissions to execute them.
Assuming you're in creative and have cheats enabled:
- Enter the command
/gamerule keepinventory
- (Enter command
/gamemode survival
or/gamemode adventure
) --> Takes you out of Creative
And you're done.
Assuming you're in Survival:
- Hit pause, and click open to LAN.
- On the next screen, set "Allow Cheats" to "ON."
- Enter the command
/gamerule keepInventory
- Save and Exit.
When you re-open your map, items will stay in your inventory after you die.
1
Save and Exit. When you re-open your map, items will stay in your inventory after you die.
So it’s a persistent setting that only has to be set once? ఠ_ఠ
– Synetech
Nov 5 '13 at 3:01
add a comment |
Use /gamerule keepinventory true
. This'll make you keep your inventory when you die.
As mentioned before, you need to have cheats enabled, and you need to have the permissions to execute them.
Assuming you're in creative and have cheats enabled:
- Enter the command
/gamerule keepinventory
- (Enter command
/gamemode survival
or/gamemode adventure
) --> Takes you out of Creative
And you're done.
Assuming you're in Survival:
- Hit pause, and click open to LAN.
- On the next screen, set "Allow Cheats" to "ON."
- Enter the command
/gamerule keepInventory
- Save and Exit.
When you re-open your map, items will stay in your inventory after you die.
1
Save and Exit. When you re-open your map, items will stay in your inventory after you die.
So it’s a persistent setting that only has to be set once? ఠ_ఠ
– Synetech
Nov 5 '13 at 3:01
add a comment |
Use /gamerule keepinventory true
. This'll make you keep your inventory when you die.
As mentioned before, you need to have cheats enabled, and you need to have the permissions to execute them.
Assuming you're in creative and have cheats enabled:
- Enter the command
/gamerule keepinventory
- (Enter command
/gamemode survival
or/gamemode adventure
) --> Takes you out of Creative
And you're done.
Assuming you're in Survival:
- Hit pause, and click open to LAN.
- On the next screen, set "Allow Cheats" to "ON."
- Enter the command
/gamerule keepInventory
- Save and Exit.
When you re-open your map, items will stay in your inventory after you die.
Use /gamerule keepinventory true
. This'll make you keep your inventory when you die.
As mentioned before, you need to have cheats enabled, and you need to have the permissions to execute them.
Assuming you're in creative and have cheats enabled:
- Enter the command
/gamerule keepinventory
- (Enter command
/gamemode survival
or/gamemode adventure
) --> Takes you out of Creative
And you're done.
Assuming you're in Survival:
- Hit pause, and click open to LAN.
- On the next screen, set "Allow Cheats" to "ON."
- Enter the command
/gamerule keepInventory
- Save and Exit.
When you re-open your map, items will stay in your inventory after you die.
edited Mar 2 '13 at 12:00
Community♦
1
1
answered Dec 11 '12 at 7:53
spoonlessspoonless
1081 silver badge7 bronze badges
1081 silver badge7 bronze badges
1
Save and Exit. When you re-open your map, items will stay in your inventory after you die.
So it’s a persistent setting that only has to be set once? ఠ_ఠ
– Synetech
Nov 5 '13 at 3:01
add a comment |
1
Save and Exit. When you re-open your map, items will stay in your inventory after you die.
So it’s a persistent setting that only has to be set once? ఠ_ఠ
– Synetech
Nov 5 '13 at 3:01
1
1
Save and Exit. When you re-open your map, items will stay in your inventory after you die.
So it’s a persistent setting that only has to be set once? ఠ_ఠ– Synetech
Nov 5 '13 at 3:01
Save and Exit. When you re-open your map, items will stay in your inventory after you die.
So it’s a persistent setting that only has to be set once? ఠ_ఠ– Synetech
Nov 5 '13 at 3:01
add a comment |
protected by Oak Feb 23 '13 at 17:20
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?