General Settings
This page covers the general settings for items in the AdvancedItems plugin. These settings control various aspects of item behavior, such as stacking, usage limits, and world restrictions.
settings:
# Should items be stackable
disabledStacking: true
# Should item be used by owner only
# Owner is the person which receives item when given with commands
ownerOnly: false
# Usage limit
# Set to -1 to disable
usageLimit: -1
# Worlds in which this item cannot be used
restrictedWorlds:
- 'example_world'
# Should interactions be disabled? E.g. placing
disableInteractions: true
# Should inventory interactions with this item be disabled?
# If set to true, player won't be able to move this item in inventory
disableInventoryInteractions: falsedisabledStacking
disabledStackingownerOnly
ownerOnlyusageLimit
usageLimitrestrictedWorlds
restrictedWorldsdisableInteractions
disableInteractionsdisableInventoryInteractions
disableInventoryInteractionsLast updated