DivineDrop
Drop Remover | Name Display | A lot of Languages | Shift Item Picker
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
DivineDrop
DivineDrop
Allows you to display name of item, stack size and time before removing item if drop-cleaner enabled, also it's have options for drop like pickup items by shift key.
All advance suggestions for improvement, post to Github Issues.

DROP REMOVE FEATURE

Permissions
1. divinedrop.info - /divinedrop (/dd) 2. divinedrop.reload - /divinedrop reload (/dd reload) 3. divinedrop.getname - /divinedrop getname (/dd getname)
Commands
1. /divinedrop - Shows info about plugin. 2. /divinedrop reload - Reloads plugin configuration. 3. /divinedrop getname - Get item name.
Config
Materials list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
```yaml
Enable update notifications in chat for admins and console.
check-updates: true
Used when cleaner is disabled or if item doesn't have a timer.
Placeholders: %size%, %name%
Note: [%countdown% placeholder will not work.]
format: "&f%name% &7(x%size%)"
Pick up items only with the Shift key.
pickup-items-on-sneak: false
Ignore no-pickup items, for compatibility with other plugins.
ignore-no-pickup-items: true
Name of resource. Example: en_CA, uk_UA, de_DE, mt_MT etc.
More: https://www.spigotmc.org/resources/divinedrop.51715/
lang: "en_CA"
messages: prefix: "&5&lDivineDrop &7> &f" display-name: "Display Name&7: &f%name%" no-permission: "&cYou do not have permission to run this command." unknown-cmd: "&cYou entered an unknown command." reloaded: "&aThe configuration is reloaded."
drop-cleaner: enabled: false
Placeholders: %countdown%, %size%, %name%
format: "&c[&4%countdown%&c] &f%name% &7(x%size%)"
Global timer
timer: 10
The timer will be added to items that are loaded along with the chunk.
timer-for-loaded-items: true
Do not remove items dropped by players.
save-player-dropped-items: false
Enable handling of custom countdowns.
enable-custom-countdowns: false custom-countdowns:
Material list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
This is the timer for all diamond swords. Such name timers will only work on objects that are not in this configuration.
That is, if there is already a record in the configuration with a name filter by name or emptiness, then this record will not apply to such swords.
DIAMOND_SWORD: name-filter: "*" timer: 20 format: "&c%name% &7(x%size%)"
This is the timer for an item that is not renamed.
STICK: name-filter: "" timer: 20
Your timer value for items with your custom name.
DIAMOND: name-filter: "SILVER" timer: 50
Such named items will be without a timer and the plugin will not delete them.
DIAMOND: name-filter: "KEEP_SILVER" timer: -1
This works on all raw fish.
RAW_FISH: timer: -1 ```
Languages:
``` uk_ua, vi_vn, en_ud, la_la, nds_de, hr_hr, lt_lt, gd_gb, qya_aa, fil_ph, nl_nl, he_il, jbo_en, mn_mn, fr_fr, en_gb, ksh_de, fr_ca, haw_us, gv_im, es_es, ga_ie, de_alg, en_pt, io_ido, be_by, en_au, it_it, ar_sa, de_at, gl_es, el_gr, cs_cz, bg_bg, tlh_aa, hi_in, li_li, es_mx, eu_es, tzl_tzl, pl_pl, ka_ge, es_ar, kw_gb, se_no, hy_am, en_ca, th_th, tr_tr, fi_fi, sq_al, da_dk, eo_uy, is_is, sv_se, fo_fo, mi_nz, id_id, en_ws, pt_pt, val_es, nn_no, lb_lu, de_de, pt_br, ru_ru, so_so, hu_hu, sr_sp, lv_lv, oc_fr, mk_mk, sl_si, no_no, zh_tw, br_fr, af_za, fy_nl, et_ee, ms_my, az_az, es_uy, ast_es, fa_ir, sk_sk, ko_kr, mt_mt, ca_es, es_ve, cy_gb, en_nz, ja_jp, ro_ro, lol_us, zh_cn ```
Before bug reporting, please check bug on latest version of plugin! Post bug reports to Github Issues.