Skip to content

Commit

Permalink
Merge pull request #291 from cjburkey01/journal-world
Browse files Browse the repository at this point in the history
0.0.25 - The Data Fix Update!
  • Loading branch information
cjburkey01 committed May 24, 2024
2 parents 61d1d9e + 8f8afc0 commit 911d82d
Show file tree
Hide file tree
Showing 34 changed files with 1,487 additions and 632 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
# Artifact name
name: ClaimChunk
# Upload plugin jar
path: OUT/*.jar
path: OUT/*-plugin.jar
# Fail if the output file isn't found
if-no-files-found: error
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ OUT
# Gource
my_captions.txt
source_visual.ppm
source_visual.mp4
source_visual.mp4

# Leftover from tests
*.tmp.sqlite3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ implementation("com.cjburkey.claimchunk:claimchunk:0.0.24-RC1")
Building
--------
[![Automatic Build](https://img.shields.io/github/actions/workflow/status/cjburkey01/ClaimChunk/gradle.yml?branch=main&style=for-the-badge)](https://claimchunk.cjburkey.com/server/Downloads.html#snapshot-downloads)
[![Version Info](https://img.shields.io/static/v1?label=Repository%20Version&message=0.0.24-RC2&color=ff5555&style=for-the-badge)](https://github.com/cjburkey01/ClaimChunk/archive/main.zip)
[![Version Info](https://img.shields.io/static/v1?label=Repository%20Version&message=0.0.25&color=ff5555&style=for-the-badge)](https://github.com/cjburkey01/ClaimChunk/archive/main.zip)

If you want to obtain a version of the plugin that isn't available yet (like a snapshot), you can do so by asking on the
Discord or building it yourself. Here's how to build it yourself:
Expand Down

0 comments on commit 911d82d

Please sign in to comment.