Nexo
  • ๐Ÿ Home
  • ๐Ÿ“œMain Changelog
  • โ“FAQ
  • General Usage
    • โŒจ๏ธCommands
    • ๐Ÿง‘โ€๐ŸณRecipes
  • Migrate
    • โ˜„๏ธOraxen โ†’ Nexo
    • ๐Ÿ“ฆItemsAdder โ†’ Nexo
  • Configuration
    • โš™๏ธPlugin settings
    • ResourcePack
    • โš’๏ธItems
      • Special Item Appearance
    • โ›‘๏ธCustom Armors
      • ๐ŸชฝCustom Elytras (1.21.2+)
      • Component Based (1.21.2+)
      • Trims Based (1.20-1.21.1)
    • ๐ŸŒ€Glyphs
    • ๐ŸŽตSounds
  • Mechanics
    • ๐Ÿช‘Furniture Mechanic
      • ๐ŸŽฏHitbox
      • ๐Ÿ–‡๏ธConnectable Furniture
      • ๐Ÿช‘Seat Mechanic
      • ๐Ÿ›๏ธBed Mechanic
      • ๐Ÿ’กLight Mechanic
      • ๐Ÿง‘โ€๐ŸŒพFarming Mechanic
    • ๐Ÿ“ฆCustom Block Mechanics
      • ChorusBlock Mechanic
      • ๐ŸŽถNoteBlock Mechanic
        • Stripped Log Mechanic
        • Directional Mechanic
      • ๐ŸงตStringBlock Mechanic
    • ๐Ÿ”ฑCustom Trident
    • Other Mechanics
    • clickAction Mechanic
    • Custom Mechanic
  • โž•Addons
    • ๐ŸšชCarpentry
    • ๐ŸงฉCore Shaders
      • Text Effects by Akis
  • Compatibility
    • ModelEngine - custom mobs
    • MythicMobs - custom mobs
    • MythicCrucible
    • MMoItems
    • EcoItems
  • Community Guides
    • Vendors
    • API
Powered by GitBook
On this page
  • ResourcePack
  • Items
  • Furniture
  • Custom Blocks
  1. Migrate

Oraxen โ†’ Nexo

PreviousRecipesNextItemsAdder โ†’ Nexo

Last updated 11 days ago

Converting from Oraxen to Nexo has been entirely automated. Simply put your nexo-plugin jar in your plugins folder and start your server Nexo will then copy over all old ResourcePack-content, Items & Glyphs from Oraxen. It will also copy over all settings and mechanics and make necessary changes.

Whilst migration should be flawless, it is still recommended to make a backup of your world-folders before swapping to Nexo There might be small oversights leading to minor loss of furniture/custom blocks

1

Put nexo-1.x.jar in ServerFolder/plugins

2

Ensure you delete/disable oraxen.jar

Keep plugins/Oraxen as this is what Nexo will migrate from. Also good to keep it as a backup in-case you need to migrate again in the future.

3

Ensure you make a backup of your worlds

Whilst migration should be flawless, it is still recommended to make a backup of your world-folders before swapping to Nexo There might be small oversights leading to minor loss of furniture/custom blocks

4

Start your server

ResourcePack

There are small changes in how ResourcePacks work between Oraxen and Nexo. The main change is that Nexo no longer has shortcut folders for pack/models etc. This has always caused lots of confusion, so Nexo follows the normal structure pack/models -> pack/assets/minecraft/models etc Nexo also allows for far easier importing of external resourcepacks. Simply add any ResourcePack .zip or ResourcePack-folder (MyPack/assets/...) to pack/external_packs and it will be included in the final pack.

Items

Nexo will also automatically convert existing items from Oraxen -> Nexo when a player joins. These will also be scanned and converted where there has been changes. Most notably in how NoteBlock, StringBlock and Furniture-Mechanics are defined

Furniture

Placed OraxenFurniture will also be automatically converted to Nexo-Furniture when they load. There might be some issues with furniture that were Item-Frame based due to Nexo only supporting ItemDisplay Furniture. These can just be manually replaced or via a future update Main config-changes here are with how seats, lights & hitboxes (barrier & interaction) are defined. Nexo allows for multiple interaction-hitboxes, seats and lights. Suggest reading for more info

Custom Blocks

Custom blocks will also be converted. There is a difference in the custom-variation calculation between Oraxen & Nexo. Nexo will, when importing OraxenItems' correct this custom-variation. Example: custom_variation: 1 -> custom_variation: 51 There are also some minor changes in how these mechanics are defined. Examples can be found at & If there are any issues in the conversion process, let me know!

โ˜„๏ธ
Furniture Mechanic
NoteBlock Mechanic
StringBlock Mechanic