> For the complete documentation index, see [llms.txt](https://alex-plugins.gitbook.io/nebula/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alex-plugins.gitbook.io/nebula/commands/load.md).

# Load

This page explains how to load yml files (orbs/sets/enchants) from the folders, respectively :

* `/plugins/Nebula/enchants/` for enchantments
* `/plugins/Nebula/sets/` for sets
* `/plugins/Nebula/orbs/` for orbs

The nebula load command can be used as follow `/nebulaload {args...}` or `/nbload {args...}`

{% hint style="success" %}
Files that already exist won't be erased if you load them again, only non-existing files will be loaded
{% endhint %}

### Load enchantments

#### Load all enchantments

To load all premade enchantments, use `/nbload enchants`

#### Load group of enchantments

Enchantments are sorted by groups, the tab completer will indicate you all available groups. To load a group of enchantments, use `/nbload enchants <group>`

#### Load one enchantment

You can load only one enchant (list is available here [List of enchantments](/nebula/enchantments/list-of-enchantments.md)) by using `/nbload enchants <group> <enchant_name>` (the tab completer will also indicate all the available enchants from the group).

### Load Sets

#### Load all sets

To load all premade sets, use `/nbload sets`

#### Load one set

You can load one set by doing `/nbload sets <set_name>` (tab completer will show you available sets)

### Load Power Orbs

#### Load all orbs

To load all orbs, use `/nbload orbs`

#### Load one orb

To load one orb, use `/nbload orbs <orb_name>` (tab completer will show you available orbs)

{% hint style="warning" %}
Don't forget to use nebula reload command (see [Reload](/nebula/commands/reload.md)) after loading yml files.
{% endhint %}

### Permission

Permission to use is `nebula.load`
