Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
ALGOLIA_INDEX_NAME: docs_cast_crafter_community_server
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
CONFIG_JSON_PRODUCT: CCS
CONFIG_JSON_VERSION: 1.21.11 # This value should be updated with the version of the product
CONFIG_JSON_VERSION: 26.1 # This value should be updated with the version of the product

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="server_ip" value="castcrafter.de"/>
<var name="required_game_version" value="1.21.11"/>
<var name="required_game_version" value="26.1"/>
<var name="required_game_version_link"
value="https://de.minecraft.wiki/w/1.21.11"/>
value="https://de.minecraft.wiki/w/26.1"/>
<var name="main_currency" value="CastCoin"/>
<var name="event_coin" value="EventCoin"/>
<var name="paycheck" value="500"/>
Expand Down
Loading