mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-21 06:44:44 +02:00
Track items dropped by a player, prevent them from being party shared
This commit is contained in:
@ -93,6 +93,7 @@ public class mcMMO extends JavaPlugin {
|
||||
public final static String tntMetadataKey = "mcMMO: Tracked TNT";
|
||||
public final static String customNameKey = "mcMMO: Custom Name";
|
||||
public final static String customVisibleKey = "mcMMO: Name Visibility";
|
||||
public final static String droppedItemKey = "mcMMO: Tracked Item";
|
||||
|
||||
public static FixedMetadataValue metadataValue;
|
||||
|
||||
|
Reference in New Issue
Block a user