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.
disabledStacking
disabledStacking
Determines whether items should be stackable or not.
Set to
true
to disable stacking, andfalse
to enable stacking.
ownerOnly
ownerOnly
Determines if the item should be usable by the owner only.
The owner is the person who receives the item when given with commands.
Set to
true
for owner-only usage, andfalse
to allow anyone to use the item.
usageLimit
usageLimit
Sets a limit on the number of times the item can be used.
Set to
-1
to disable usage limits.
restrictedWorlds
restrictedWorlds
Lists the worlds in which the item cannot be used.
Add world names to the list to restrict usage in those worlds.
disableInteractions
disableInteractions
Determines whether interactions with the item should be disabled (e.g., placing).
Set to
true
to disable interactions, andfalse
to enable them.
disableInventoryInteractions
disableInventoryInteractions
Determines whether inventory interactions with the item should be disabled.
If set to
true
, the player won't be able to move the item in their inventory.Set to
false
to allow inventory interactions.
Last updated