# Исчезновение предметов

На сервере настроен индивидуальный таймер исчезновения дропнутых предметов. Это помогает быстро очищать мир от «мусора», оставляя ценные вещи дольше лежать на земле для возможного подъёма.

| Категория                 | Время (мин:сек) | Время в секундах |
| ------------------------- | --------------- | ---------------- |
| **Мусор**                 | **1:30**        | **90 c**         |
| **Ценные / долгоживущие** | **10:00**       | **600 c**        |
| **Остальные предметы**    | **5:00**        | **300 c**        |

> **Если предмет не входит в список ниже, он исчезнет через 5 минут (300 секунд) — стандартное значение Minecraft.**

***

### Мусор — 90 секунд (1.5 мин)

`cobblestone`, `dirt`, `gravel`, `sand`, `netherrack`, `granite`, `diorite`, `andesite`, `stone`, `rotten_flesh`, `poisonous_potato`, `dead_bush`, `stick`, `wheat_seeds`, `melon_seeds`, `pumpkin_seeds`, `beetroot_seeds`, `vine`, `bamboo`, `fern`, `clay_ball`, `arrow`, `bone`, `dandelion`, `poppy`

***

### Ценные / долгоживущие — 600 секунд (10 минут)

`diamond`, `diamond_ore`, `deepslate_diamond_ore`, `diamond_sword`, `diamond_pickaxe`, `diamond_axe`, `diamond_shovel`, `diamond_hoe`, `diamond_helmet`, `diamond_chestplate`, `diamond_leggings`, `diamond_boots`,\
`emerald`, `emerald_ore`, `deepslate_emerald_ore`,\
`netherite_ingot`, `netherite_scrap`, `netherite_block`, `netherite_sword`, `netherite_pickaxe`, `netherite_axe`, `netherite_shovel`, `netherite_hoe`, `netherite_helmet`, `netherite_chestplate`, `netherite_leggings`, `netherite_boots`,\
`gold_ingot`, `golden_apple`, `gold_block`,\
`iron_ingot`, `iron_block`,\
`copper_ingot`, `copper_block`,\
`enchanted_golden_apple`, `shulker_box`, `white_shulker_box`, `light_gray_shulker_box`, `gray_shulker_box`, `black_shulker_box`, `brown_shulker_box`, `red_shulker_box`, `orange_shulker_box`, `yellow_shulker_box`, `lime_shulker_box`, `green_shulker_box`, `cyan_shulker_box`, `light_blue_shulker_box`, `blue_shulker_box`, `purple_shulker_box`, `magenta_shulker_box`, `pink_shulker_box`, `ender_chest`, `totem_of_undying`, `elytra`, `nether_star`, `dragon_head`, `beacon`,\
`map`, `filled_map`,\
`wither_skeleton_skull`,\
`enchanted_book`,\
`heart_of_the_sea`, `trident`, `sponge`,\
`breeze_rod`, `wind_charge`, `mace`, `heavy_core`, `ominous_bottle`, `trial_key`, `ominous_trial_key`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.fulgur.org/wiki/vanilla/igra-na-servere/item-despawn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
