|
2 | 2 |
|
3 | 3 | [](https://github.com/imDMK/SpentTime/actions/workflows/gradle.yml) |
4 | 4 |  |
5 | | - |
| 5 | + |
6 | 6 | [](https://www.spigotmc.org/resources/spenttime.111938/) |
7 | 7 | [](https://dev.bukkit.org/projects/spenttime) |
8 | 8 | [](https://hangar.papermc.io/imDMK/SpentTime) |
@@ -47,21 +47,21 @@ This is a plugin that allows you to check how much time a player has spent on th |
47 | 47 | | `spenttime set` | command.spenttime.set | |
48 | 48 | | `spenttime reset` | command.spenttime.reset | |
49 | 49 | | `spenttime reset-all` | command.spenttime.reset.all | |
| 50 | +| `spenttime reload` | command.spenttime.reload | |
50 | 51 |
|
51 | 52 | ### Gui types |
52 | | -| GuiType | Description | |
53 | | -|:----------------------|:--------------------------------------------------------------------------| |
54 | | -| `STANDARD` | Standard Gui that should be used when the player list does not exceed 10 | |
55 | | -| `PAGINATED` | A Gui with pages that allow you to move between pages through items | |
56 | | -| `SCROLLING` | A Gui that allows you to scroll through items | |
57 | | -| `DISABLED` | The list of players will be sent in the chat | |
| 53 | +| GuiType | Description | |
| 54 | +|:-----------------------|:-------------------------------------------------------------------------| |
| 55 | +| `STANDARD` | Standard Gui that should be used when the player list does not exceed 10 | |
| 56 | +| `PAGINATED` | A Gui with pages that allow you to move between pages through items | |
| 57 | +| `SCROLLING_VERTICAL` | A Gui that allows you to scroll through items via vertical | |
| 58 | +| `SCROLLING_HORIZONTAL` | A Gui that allows you to scroll through items via horizontal | |
58 | 59 |
|
59 | 60 | ### Notification types |
60 | 61 | * `CHAT` |
61 | 62 | * `ACTIONBAR` |
62 | 63 | * `TITLE` |
63 | 64 | * `SUBTITLE` |
64 | | -* `DISABLED` |
65 | 65 |
|
66 | 66 | ### Supported database types |
67 | 67 | * `SQLITE` |
|
0 commit comments