Skip to content

Commit

Permalink
doc: plugin added
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Oct 30, 2023
1 parent 52bf0eb commit cc4ff8d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ const pluginMenu = [{
collapsed: false,
items: [
{ text: "Character Select", link: "/plugins/character-select" },
{ text: "Inventory GUI Plugin", link: "/plugins/inventory-plugin" },
]
}]

Expand Down
22 changes: 22 additions & 0 deletions docs/plugins/inventory-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Inventory GUI Plugin

## Goal

It's a plugin of RPG JS engine that gives possibility to manage inventory.

![Watch the video](https://imgur.com/aO2oxml.png)

## Installation

`npx rpgjs add rpgjs-inventory`

## Configuration instruction
https://github.com/dominx99/rpgjs-plugins/tree/master/plugins/inventory

## Plugin Discussion

https://community.rpgjs.dev/d/219-inventory-plugin

## Author

[dominx99](https://community.rpgjs.dev/u/dominx99)

0 comments on commit cc4ff8d

Please sign in to comment.