Skip to content

Commit

Permalink
Fancy README
Browse files Browse the repository at this point in the history
  • Loading branch information
shurik204 committed Sep 19, 2023
1 parent 39987ec commit ccf5480
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Better suggestions

Requires [Fabric API](https://modrinth.com/mod/fabric-api) and [Cloth Config](https://modrinth.com/mod/cloth-config)
[![Fabric API](https://img.shields.io/badge/Fabric_API-%23%236A6A6A?style=for-the-badge&logoColor=%23595959&label=Requires&color=%23B1AA99)](https://modrinth.com/mod/fabric-api)
[![Cloth Config](https://img.shields.io/badge/Cloth_Config-%23%236A6A6A?style=for-the-badge&logoColor=%23595959&label=Requires&color=%23638c3b)](https://modrinth.com/mod/cloth-config)
[![Modrinth](https://img.shields.io/modrinth/dt/HfZKWsjM?style=for-the-badge&logo=modrinth&logoColor=%23FFFFFF&label=%20Modrinth&labelColor=%23479152&color=%23479152)](https://modrinth.com/mod/better-suggestions)
[![Curseforge](https://img.shields.io/curseforge/dt/852036?style=for-the-badge&logo=curseforge&logoColor=%23FFFFFF&label=%20Curseforge&labelColor=%23E16E38&color=%23E16E38)](https://www.curseforge.com/minecraft/mc-mods/better-suggestions)

Features:
### Features:

- Highlight entity selected in suggestion.
- Suggest nearby entities along with the one you're looking at.
- Configurable number of shown suggestions.
- `Ctrl` + `Up`/`Down` key to scroll an entire page of suggestions at once.
- Display entity name in suggestions.
- Display entity tags and other info in tooltip. (Works both with and without this mod on the server)
- Display entity tags, scoreboard values and other info in tooltip. (Requires mod on server to display scores)
- Add suggestions for score holder argument. (used in `/team` and `/scoreboard`)
- Show suggestion tooltip while holding `Shift`.
- Suggest random UUID for attributes.
- Text argument suggestions. (`/tellraw`, `/title`)
- Coordinates alignment suggestions. (`/execute align <xyz>`)
- JSON Text argument suggestions. (`/tellraw`, `/title`)
- Configurable prioritized suggestions. (Applies to `/data`, `/tellraw` and `minecraft:barrier` by default)
- Hide functions prefixed with `_`. (Disabled by default)
- Remember command when closing chat using `Escape` key. (Disabled by default)

0 comments on commit ccf5480

Please sign in to comment.