Skip to content

Commit 219a01b

Browse files
authored
GH-98 v2.0.1 release!
2 parents bd2af0c + 6f95b0c commit 219a01b

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://github.com/imDMK/SpentTime/actions/workflows/gradle.yml/badge.svg)](https://github.com/imDMK/SpentTime/actions/workflows/gradle.yml)
44
![JDK](https://img.shields.io/badge/JDK-1.17-blue.svg)
5-
![Supported versions](https://img.shields.io/badge/Minecraft-1.17--1.21.4-green.svg)
5+
![Supported versions](https://img.shields.io/badge/Minecraft-1.17--1.21.5-green.svg)
66
[![SpigotMC](https://img.shields.io/badge/SpigotMC-yellow.svg)](https://www.spigotmc.org/resources/spenttime.111938/)
77
[![Bukkit](https://img.shields.io/badge/Bukkit-blue.svg)](https://dev.bukkit.org/projects/spenttime)
88
[![PaperMC](https://img.shields.io/badge/Paper-004ee9.svg)](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
4747
| `spenttime set` | command.spenttime.set |
4848
| `spenttime reset` | command.spenttime.reset |
4949
| `spenttime reset-all` | command.spenttime.reset.all |
50+
| `spenttime reload` | command.spenttime.reload |
5051

5152
### 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 |
5859

5960
### Notification types
6061
* `CHAT`
6162
* `ACTIONBAR`
6263
* `TITLE`
6364
* `SUBTITLE`
64-
* `DISABLED`
6565

6666
### Supported database types
6767
* `SQLITE`

spenttime-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22

33
group = "com.github.imdmk.spenttime.api"
4-
version = "2.0.0"
4+
version = "2.0.1"
55

66
dependencies {
77
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")

spenttime-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.github.imdmk.spenttime.plugin"
8-
version = "2.0.0"
8+
version = "2.0.1"
99

1010
repositories {
1111
maven { url = uri("https://repo.eternalcode.pl/releases") }

0 commit comments

Comments
 (0)