|
2 | 2 |
|
3 | 3 | [](https://github.com/imDMK/AdvancedPlayTime/actions/workflows/gradle.yml) |
4 | 4 |  |
5 | | - |
| 5 | + |
6 | 6 | [](https://www.spigotmc.org/resources/%E2%8F%B0%EF%B8%8F-advancedplaytime-1-21-1-21-10.130458/) |
7 | 7 | [](https://modrinth.com/plugin/advancedplaytime) |
8 | 8 | [](https://bstats.org/plugin/bukkit/PlayTime/19362) |
|
22 | 22 | - 🔁 **Reset & edit support** – Adjust playtimes or wipe all data easily. |
23 | 23 | - 💬 **Flexible notifications** – Chat, ActionBar, Title or Subtitle? Your choice. |
24 | 24 | - 🧩 **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. |
26 | 26 |
|
27 | 27 | --- |
28 | 28 |
|
|
48 | 48 | | `/playtime top` | `command.playtime.top` | |
49 | 49 | | `/playtime top invalidate` | `command.playtime.top.invalidate` | |
50 | 50 | | `/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` | |
53 | 52 | | `/playtime reload` | `command.playtime.reload` | |
54 | 53 |
|
55 | 54 | --- |
|
65 | 64 |
|
66 | 65 | --- |
67 | 66 |
|
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) |
74 | 69 |
|
75 | 70 | --- |
76 | 71 |
|
77 | 72 | ### 🗃️ Supported Databases |
78 | 73 |
|
79 | | -- `SQLITE` |
80 | | -- `MYSQL` |
81 | 74 | - `H2` |
| 75 | +- `MariaDB` |
| 76 | +- `MySQL` |
| 77 | +- `PostGreSQL` |
82 | 78 | - `SQL` |
83 | | -- `Postgresql` |
| 79 | +- `SQLite` |
84 | 80 |
|
85 | 81 | --- |
86 | 82 |
|
87 | 83 | ### 🧩 PlaceholderAPI |
88 | 84 |
|
89 | 85 | | Placeholder | Description | |
90 | 86 | |----------------------|-------------------------------------------------------------------------| |
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`) | |
98 | 88 |
|
99 | 89 | --- |
100 | 90 |
|
|
0 commit comments