Skip to content

Commit d15d17f

Browse files
committed
fix: fix block
1 parent 9c338ec commit d15d17f

File tree

1 file changed

+3
-1
lines changed
  • docs/en/create-commands/arguments/suggestions

1 file changed

+3
-1
lines changed

docs/en/create-commands/arguments/suggestions/tooltips.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ public interface IStringTooltip {
7777
}
7878
```
7979

80-
> Note that the `Message` class is from the Brigadier library, which you will have to add as a dependency to your plugin. Information on how to do that can be found [here](https://github.com/Mojang/brigadier#installation).
80+
:::info
81+
Note that the `Message` class is from the Brigadier library, which you will have to add as a dependency to your plugin. Information on how to do that can be found [here](https://github.com/Mojang/brigadier#installation).
82+
:::
8183

8284
This is incredibly useful if you’re using suggestions with custom objects, such as a plugin that has custom items.
8385

0 commit comments

Comments
 (0)