## Name of the socket gem. It's displayed on items when the socket gem
## When does this get triggered? Available options:
## Defaults to ON_HIT_AND_WHEN_HIT.
## Item groups that this gem can be applied to. Defaults to empty,
## which means that it can be applied to any item.
## In 6.1.0, this maps to all-of-item-groups.
## This gem can only be applied to items that match all of
## the below item groups. Defaults to empty,
## which means that it can be applied to any item.
## This gem can only be applied to items that match any of
## the below item groups. Defaults to empty,
## which means that it can be applied to any item.
## This gem can only be applied to items that match none of
## the below item groups. Defaults to empty,
## which means that it can be applied to any item.
## Potion effects that can be applied.
## Name of the potion effect type.
## https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
## Intensity of the effect. 0 is level 1 due to Minecraft. Defaults to 0.
## Duration of the effect in milliseconds. Defaults to 0.
## Target of the potion effect.
## Radius of the effect. Only used for AREA targets and AURA triggers. Defaults to 0.
## Chance for the effect to trigger. Defaults to 1.0.
## Does the potion effect affect the wielder of the socket gem? Only used for
## AURA trigger types. Defaults to false.
## Does the potion effect affect not the wielder of the socket gem? Only used for
## AURA trigger types. Defaults to false.
## "not the wielder" meaning any other entities within the given radius.
## Particle effects that can be applied.
## Name of the particle type.
## https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
## Number of particles to spawn. Defaults to 0.
## Duration of the effect in milliseconds. Defaults to 0.
## Target of the potion effect.
## Radius of the effect. Only used for AREA targets and AURA triggers. Defaults to 0.
## Chance for the effect to trigger. Defaults to 1.0.
## Does the particle effect affect the wielder of the socket gem? Only used for
## AURA trigger types. Defaults to false.
## Does the particle effect affect not the wielder of the socket gem? Only used for
## AURA trigger types. Defaults to false.
## "not the wielder" meaning any other entities within the given radius.
## Commands to be run by the socket gem when triggered. Not able to be triggered by AURA.
## "CONSOLE:" will cause the command to be run by the console.
## "PLAYER:" will cause the command to be run by the player if possible.
- "CONSOLE:version MythicDrops"
## Enchantments to be added to the item when the gem is applied. Supports both single level
## Attributes to be added to the item when the gem is applied.
## Attribute for this particular modifier. Attribute names here:
## https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html
## Decimal value for the amount this attribute adds.
## Operation for this particular modifier. Operation names and descriptions here:
## https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/AttributeModifier.Operation.html
## Attribute for this particular modifier. Attribute names here:
## https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html
## Decimal value for the minimum amount this attribute adds.
## Decimal value for the maximum amount this attribute adds.
## Operation for this particular modifier. Operation names and descriptions here:
## https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/AttributeModifier.Operation.html
## Weight of the socket gem. See the weights section of the documentation
## for more information. Defaults to 0.
## Prefix to add to an item's name when this gem is applied. Defaults to no prefix.
## Suffix to add to an item's name when this gem is applied. Defaults to no prefix.
## Lore to add to an item's description when this gem is applied. Defaults to no lore.
- "&4Boosts defense for 0.5s when hit"
## Family of the socket gem. This is primarily used for Socket Gem Combining.
## Level of the socket gem. This is primarily used for Socket Gem Combining.
## Should the gem be broadcast to the server when found?
## Custom model data to be set on the Socket Gem item.
## Type of Socket Gem. See socketing.yml for details.
## Item Flags to add to the item. Flags here:
## https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/ItemFlag.html
# other socket gems down here...