Skip to content

Commit e64a718

Browse files
committed
fix: update copyright year, version numbers, and improve formatting in configuration files
1 parent c5839b5 commit e64a718

5 files changed

Lines changed: 63 additions & 62 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ permissions:
1111

1212
env:
1313
INSTANCE: Writerside/ccs
14-
DOCKER_VERSION: 2025.04.8412
14+
DOCKER_VERSION: 2026.02.8644
1515

1616
ALGOLIA_APP_NAME: C86V8LU863
1717
ALGOLIA_INDEX_NAME: docs_cast_crafter_community_server
1818
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
1919
CONFIG_JSON_PRODUCT: CCS
20-
CONFIG_JSON_VERSION: 1.21.8 # This value should be updated with the version of the product
20+
CONFIG_JSON_VERSION: 1.21.11 # This value should be updated with the version of the product
2121

2222
jobs:
2323
build:
@@ -96,12 +96,12 @@ jobs:
9696
run: unzip -O UTF-8 -qq "artifacts/${{ needs.build.outputs.artifact }}" -d cf-pages
9797

9898
- name: Publish to Cloudflare Pages
99-
uses: cloudflare/wrangler-action@v3
99+
uses: cloudflare/wrangler-action@v3.14.1
100100
with:
101101
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
102102
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
103103
command: pages deploy cf-pages --project-name=community-server-docs --branch=main
104-
wranglerVersion: 3.101.0
104+
#wranglerVersion: 3.101.0
105105

106106
publish-indexes:
107107
needs: [ build, test, deploy ]

Writerside/cfg/buildprofiles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<llms-txt/>
3939
</build-profile>
4040
<footer>
41-
<copyright>CastCrafter Community Server 2021–2025</copyright>
41+
<copyright>CastCrafter Community Server 2021–2026</copyright>
4242
<social type="discord" href="https://discord.gg/castcrafter">Discord</social>
4343
<social type="youtube" href="https://www.youtube.com/@CastCrafter">YouTube</social>
4444
<social type="instagram" href="https://www.instagram.com/castagram_">Instagram</social>

Writerside/cfg/static/Cuprite.css

Lines changed: 55 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -8,111 +8,111 @@
88
}
99

1010
.poppins-thin {
11-
font-family: "Poppins", sans-serif;
12-
font-weight: 100;
13-
font-style: normal;
11+
font-family: "Poppins", sans-serif;
12+
font-weight: 100;
13+
font-style: normal;
1414
}
1515

1616
.poppins-extralight {
17-
font-family: "Poppins", sans-serif;
18-
font-weight: 200;
19-
font-style: normal;
17+
font-family: "Poppins", sans-serif;
18+
font-weight: 200;
19+
font-style: normal;
2020
}
2121

2222
.poppins-light {
23-
font-family: "Poppins", sans-serif;
24-
font-weight: 300;
25-
font-style: normal;
23+
font-family: "Poppins", sans-serif;
24+
font-weight: 300;
25+
font-style: normal;
2626
}
2727

2828
.poppins-regular {
29-
font-family: "Poppins", sans-serif;
30-
font-weight: 400;
31-
font-style: normal;
29+
font-family: "Poppins", sans-serif;
30+
font-weight: 400;
31+
font-style: normal;
3232
}
3333

3434
.poppins-medium {
35-
font-family: "Poppins", sans-serif;
36-
font-weight: 500;
37-
font-style: normal;
35+
font-family: "Poppins", sans-serif;
36+
font-weight: 500;
37+
font-style: normal;
3838
}
3939

4040
.poppins-semibold {
41-
font-family: "Poppins", sans-serif;
42-
font-weight: 600;
43-
font-style: normal;
41+
font-family: "Poppins", sans-serif;
42+
font-weight: 600;
43+
font-style: normal;
4444
}
4545

4646
.poppins-bold {
47-
font-family: "Poppins", sans-serif;
48-
font-weight: 700;
49-
font-style: normal;
47+
font-family: "Poppins", sans-serif;
48+
font-weight: 700;
49+
font-style: normal;
5050
}
5151

5252
.poppins-extrabold {
53-
font-family: "Poppins", sans-serif;
54-
font-weight: 800;
55-
font-style: normal;
53+
font-family: "Poppins", sans-serif;
54+
font-weight: 800;
55+
font-style: normal;
5656
}
5757

5858
.poppins-black {
59-
font-family: "Poppins", sans-serif;
60-
font-weight: 900;
61-
font-style: normal;
59+
font-family: "Poppins", sans-serif;
60+
font-weight: 900;
61+
font-style: normal;
6262
}
6363

6464
.poppins-thin-italic {
65-
font-family: "Poppins", sans-serif;
66-
font-weight: 100;
67-
font-style: italic;
65+
font-family: "Poppins", sans-serif;
66+
font-weight: 100;
67+
font-style: italic;
6868
}
6969

7070
.poppins-extralight-italic {
71-
font-family: "Poppins", sans-serif;
72-
font-weight: 200;
73-
font-style: italic;
71+
font-family: "Poppins", sans-serif;
72+
font-weight: 200;
73+
font-style: italic;
7474
}
7575

7676
.poppins-light-italic {
77-
font-family: "Poppins", sans-serif;
78-
font-weight: 300;
79-
font-style: italic;
77+
font-family: "Poppins", sans-serif;
78+
font-weight: 300;
79+
font-style: italic;
8080
}
8181

8282
.poppins-regular-italic {
83-
font-family: "Poppins", sans-serif;
84-
font-weight: 400;
85-
font-style: italic;
83+
font-family: "Poppins", sans-serif;
84+
font-weight: 400;
85+
font-style: italic;
8686
}
8787

8888
.poppins-medium-italic {
89-
font-family: "Poppins", sans-serif;
90-
font-weight: 500;
91-
font-style: italic;
89+
font-family: "Poppins", sans-serif;
90+
font-weight: 500;
91+
font-style: italic;
9292
}
9393

9494
.poppins-semibold-italic {
95-
font-family: "Poppins", sans-serif;
96-
font-weight: 600;
97-
font-style: italic;
95+
font-family: "Poppins", sans-serif;
96+
font-weight: 600;
97+
font-style: italic;
9898
}
9999

100100
.poppins-bold-italic {
101-
font-family: "Poppins", sans-serif;
102-
font-weight: 700;
103-
font-style: italic;
101+
font-family: "Poppins", sans-serif;
102+
font-weight: 700;
103+
font-style: italic;
104104
}
105105

106106
.poppins-extrabold-italic {
107-
font-family: "Poppins", sans-serif;
108-
font-weight: 800;
109-
font-style: italic;
107+
font-family: "Poppins", sans-serif;
108+
font-weight: 800;
109+
font-style: italic;
110110
}
111111

112112
.poppins-black-italic {
113-
font-family: "Poppins", sans-serif;
114-
font-weight: 900;
115-
font-style: italic;
113+
font-family: "Poppins", sans-serif;
114+
font-weight: 900;
115+
font-style: italic;
116116
}
117117

118118

@@ -315,6 +315,7 @@
315315
--app-link-border-color-dark: var(--wh-color-primary);
316316
color: var(--wh-color-primary);
317317
}
318+
318319
/* stop being so fucking picky holy shit */
319320
.rs-text-3_theme_dark {
320321
color: var(--wh-color-primary);

Writerside/v.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
44
<var name="server_ip" value="castcrafter.de"/>
5-
<var name="required_game_version" value="1.21.8"/>
5+
<var name="required_game_version" value="1.21.11"/>
66
<var name="required_game_version_link"
7-
value="https://de.minecraft.wiki/w/1.21.8"/>
7+
value="https://de.minecraft.wiki/w/1.21.11"/>
88
<var name="main_currency" value="CastCoin"/>
99
<var name="event_coin" value="EventCoin"/>
1010
<var name="paycheck" value="500"/>

Writerside/writerside.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<images dir="images" web-path="images"/>
77
<categories src="c.list"/>
88
<vars src="v.list"/>
9-
<instance src="ccs.tree" version="1.21.8"/>
9+
<instance src="ccs.tree" version="1.21.11"/>
1010
</ihp>

0 commit comments

Comments
 (0)