Oraxen
  • Getting started
  • Frequently Asked Questions
  • Usage
    • Commands
    • Default items
    • Recipes
  • Configuration
    • Understanding the basics
    • Plugin settings
    • Items (beginners)
    • Items (advanced)
      • Dyeable Items
    • Custom Armors
      • Component Based (1.21.2+)
      • Trims Based (1.20-1.21.1)
      • Shader Based (1.18-1.19.4)
    • Custom HUD
    • Item Appearance
    • Glyphs
      • Custom Gui
  • Mechanics
    • Introduction
    • All mechanics
      • Custom mechanic
      • clickAction Mechanic
    • Furniture Mechanic
      • Furniture Position
      • Display-Entity Furniture
      • Farming Mechanic
    • NoteBlock mechanic
      • Stripped log Mechanic
      • Directional mechanic
      • Farmblock Mechanic
    • StringBlock Mechanic
      • Sapling Mechanic
  • Compatibility
    • BossShopPro - shop
    • CrateReloaded - crates
    • ModelEngine - custom mobs
    • MythicMobs - custom mobs
    • TrMenu - custom inventories
    • MMoItems
    • MythicCrucible
    • HappyHUD
    • World Generators
      • Iris World Generator
      • EpicWorldGenerator
      • Custom Ore Generator
      • RealisticWorldGenerator
  • Vendors
    • Vendor Guidelines
  • Developers
    • Create your own Mechanic
    • Add Compatibility with a plugin
    • Custom hosting service
    • API
Powered by GitBook
On this page
  • How to use an oraxen item for the drops?
  • Usage
  • Example
  • How to equip your mob with an oraxen item?
  • Usage
  • Example

Was this helpful?

  1. Compatibility

MythicMobs - custom mobs

MythicMobs allows you to create custom mobs and bosses with advanced skills and attributes

If the plugin does not work with MythicMobs, use version 5.0.2.

This feature is provided to you by yzl210, don't hesitate to thank him!

How to use an oraxen item for the drops?

Usage

oraxen [oraxen item name] [amount to drop(number or region)] [chance to drop(0-1)]

Example

oraxen custom_material 3-4 0.75 This means that it has 75 percent chance to drop 3 to 4 custom_material items.

How to equip your mob with an oraxen item?

Usage

oraxen [slot] [oraxen item(equipment) name]

Slots

  • 0, mainhand, weapon

  • 1, boots, shoes

  • 2, leggings, pants

  • 3, chestpiece, chestplate, body

  • 4, helmet, helm

  • 5, shield

5 is OffHand, but you can't put offhand, because MythicMobs's Author didn't put the alias.

Example

oraxen mainhand custom_sword It means that you put a custom_sword item in MainHand. oraxen 3 custom_chestplate It means that you put a custom_chestplate item in ChestPlate slot (as an armor)

PreviousModelEngine - custom mobsNextTrMenu - custom inventories

Last updated 2 years ago

Was this helpful?

Page cover image