Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijian Zhang committed Nov 25, 2023
1 parent c95bec0 commit 6ba526a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ A LeviLamina plugin template

This plugin is a template for developing LeviLamina plugins.

## Install
## Usage

Before installing this plugin, make sure that you have installed XMake and a Minecraft Bedrock Server with LeviLamina.
Before using this plugin template, make sure that you have installed XMake and a Minecraft Bedrock Server with LeviLamina.

1. Generate a new repository from this template.

1. Clone the new repository into a local folder.

1. Run `xmake` in the root of the repository.
1. Change the plugin name in `xmake.lua`.

1. Copy all files from `bin/` to `plugins/` in the Minecraft Bedrock Server folder.
1. Add your code.

## Usage
1. Run `xmake` in the root of the repository.

Run the Minecraft Bedrock Server with LeviLamina.
Now the build is complete at `bin/`.

## Contributing

Expand Down

0 comments on commit 6ba526a

Please sign in to comment.