By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
A PocketMine-MP plugin to prohibit players from dropping their items.
&
as formatting codes.---
# Do not change this (Only for internal use)!
config-version: 1.2
# Set this to true if you want to use the blacklisted-worlds settings.
# If both enable-world-blacklist and disable-world-blacklist are set to the same setting,
# dropped items will be enabled for all worlds.
enable-world-blacklist: false
# If enable-world-blacklist is set to true, dropped items will be enabled for all worlds,
# except the worlds mentioned here.
blacklisted-worlds:
- "blacklistedworld1"
- "blacklistedworld2"
# Set this to true if you want to use the whitelisted-worlds settings.
# If both enable-world-blacklist and disable-world-blacklist are set to the same setting,
# dropped items will be disabled for all worlds.
enable-world-whitelist: false
# If enable-world-whitelist is set to true, dropped items will be disabled for all worlds,
# except the worlds mentioned here.
whitelisted-worlds:
- "whitelistedworld1"
- "whitelistecworld2"
# If this is set to true, players who try to drop items will be sent a message telling them they cannot do so.
enable-message: true
# Message used when canceling a player dropping an item.
# Use "&" to color the message.
message: "&cYou can't drop your items here"
# If this is set to true, all items can't be dropped.
enable-all-items: false
# List of items that can't be dropped.
# If the item has meta, you can use the format "id:meta".
list-items:
- "oak_log"
- "diamond_ore"
- "apple"
- "diamond_pickaxe"
- "oak_sapling"
...
You can leave one review per plugin release, and delete or update your review at any time