◆
Block Items From Being Retrieved Feature
──────────────────────────────
| This feature is disabled by default
[ Added for
JhordanPG ]
A new feature is added where you can block certain items from being retrieved in creative mode. If enabled, then any items on the blocked list will be removed upon trying to add it to an inventory, when in creative.
Two completely new
configuration lines were added to the
config:
| blocked-items-from-being-retrieved
| Default values:
- BEDROCK
- SPAWN_EGG
- PLAYER_HEAD
- SKELETON_SKULL
- WITHER_SKELETON_SKULL
- DRAGON_EGG
| blocked-items-enabled
| Default value: false
● In accordance to the
new feature - if you already had a
config file generated before this update and you would like to
configure the new feature, then please regenerate your
config file or add the following default lines
on the bottom of your
config file:
Code (YAML):
# Configuring creative inventory item retrieval [ -
# Blocks items from being retrieved from the creative inventory.
# This does not use item IDs but instead the material type name of the item, which allows compatibility with
# versions of MC that do not use item IDs anymore.
# Change the default item type names - so it is compatible with your version of Minecraft!
blocked-items-from-being-retrieved
:
- BEDROCK
- SPAWN_EGG
- PLAYER_HEAD
- SKELETON_SKULL
- WITHER_SKELETON_SKULL
- DRAGON_EGG
# Set value to true to enable the 'blocked-items-from-being-retrieved' feature.
blocked-items-enabled
: false
# - ]
If you find any bugs in this update - please enter the discussion and post some information about it - thanks!
I will try to fix any reported bug(s) as soon as possible.