promotional bannermobile promotional banner

SetCraftJS

You can use it to create set effects

SetCraftJS is a powerful KubeJS addon that enables modpack developers to create custom equipment set effects with minimal effort. Designed with flexibility in mind, it allows you to define special bonuses when players wear specific combinations of items, from simple armor sets to complex custom configurations including Curios slots.

 

Key Features:

Multiple Set Modes: Support for standard equipment, Curios slots, or fully custom configurations

Diverse Effects: Apply potion effects, attribute modifiers, or custom event handlers

Custom Tooltips: Add informative tooltips to items indicating set bonuses

Event-Driven: Execute custom logic through event handlers when set conditions are met

KubeJS Integration: Seamless integration with KubeJS scripting

 

Example

SetCraftEvent.registry(event => {

    event.create([

        'minecraft:diamond_helmet',

        'minecraft:diamond_chestplate',

        'minecraft:diamond_leggings',

        'minecraft:diamond_boots',

        'minecraft:diamond_sword'

    ], 'diamond_set')

        .setName('Diamond Warrior Set')

        .mode('equipment'

        .addPotionEffect('minecraft:strength', 1, false, true

        .addPotionEffect('minecraft:resistance', 0, false, true)

        .addAttribute('minecraft:generic.max_health', 'diamond_set_health', 4.0, 'addition'

        .tooltip(true) 

        .customTooltip(tooltip => {

            tooltip.add('§6Diamond Set Bonus:', 0)

            tooltip.add('§7• Strength II', 1)

            tooltip.add('§7• Resistance I', 2)

            tooltip.add('§7• +2 Hearts Max Health', 3)

        })

        .build();

});

The SetCraftJS Team

profile avatar
  • 4
    Followers
  • 9
    Projects
  • 45.7K
    Downloads

More from RainMelodyView all

  • NoUnsafe project image

    NoUnsafe

    • 23
    • Mods

    A CoreMod plugin that detects and logs Unsafe usage during class loading to help debug JVM crashes and security issues.

    • 23
    • March 16, 2026
    • Mods
  • RainJava project image

    RainJava

    • 0
    • Mods

    Runtime Java compiler with Mixin injection and ASM transformation support

    • 0
    • February 20, 2026
    • Mods
  • RainAPI project image

    RainAPI

    • 22
    • Mods

    Core library for RainJava featuring embedded ECJ compiler, Javassist bytecode tools, and ASM transformation pipeline. Enables dynamic Java compilation and class modification at runtime.

    • 22
    • February 20, 2026
    • Mods
  • MoreEventsJS project image

    MoreEventsJS

    • 33.0K
    • Mods

    It adds more events for kubejs

    • 33.0K
    • February 6, 2026
    • Mods
    • +1
  • NoUnsafe project image

    NoUnsafe

    • 23
    • Mods

    A CoreMod plugin that detects and logs Unsafe usage during class loading to help debug JVM crashes and security issues.

    • 23
    • March 16, 2026
    • Mods
  • RainJava project image

    RainJava

    • 0
    • Mods

    Runtime Java compiler with Mixin injection and ASM transformation support

    • 0
    • February 20, 2026
    • Mods
  • RainAPI project image

    RainAPI

    • 22
    • Mods

    Core library for RainJava featuring embedded ECJ compiler, Javassist bytecode tools, and ASM transformation pipeline. Enables dynamic Java compilation and class modification at runtime.

    • 22
    • February 20, 2026
    • Mods
  • MoreEventsJS project image

    MoreEventsJS

    • 33.0K
    • Mods

    It adds more events for kubejs

    • 33.0K
    • February 6, 2026
    • Mods
    • +1