Skip to content

Commit b3e3b14

Browse files
committed
feat: add timestamp update script and modify documentation
- Added a new script to automatically update timestamps in markdown files. - Updated the repository reference in ContributorList component. - Changed the default repository in ContributorList from 'ptthanh02/SmartSpawner' to 'NighterDevelopment/smartspawner'. - Modified command documentation to reflect new command formats and added a new command for viewing prices. - Removed outdated BentoBox integration documentation. - Updated various markdown files with new timestamps and improved clarity. - Adjusted installation requirements for Minecraft version compatibility. - Enhanced contributor cache files for better tracking of contributions.
1 parent 2fc6a10 commit b3e3b14

19 files changed

+1454
-919
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,17 @@ We appreciate contributions from the community! Whether you're fixing a typo, ad
9191
- Component changes in `src/components/`
9292
- Style modifications in `src/styles/`
9393
4. **Test your changes** locally using `npm run dev`.
94-
5. **Commit your changes** with descriptive messages:
94+
5. **Update timestamps for documentation files** (if you modified any `.md` files in `src/content/docs/`):
95+
96+
```bash
97+
npm run add-timestamps
98+
```
99+
This command automatically updates the "Last update" timestamp at the end of each modified documentation file based on its last modification time. This ensures accurate update information for readers
100+
6. **Commit your changes** with descriptive messages:
95101
```bash
96102
git commit -m "Add comprehensive guide for plugin integrations"
97103
```
98-
6. **Push to your fork** and **create a pull request**.
104+
7. **Push to your fork** and **create a pull request**.
99105

100106
### Code Style
101107
- Follow existing Markdown formatting and structure.

astro.config.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ export default defineConfig({
1818
customCss: [
1919
'./src/styles/custom.css',
2020
],
21-
description: 'Professional spawner management plugin for Minecraft servers',
22-
favicon: '/favicon.svg',
21+
description: 'A customizable spawner GUI plugin that generates mob drops and experience directly, without spawning mobs',
22+
favicon: './src/assets/Spawner.png',
2323
// logo: {
2424
// src: './src/assets/logo.png',
2525
// },
2626
social: [
27-
{ icon: 'github', label: 'GitHub', href: 'https://github.com/ptthanh02/SmartSpawner' },
27+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/NighterDevelopment/smartspawner' },
2828
{ icon: 'discord', label: 'Discord', href: 'https://discord.gg/zrnyG4CuuT' },
2929
],
3030
components: {
@@ -56,7 +56,6 @@ export default defineConfig({
5656
items: [
5757
{ label: 'MythicMobs', slug: 'integrations/mythicmobs' },
5858
{ label: 'SuperiorSkyblock2', slug: 'integrations/superiorskyblock2' },
59-
{ label: 'BentoBox', slug: 'integrations/bentobox' },
6059
],
6160
},
6261
],
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"contributors": [
3+
{
4+
"login": "ptthanh02",
5+
"id": 73684260,
6+
"node_id": "MDQ6VXNlcjczNjg0MjYw",
7+
"avatar_url": "https://avatars.githubusercontent.com/u/73684260?v=4",
8+
"gravatar_id": "",
9+
"url": "https://api.github.com/users/ptthanh02",
10+
"html_url": "https://github.com/ptthanh02",
11+
"followers_url": "https://api.github.com/users/ptthanh02/followers",
12+
"following_url": "https://api.github.com/users/ptthanh02/following{/other_user}",
13+
"gists_url": "https://api.github.com/users/ptthanh02/gists{/gist_id}",
14+
"starred_url": "https://api.github.com/users/ptthanh02/starred{/owner}{/repo}",
15+
"subscriptions_url": "https://api.github.com/users/ptthanh02/subscriptions",
16+
"organizations_url": "https://api.github.com/users/ptthanh02/orgs",
17+
"repos_url": "https://api.github.com/users/ptthanh02/repos",
18+
"events_url": "https://api.github.com/users/ptthanh02/events{/privacy}",
19+
"received_events_url": "https://api.github.com/users/ptthanh02/received_events",
20+
"type": "User",
21+
"user_view_type": "public",
22+
"site_admin": false,
23+
"contributions": 4
24+
}
25+
],
26+
"timestamp": 1757926104943,
27+
"lastSuccessfulFetch": 1757926104944,
28+
"etag": "W/\"4d2fef8f9ce759fb239a221a13b3d25eae53616fda5f9ccfae582e2221e02be6\"",
29+
"rateLimit": {
30+
"limit": 60,
31+
"remaining": 48,
32+
"reset": 1757927732
33+
}
34+
}
Lines changed: 232 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,232 @@
1+
{
2+
"contributors": [
3+
{
4+
"login": "ptthanh02",
5+
"id": 73684260,
6+
"node_id": "MDQ6VXNlcjczNjg0MjYw",
7+
"avatar_url": "https://avatars.githubusercontent.com/u/73684260?v=4",
8+
"gravatar_id": "",
9+
"url": "https://api.github.com/users/ptthanh02",
10+
"html_url": "https://github.com/ptthanh02",
11+
"followers_url": "https://api.github.com/users/ptthanh02/followers",
12+
"following_url": "https://api.github.com/users/ptthanh02/following{/other_user}",
13+
"gists_url": "https://api.github.com/users/ptthanh02/gists{/gist_id}",
14+
"starred_url": "https://api.github.com/users/ptthanh02/starred{/owner}{/repo}",
15+
"subscriptions_url": "https://api.github.com/users/ptthanh02/subscriptions",
16+
"organizations_url": "https://api.github.com/users/ptthanh02/orgs",
17+
"repos_url": "https://api.github.com/users/ptthanh02/repos",
18+
"events_url": "https://api.github.com/users/ptthanh02/events{/privacy}",
19+
"received_events_url": "https://api.github.com/users/ptthanh02/received_events",
20+
"type": "User",
21+
"user_view_type": "public",
22+
"site_admin": false,
23+
"contributions": 315
24+
},
25+
{
26+
"login": "maiminhdung",
27+
"id": 99890979,
28+
"node_id": "U_kgDOBfQ3Iw",
29+
"avatar_url": "https://avatars.githubusercontent.com/u/99890979?v=4",
30+
"gravatar_id": "",
31+
"url": "https://api.github.com/users/maiminhdung",
32+
"html_url": "https://github.com/maiminhdung",
33+
"followers_url": "https://api.github.com/users/maiminhdung/followers",
34+
"following_url": "https://api.github.com/users/maiminhdung/following{/other_user}",
35+
"gists_url": "https://api.github.com/users/maiminhdung/gists{/gist_id}",
36+
"starred_url": "https://api.github.com/users/maiminhdung/starred{/owner}{/repo}",
37+
"subscriptions_url": "https://api.github.com/users/maiminhdung/subscriptions",
38+
"organizations_url": "https://api.github.com/users/maiminhdung/orgs",
39+
"repos_url": "https://api.github.com/users/maiminhdung/repos",
40+
"events_url": "https://api.github.com/users/maiminhdung/events{/privacy}",
41+
"received_events_url": "https://api.github.com/users/maiminhdung/received_events",
42+
"type": "User",
43+
"user_view_type": "public",
44+
"site_admin": false,
45+
"contributions": 42
46+
},
47+
{
48+
"login": "Kawi16",
49+
"id": 56601270,
50+
"node_id": "MDQ6VXNlcjU2NjAxMjcw",
51+
"avatar_url": "https://avatars.githubusercontent.com/u/56601270?v=4",
52+
"gravatar_id": "",
53+
"url": "https://api.github.com/users/Kawi16",
54+
"html_url": "https://github.com/Kawi16",
55+
"followers_url": "https://api.github.com/users/Kawi16/followers",
56+
"following_url": "https://api.github.com/users/Kawi16/following{/other_user}",
57+
"gists_url": "https://api.github.com/users/Kawi16/gists{/gist_id}",
58+
"starred_url": "https://api.github.com/users/Kawi16/starred{/owner}{/repo}",
59+
"subscriptions_url": "https://api.github.com/users/Kawi16/subscriptions",
60+
"organizations_url": "https://api.github.com/users/Kawi16/orgs",
61+
"repos_url": "https://api.github.com/users/Kawi16/repos",
62+
"events_url": "https://api.github.com/users/Kawi16/events{/privacy}",
63+
"received_events_url": "https://api.github.com/users/Kawi16/received_events",
64+
"type": "User",
65+
"user_view_type": "public",
66+
"site_admin": false,
67+
"contributions": 25
68+
},
69+
{
70+
"login": "RVSkeLe",
71+
"id": 75245854,
72+
"node_id": "MDQ6VXNlcjc1MjQ1ODU0",
73+
"avatar_url": "https://avatars.githubusercontent.com/u/75245854?v=4",
74+
"gravatar_id": "",
75+
"url": "https://api.github.com/users/RVSkeLe",
76+
"html_url": "https://github.com/RVSkeLe",
77+
"followers_url": "https://api.github.com/users/RVSkeLe/followers",
78+
"following_url": "https://api.github.com/users/RVSkeLe/following{/other_user}",
79+
"gists_url": "https://api.github.com/users/RVSkeLe/gists{/gist_id}",
80+
"starred_url": "https://api.github.com/users/RVSkeLe/starred{/owner}{/repo}",
81+
"subscriptions_url": "https://api.github.com/users/RVSkeLe/subscriptions",
82+
"organizations_url": "https://api.github.com/users/RVSkeLe/orgs",
83+
"repos_url": "https://api.github.com/users/RVSkeLe/repos",
84+
"events_url": "https://api.github.com/users/RVSkeLe/events{/privacy}",
85+
"received_events_url": "https://api.github.com/users/RVSkeLe/received_events",
86+
"type": "User",
87+
"user_view_type": "public",
88+
"site_admin": false,
89+
"contributions": 7
90+
},
91+
{
92+
"login": "OutDev0",
93+
"id": 162749211,
94+
"node_id": "U_kgDOCbNbGw",
95+
"avatar_url": "https://avatars.githubusercontent.com/u/162749211?v=4",
96+
"gravatar_id": "",
97+
"url": "https://api.github.com/users/OutDev0",
98+
"html_url": "https://github.com/OutDev0",
99+
"followers_url": "https://api.github.com/users/OutDev0/followers",
100+
"following_url": "https://api.github.com/users/OutDev0/following{/other_user}",
101+
"gists_url": "https://api.github.com/users/OutDev0/gists{/gist_id}",
102+
"starred_url": "https://api.github.com/users/OutDev0/starred{/owner}{/repo}",
103+
"subscriptions_url": "https://api.github.com/users/OutDev0/subscriptions",
104+
"organizations_url": "https://api.github.com/users/OutDev0/orgs",
105+
"repos_url": "https://api.github.com/users/OutDev0/repos",
106+
"events_url": "https://api.github.com/users/OutDev0/events{/privacy}",
107+
"received_events_url": "https://api.github.com/users/OutDev0/received_events",
108+
"type": "User",
109+
"user_view_type": "public",
110+
"site_admin": false,
111+
"contributions": 3
112+
},
113+
{
114+
"login": "tooobiiii",
115+
"id": 132146628,
116+
"node_id": "U_kgDOB-BlxA",
117+
"avatar_url": "https://avatars.githubusercontent.com/u/132146628?v=4",
118+
"gravatar_id": "",
119+
"url": "https://api.github.com/users/tooobiiii",
120+
"html_url": "https://github.com/tooobiiii",
121+
"followers_url": "https://api.github.com/users/tooobiiii/followers",
122+
"following_url": "https://api.github.com/users/tooobiiii/following{/other_user}",
123+
"gists_url": "https://api.github.com/users/tooobiiii/gists{/gist_id}",
124+
"starred_url": "https://api.github.com/users/tooobiiii/starred{/owner}{/repo}",
125+
"subscriptions_url": "https://api.github.com/users/tooobiiii/subscriptions",
126+
"organizations_url": "https://api.github.com/users/tooobiiii/orgs",
127+
"repos_url": "https://api.github.com/users/tooobiiii/repos",
128+
"events_url": "https://api.github.com/users/tooobiiii/events{/privacy}",
129+
"received_events_url": "https://api.github.com/users/tooobiiii/received_events",
130+
"type": "User",
131+
"user_view_type": "public",
132+
"site_admin": false,
133+
"contributions": 3
134+
},
135+
{
136+
"login": "bugsum",
137+
"id": 110784602,
138+
"node_id": "U_kgDOBppwWg",
139+
"avatar_url": "https://avatars.githubusercontent.com/u/110784602?v=4",
140+
"gravatar_id": "",
141+
"url": "https://api.github.com/users/bugsum",
142+
"html_url": "https://github.com/bugsum",
143+
"followers_url": "https://api.github.com/users/bugsum/followers",
144+
"following_url": "https://api.github.com/users/bugsum/following{/other_user}",
145+
"gists_url": "https://api.github.com/users/bugsum/gists{/gist_id}",
146+
"starred_url": "https://api.github.com/users/bugsum/starred{/owner}{/repo}",
147+
"subscriptions_url": "https://api.github.com/users/bugsum/subscriptions",
148+
"organizations_url": "https://api.github.com/users/bugsum/orgs",
149+
"repos_url": "https://api.github.com/users/bugsum/repos",
150+
"events_url": "https://api.github.com/users/bugsum/events{/privacy}",
151+
"received_events_url": "https://api.github.com/users/bugsum/received_events",
152+
"type": "User",
153+
"user_view_type": "public",
154+
"site_admin": false,
155+
"contributions": 2
156+
},
157+
{
158+
"login": "DiGround-s",
159+
"id": 60438920,
160+
"node_id": "MDQ6VXNlcjYwNDM4OTIw",
161+
"avatar_url": "https://avatars.githubusercontent.com/u/60438920?v=4",
162+
"gravatar_id": "",
163+
"url": "https://api.github.com/users/DiGround-s",
164+
"html_url": "https://github.com/DiGround-s",
165+
"followers_url": "https://api.github.com/users/DiGround-s/followers",
166+
"following_url": "https://api.github.com/users/DiGround-s/following{/other_user}",
167+
"gists_url": "https://api.github.com/users/DiGround-s/gists{/gist_id}",
168+
"starred_url": "https://api.github.com/users/DiGround-s/starred{/owner}{/repo}",
169+
"subscriptions_url": "https://api.github.com/users/DiGround-s/subscriptions",
170+
"organizations_url": "https://api.github.com/users/DiGround-s/orgs",
171+
"repos_url": "https://api.github.com/users/DiGround-s/repos",
172+
"events_url": "https://api.github.com/users/DiGround-s/events{/privacy}",
173+
"received_events_url": "https://api.github.com/users/DiGround-s/received_events",
174+
"type": "User",
175+
"user_view_type": "public",
176+
"site_admin": false,
177+
"contributions": 1
178+
},
179+
{
180+
"login": "SnowCutieOwO",
181+
"id": 89032291,
182+
"node_id": "MDQ6VXNlcjg5MDMyMjkx",
183+
"avatar_url": "https://avatars.githubusercontent.com/u/89032291?v=4",
184+
"gravatar_id": "",
185+
"url": "https://api.github.com/users/SnowCutieOwO",
186+
"html_url": "https://github.com/SnowCutieOwO",
187+
"followers_url": "https://api.github.com/users/SnowCutieOwO/followers",
188+
"following_url": "https://api.github.com/users/SnowCutieOwO/following{/other_user}",
189+
"gists_url": "https://api.github.com/users/SnowCutieOwO/gists{/gist_id}",
190+
"starred_url": "https://api.github.com/users/SnowCutieOwO/starred{/owner}{/repo}",
191+
"subscriptions_url": "https://api.github.com/users/SnowCutieOwO/subscriptions",
192+
"organizations_url": "https://api.github.com/users/SnowCutieOwO/orgs",
193+
"repos_url": "https://api.github.com/users/SnowCutieOwO/repos",
194+
"events_url": "https://api.github.com/users/SnowCutieOwO/events{/privacy}",
195+
"received_events_url": "https://api.github.com/users/SnowCutieOwO/received_events",
196+
"type": "User",
197+
"user_view_type": "public",
198+
"site_admin": false,
199+
"contributions": 1
200+
},
201+
{
202+
"login": "klaidoshka",
203+
"id": 73783588,
204+
"node_id": "MDQ6VXNlcjczNzgzNTg4",
205+
"avatar_url": "https://avatars.githubusercontent.com/u/73783588?v=4",
206+
"gravatar_id": "",
207+
"url": "https://api.github.com/users/klaidoshka",
208+
"html_url": "https://github.com/klaidoshka",
209+
"followers_url": "https://api.github.com/users/klaidoshka/followers",
210+
"following_url": "https://api.github.com/users/klaidoshka/following{/other_user}",
211+
"gists_url": "https://api.github.com/users/klaidoshka/gists{/gist_id}",
212+
"starred_url": "https://api.github.com/users/klaidoshka/starred{/owner}{/repo}",
213+
"subscriptions_url": "https://api.github.com/users/klaidoshka/subscriptions",
214+
"organizations_url": "https://api.github.com/users/klaidoshka/orgs",
215+
"repos_url": "https://api.github.com/users/klaidoshka/repos",
216+
"events_url": "https://api.github.com/users/klaidoshka/events{/privacy}",
217+
"received_events_url": "https://api.github.com/users/klaidoshka/received_events",
218+
"type": "User",
219+
"user_view_type": "public",
220+
"site_admin": false,
221+
"contributions": 1
222+
}
223+
],
224+
"timestamp": 1757926153879,
225+
"lastSuccessfulFetch": 1757926153879,
226+
"etag": "W/\"df74a0bf125f382bfda0e58aca00f5760864296b5e7575996fcf5deeb96c83df\"",
227+
"rateLimit": {
228+
"limit": 60,
229+
"remaining": 47,
230+
"reset": 1757927732
231+
}
232+
}

0 commit comments

Comments
 (0)