Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Wiki
  • Usage

Last edited by Amy Jun 13, 2023
Page history
This is an old version of this page. You can view the most recent version or browse the history.

Usage

Item Creation

Crucible is an add-on for MythicMobs, and uses the same existing item system. This means that you simply add the additional configs to items that you've already made in your MythicMobs folder.

Crucible does not have its own Items folder.

Skills are added to items in a Skills: block, using the exact same syntax as mob skills.

For example, this item would draw a line of fire to the location you're looking at when you right-click:

SpecialSword:
  Id: DIAMOND_SWORD
  Display: '&6A Sword with a Skill'
  Skills:
  - effect:particleline{p=flame} @targetlocation ~onUse

Most mechanics and conditions from MythicMobs can be used on items - almost anything that makes sense will work how you'd expect. Crucible also supports most skill triggers, and also adds a bunch of new skill triggers, for activating your skills.

You can read more about the new toys Crucible adds for skills in the manual:

New Mechanics

  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions

Special Features

  • Ammo System / Making Guns
  • Special Options
Clone repository
  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues

Usage

  • Installation
  • Creating Custom Items
  • Using with MMOItems

New Mechanics

  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions

Special Features

  • Ammo System / Making Guns
  • Special Options