CantDrop
CustomFlag: CantDrop
Description: Prevents the item from being dropped and optionally shows a hint or broadcast.
Parameters:
hint_or_broadcast—hintorbroadcast(how message is shown).message— Text shown to the player (supports placeholders like%name%).duration— Duration (seconds) for the message/hint.
Example Yaml context:
flag_settings:
cant_drop_settings:
- hint_or_broadcast: hint
message: "You cant drop %name%!"
duration: 10Last updated
Was this helpful?