• Hey! Register here to create your account, engage with the community, and talk about what is new!

How do I make dropped items not exist anymore

Fghj240

Active member
Joined
Jun 5, 2021
Messages
53
Reaction score
8
I want to either make them not spawn or kill them every tick.
 
Solution
There are two ways;

Player Event: Drop Item > Game Action: Cancel Event
Which prevents players from dropping items with Q, and:

Player Action: Disable Death Drops
Which prevents players from dropping items when they die.

General_Mudkip

Retired Moderator
Overlord
Joined
Sep 6, 2020
Messages
362
Reaction score
95
There are two ways;

Player Event: Drop Item > Game Action: Cancel Event
Which prevents players from dropping items with Q, and:

Player Action: Disable Death Drops
Which prevents players from dropping items when they die.
 
Solution

Fghj240

Active member
Joined
Jun 5, 2021
Messages
53
Reaction score
8
What about from mobs? I found a block that says setdeathdropsenabled in entity actions, I assume I put it after spawnmob but what's #1 tag and how do I get it?
 
Top Bottom