Skip to content

Commit 0f6cd76

Browse files
authored
docs: update command permissions and database informations
Updated supported Minecraft versions and database support details in README.
1 parent f9f3fbd commit 0f6cd76

1 file changed

Lines changed: 10 additions & 20 deletions

File tree

README.md

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

33
[![Build Status](https://github.com/imDMK/AdvancedPlayTime/actions/workflows/gradle.yml/badge.svg)](https://github.com/imDMK/AdvancedPlayTime/actions/workflows/gradle.yml)
44
![JDK](https://img.shields.io/badge/JDK-1.21-blue.svg)
5-
![Supported versions](https://img.shields.io/badge/Minecraft-1.21--1.21.10-green.svg)
5+
![Supported versions](https://img.shields.io/badge/Minecraft-1.21--1.21.11-green.svg)
66
[![SpigotMC](https://img.shields.io/badge/SpigotMC-yellow.svg)](https://www.spigotmc.org/resources/%E2%8F%B0%EF%B8%8F-advancedplaytime-1-21-1-21-10.130458/)
77
[![Modrinth](https://img.shields.io/badge/Modrinth-1bd96a.svg)](https://modrinth.com/plugin/advancedplaytime)
88
[![bStats](https://img.shields.io/badge/bStats-00695c)](https://bstats.org/plugin/bukkit/PlayTime/19362)
@@ -22,7 +22,7 @@
2222
- 🔁 **Reset & edit support** – Adjust playtimes or wipe all data easily.
2323
- 💬 **Flexible notifications** – Chat, ActionBar, Title or Subtitle? Your choice.
2424
- 🧩 **Multiple GUI types** – Paginated, scrolling horizontal/vertical, and more.
25-
- 💾 **Supports SQLite & MySQL** – Your data, your way.
25+
- 💾 **Supports many databases** – Your data, your way.
2626

2727
---
2828

@@ -48,8 +48,7 @@
4848
| `/playtime top` | `command.playtime.top` |
4949
| `/playtime top invalidate` | `command.playtime.top.invalidate` |
5050
| `/playtime set` | `command.playtime.set` |
51-
| `/playtime reset` | `command.playtime.reset` |
52-
| `/playtime reset-all` | `command.playtime.reset.all` |
51+
| `/playtime reset-all` | `command.playtime.reset` |
5352
| `/playtime reload` | `command.playtime.reload` |
5453

5554
---
@@ -65,36 +64,27 @@
6564

6665
---
6766

68-
### 🔔 Notification Types
69-
70-
- `CHAT`
71-
- `ACTIONBAR`
72-
- `TITLE`
73-
- `SUBTITLE`
67+
### 🔔 How to configure notifications?
68+
Use [EternalCodeTeam generator](https://eternalcode.pl/notification-generator)
7469

7570
---
7671

7772
### 🗃️ Supported Databases
7873

79-
- `SQLITE`
80-
- `MYSQL`
8174
- `H2`
75+
- `MariaDB`
76+
- `MySQL`
77+
- `PostGreSQL`
8278
- `SQL`
83-
- `Postgresql`
79+
- `SQLite`
8480

8581
---
8682

8783
### 🧩 PlaceholderAPI
8884

8985
| Placeholder | Description |
9086
|----------------------|-------------------------------------------------------------------------|
91-
| `%advancedplaytime%` | Displays player's playtime in default readable format (e.g., `10h 35m`) |
92-
93-
---
94-
95-
### ❓ Why isn’t my time updated instantly?
96-
97-
To maximize performance, time is updated on player join/leave and periodically via a background task.
87+
| `%playtime%` | Displays player's playtime in default readable format (e.g., `10h 35m`) |
9888

9989
---
10090

0 commit comments

Comments
 (0)