EasyClearDrop icon

EasyClearDrop -----

Clear item drop on the ground



New update!
DESCRIPTION:
This plugin allows to set the time remove items under the ground!

JOHN GROUP!

https://facebook.com/groups/javapluginsminecraft

FEATURES:
This plugins will help you better when a player tosses an item and it will be set to time!

COMMANDS:

View attachment 488093

PERMISSION:
View attachment 488094

CONFIG:
Code (Text):

# #############################
# # E-A-S-Y-C-L-E-A-R-D-R-O-P #
# #       [A-U-T-H-O-R]       #
# #        B-I-N-B-E-O        #
# #############################
# # BOOLEAN: [TRUE/FALSE] Enable disable this plugins!
# # PREFIX: [TEXT] Name display use commands!
# # TIME: [SET TIME] 300 Seconds is 5 minutes!
# # LINE1 , LINE2: [TEXT] Dislay name items on the ground!
BOOLEAN: true
PREFIX: "&9[&aE&ba&cs&dy&eC&fl&1e&2a&3r&4D&5r&6o&7p&9]"
TIME: 300
LINE1: "&c&l[%TIME] &f&l%ITEMSNAME"
LINE2: "&c&l[%TIME] &f&l%ITEMSNAME &a&l(X%AMOUNT)"
WORLDSLIST:
 - none
 

MESSAGES:
Code (Text):

# #############################
# # E-A-S-Y-C-L-E-A-R-D-R-O-P #
# #       [A-U-T-H-O-R]       #
# #        B-I-N-B-E-O        #
# #############################
# # MESSAGE.RELOAD: [TEXT] Send message use commands reload!
# # MESSAGE.CLEAR: [TEXT] Send message clear all items on the ground!
# # MESSAGE.ADD: [TEXT] Send message add to world!
# # MESSAGE.REMOVE: [TEXT] Send message remove  world!
# # MESSAGE.CANNOTADD: [TEXT] Send message world on the list!
# # MESSAGE.CANNOTREMOVE: [TEXT] Send message world not on the list!
# # MESSAGE.PERMISSION: [TEXT] Send message don't have permissions!
# # MESSAGE.HOWTOUSECOMMANDS: [TEXT] Send message how to use commands this plugins
MESSAGE.RELOAD: "%PREFIX &fReloaded configuration success!"
MESSAGE.CLEAR: "%PREFIX &fClear all items on the ground!"
MESSAGE.ADD: "%PREFIX &fAdd world &c[%ADD] &fdisable mode"
MESSAGE.REMOVE: "%PREFIX &fRemove world &a[%REMOVE] &fenable mode"
MESSAGE.CANNOTADD: "&f%PREFIX This world &c[%LIST] &fis already on the list"
MESSAGE.CANNOTREMOVE: "%PREFIX &fThis world &a[%LIST] &fis not on the list!"
MESSAGE.PERMISSION: "%PREFIX &cYou don't have permissions!"
MESSAGE.HOWTOUSECOMMANDS: "%PREFIX &cUsage: &f</easycleardrop help> Help commands!"
HELP:
- "&6------------>%PREFIX&6<------------"        
- "&a- &f</easycleardrop reload> Reload the config!"
- "&a- &f</easycleardrop clear> Clear all items on the gound!"
- "&a- &f</easycleardrop add> Add to world disable mode!"
- "&a- &f</easycleardrop remove> Remove to world enable mode!"
- "&a- &f</easycleardrop list> List worlds!"
- "&a- &f</easycleardrop help> Help commands!"      
- "&6------------>%PREFIX&6<------------"
 

API:
You want to get the display name value of the item using the following code
Code (Text):

@EventHandler
public void ITEM(ItemSpawnEvent event) {
    ItemStack itemstack = event.getEntity().getItemStack();
    event.getEntity().setCustomName(EasyClearDropGetString.GetString
    (EasyClearDropGetVersion.GetItemName(itemstack));
    event.getEntity().setCustomNameVisible(true);
}
If you want to get the value of the item name, use the following code
Code (Text):
@EventHandler
    public void ITEM(ItemSpawnEvent event) {
        ItemStack itemstack = event.getEntity().getItemStack();
        if (EasyClearDropGetString.GetString(
        EasyClearDropGetVersion.GetItemName(itemstack)).contains("crossbow")) {
        event.getEntity().setCustomName("crossbow");
        event.getEntity().setCustomNameVisible(true);
    }
}
If you want to get the name value and short value of the item, use the following code
Code (Text):
@EventHandler
    public void ITEM(ItemSpawnEvent event) {
        ItemStack itemstack = event.getEntity().getItemStack();
        if (EasyClearDropGetString.GetString(
        EasyClearDropGetVersion.GetItemName(itemstack))
        .contains("crossbow") &&
        (itemstack.getData().getData() == 0)) {
        event.getEntity().setCustomName("crossbow");
        event.getEntity().setCustomNameVisible(true);
    }
}
IMAGE:
Take a look at the video to know its features
View attachment 488096
View attachment 488097

----------, Feb 17, 2020
Resource Information
Author:
----------
Total Downloads: 15,959
First Release: Jul 11, 2019
Last Update: Jul 27, 2025
Category: ---------------
All-Time Rating:
16 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings