DivineDrop

DivineDrop

Plugin

Drop Remover | Name Displayer | Tons of Languages | Shift Item Picker

Server DecorationGame MechanicsManagementOptimization

486 downloads
8 followers
Createda year ago
Updated4 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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.

Main demo

DROP REMOVE FEATURE

Drop remover demo

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

# Enable update notifications in chat for admins and console.
check-updates: true
# Uses when cleaner disabled or if item hasn't timer.
# Placeholders: %size%, %name%
# Note: [%countdown% placeholder will not be 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 another plugins
ignore-no-pickup-items: true

# Name of resources. 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 the items that are loaded along with the chunk.
  timer-for-loaded-items: true
  # Do not remove items dropped from the players.
  save-player-dropped-items: false
  # Enable handle of custom countdowns
  enable-custom-countdowns: false
  custom-countdowns:
    # Material list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
    # Its name timer for all diamond swords. Such name timer will only work on objects that are not in this configuration.
    # That is, if there is already name record in the configuration with name filter by name or emptiness, then this record will not spread to such sword.
    DIAMOND_SWORD:
      name-filter: "*"
      timer: 20
      format: "&c%name% &7(x%size%)"
    # Its timer for an item that is not renamed.
    STICK:
      name-filter: ""
      timer: 20
    # Your timer value on items with your custom name.
    DIAMOND:
      name-filter: "SILVER"
      timer: 50
    # Such name thing will be without name timer and the plugin will not delete it.
    DIAMOND:
      name-filter: "KEEP_SILVER"
      timer: -1
    # It 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.

External resources



Project members

demkom58

Owner


Technical information

License
GPL-3.0-only
Project ID