You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+127-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
+
1
2
# PlayTimeTracker
2
3
Playtime tracking plugin for ~~Bukkit/Spigot~~ PaperMC
3
4
5
+
4
6
## Configuration
5
7
6
8
### missions.yml
@@ -58,6 +60,122 @@ missions:
58
60
5.**If you modified `gradle.properties` under this repo, When committing changes, make sure to remove what you add in step 3. so that `GITHUB_TOKEN` is not exposed.**
59
61
60
62
63
+
## Change Log
64
+
65
+
### 0.9-SNAPSHOT
66
+
67
+
-[Tech] port to 1.21.1 and CI migration;
68
+
-[Tech] publish to github packages
69
+
-**[BREAKING] Abandon support for other Bukkit/Spigot, Only support PaperMC **
70
+
71
+
we don't have enough effort for different distributions
72
+
73
+
### 0.10-alpha.1
74
+
75
+
-[Feature]**Rewards storage & any-time acquire**: Now rewards will be record when a mission is completed, and you can use `/ptt acquire` to acquire it at anytime, no need to worry about missing it!
76
+
77
+
-[Feature/WIP] Reward Module instead of use command all the time. Currently only support ECO Rewards. Command Rewards and Item Rewards are WIP.
78
+
79
+
-[Feature] Add `/ptt listrewards <missionName|all>` to show rewards awaiting for acquiring.
0 commit comments