DivineDrop
⚪ Last updated 2024🖼️ Gallery (2 images)
🔍 Analysis
- 👍 0.6% endorsement rate
- 🏆 #702 of 1560 bukkit mods in this game by downloads
📋 About This Mod
# 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 (https://github.com/demkom58/divinedrop/issues). !(https://cdn.modrinth.com/data/yFf0Nl2Z/images/c9200da7d312c42d934736a3756a755b0e4f8b79.gif) ### DROP REMOVE FEATURE !(https://cdn.modrinth.com/data/yFf0Nl2Z/images/b8347f6beaf3b927a92d930873a59a66c13b61e5.gif) ## 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: 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 &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 (https://github.com/demkom58/divinedrop/issues).
# 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 (https://github.com/demkom58/divinedrop/issues).
!(https://cdn.modrinth.com/data/yFf0Nl2Z/images/c9200da7d312c42d934736a3756a755b0e4f8b79.gif)
### DROP REMOVE FEATURE !(https://cdn.modrinth.com/data/yFf0Nl2Z/images/b8347f6beaf3b927a92d930873a59a66c13b61e5.gif)
## 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.
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 (https://github.com/demkom58/divinedrop/issues).
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- demkom58
- Version
- 2.16
- Downloads
- 3,356
- Endorsements
- 20
- Category
- bukkit
- Created
- 12/11/2022
- Updated
- 7/9/2024
- Game Versions
- 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2
- Tags
- management
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does DivineDrop support?
The author lists 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3. Other versions may work but are untested by the author.
What is the latest version of DivineDrop?
Version 2.16, published 2024-07-09 with 3,356 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await

