Skip to content

Commit

Permalink
Update the-item-lookup-system.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP authored Jul 15, 2024
1 parent 5f5c651 commit 0b06ff5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/all-plugins/the-item-lookup-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ slot: 27
```

## Custom Items
Sometimes custom item IDs are namespaced. In order to make this work, you have to specify them like `itemsadder:namespace__key`, where two underscores denote where the `:` would normally go
Sometimes custom item IDs are namespaced. In order to make this work, you have to specify them like `plugin:namespace__key`, where two underscores denote where the `:` would normally go.
### ItemsAdder
```yaml
# ItemsAdder configuration
Expand All @@ -101,9 +101,13 @@ items:
my_helmet:
display_name: '&9Custom Helmet'
```
ItemsAdder items are namespaced, so for example if you have an ItemsAdder item called `crystal_pack:alumite_pickaxe`, it would be `itemsadder:crystal_pack__alumite_pickaxe` in config.

Using this in the Item Lookup System would look like: `itemsadder:my_items__my_helmet`.

### Oraxen
To use custom items from Oraxen, you can use `oraxen:<id>`.

### ItemBridge
To use custom items from ItemBridge, you can use `itembridge:saved__<id>`. If it's an item from a supported plugin, it's `itembridge:<prefix>__<id>`

0 comments on commit 0b06ff5

Please sign in to comment.