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

Usage · Changes

Page history
Create Usage authored Mar 05, 2021 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 28 additions and 0 deletions
+28 -0
  • Usage.md Usage.md +28 -0
  • No files found.
Usage.md 0 → 100644
View page @ 9d8afff8
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](Skills/Mechanics)
* [Item Targeters](Skills/Targeters)
* [Item Triggers](Skills/Triggers)
* [Item Conditions](Skills/Conditions)
### Special Features
* [Ammo System / Making Guns](Ammo)
* [Special Options](Options)
\ No newline at end of file
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