GC-spigot / AdvancedItems

0 stars 0 forks source link

Console error when using GIVE_ITEM #48

Open BugReporter124 opened 2 months ago

BugReporter124 commented 2 months ago

The following error occurs when using GIVE_ITEM on an AdvancedItem. Have reported it in the Discord server before. Mods told me to send the report here. message.txt

Here's the .yml:

Example Item

item: type: EMPTY_MAP amount: 1

You can generate random names for items

Read more about it here in wiki:

name: '&f&lWeapon Card' lore:

settings:

Should items be stackable

disabledStacking: false

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:

Give this item to player when they join

joinSettings:

Should player get this item when they join?

giveItem: false

Should the item given with first join only?

giveOnlyFirstJoin: false

Inventory slot in which item should be

giveItemSlot: 0

Abilities are effects that can be used with triggers.

Read more about abilities here: https://wiki.advancedplugins.net/abilities

abilities:

Triggers are what activate effects

Find all triggers here: https://wiki.advancedplugins.net/abilities/triggers

In this case, when a player or mob attacks another entity, it will activate the effects in this trigger

RIGHT_CLICK: conditions:

recipe: layout:

Hope this can be resolved soon.