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

# Tools

### Requirements

* Optional: PlaceholderAPI
* Optional: WorldGuard

### Features

* **Configurable:** Completely modify all plugin messages to be unique to your server.
* **Dynamic:** There's no limit to how many levels you can create with this plugin.
* **Unique:** No other competitor plugin provides the level of configuration that this does.
* **Advanced:** If no name / lore is specified for the current level, it'll automatically use previous levels. No more copying and pasting the same information 10 times.
* **Boosters:** Easily monetise your server with global multipliers, let players receive more experience for every block they mine.
* **API:** We are developer focused and provide an easy way to hook into the plugin. Wish to make particles appear on level up? It's possible!

### Installation

1. Download the plugin.
2. Move the jar to your `plugins` folder.
3. Start your server (or reboot if already running).
4. Use `/tools` to verify the plugin is running.

### Commands

| Command               | Description                          | Permission    | Default |
| --------------------- | ------------------------------------ | ------------- | ------- |
| /tools                | View plugin information.             | ltools.info   | true    |
| /tools help           | View available commands.             | ltools.help   | false   |
| /tools reload         | Reload the plugin.                   | ltools.reload | false   |
| /tools give \[player] | Give player a levelling tool.        | ltools.give   | false   |
| /tools xp \[player]   | View yourself or another players xp. | ltools.xp     | true    |

### XP Boosters

You're able to give players multipliers that give extra xp when mining, this is mainly aimed for double xp weekends or global packages on your store. Let's take the below configuration file as an example:

```yaml
  boosters:
    donor: 1.05
```

This booster will require the `ltools.multi.donor` permission, and will provide player(s) with a 5% increase on each blocks xp.
