Skip to content

Commit

Permalink
Merge branch 'main' into journal-world
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed May 9, 2024
2 parents 3f94ff5 + 5351e52 commit d0681fd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
9 changes: 7 additions & 2 deletions PRE_PUSH_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pre-push Checklist
# Pre/Post-push Checklist

Things to make sure I do before I push a new release version:
- `build.gradle.kts`
Expand All @@ -10,8 +10,13 @@ Things to make sure I do before I push a new release version:
- [ ] Run `./gradlew clean googleFormat`
- [ ] Run `./gradlew build`
- Run separate from others because of stupid error
- Upload `OUT/claimchunk-VERSION-plugin.jar` as GitHub release with changelog
- Upload `OUT/claimchunk-VERSION.jar` as GitHub release with changelog.
- Post push
- Add new release on [Spigot](https://www.spigotmc.org/resources/claimchunk.44458/) with changelog.
- Add new release on [Modrinth](https://modrinth.com/plugin/claimchunk) with changelog.
- Push to Maven Central:
- `./gradlew publishToMavenCentral --no-configuration-cache`
- Publish release on [Maven Central](https://central.sonatype.com/artifact/com.cjburkey.claimchunk/claimchunk).
- Done!

Make sure to be able to provide support and bugfix releases shortly after :/
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For even more information, the SpigotMC page can be found [here](https://www.spi

Download
--------
Downloads are available in the [**releases section**](https://github.com/cjburkey01/ClaimChunk/releases).
Downloads are available in the [**releases section**](https://github.com/cjburkey01/ClaimChunk/releases) and separately on [Modrinth](https://modrinth.com/plugin/claimchunk).

**The latest compiled version of this repository can be [downloaded via this link](https://nightly.link/cjburkey01/ClaimChunk/workflows/gradle/main/ClaimChunk.zip)**.

Expand Down Expand Up @@ -69,7 +69,10 @@ ClaimChunk support to your plugin, let me know, and I'll put your addon/plugin h
[`bulletlanguage@gmail.com`](mailto:bulletlanguage@gmail.com) or through the [Discord server](https://discord.gg/swW8xX665Z).

Here are some plugins that either have addons for or integrations with ClaimChunk:
* MongoDB integration with [this addon](https://github.com/LowBudgetCraft/ClaimChunkMongoDB) by [Glowman554](https://github.com/Glowman554)
* [Regionerator](https://www.spigotmc.org/resources/regionerator.12219/) (prevent claimed chunks from being regenerated)

Addons that aren't actively maintained but could be useful:
* [Dynmap](https://www.spigotmc.org/resources/dynmap.274/) via [this addon](https://www.spigotmc.org/resources/dynmap-claimchunk.71093/)
* Archived: [*Pl3xMap*](https://github.com/pl3xgaming/Pl3xMap) via [this addon](https://github.com/pl3xgaming/Pl3xMap-ClaimChunk)
* (Old, maybe functional, repository deleted) [ClaimFly](https://www.spigotmc.org/resources/claimfly-claimchunk-addon-1-18-x.99189/) (allowing players to fly in claimed territory).
Expand Down
Binary file added imgs/icon256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion unbuilt_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For even more information, the SpigotMC page can be found [here](https://www.spi

Download
--------
Downloads are available in the [**releases section**](https://github.com/cjburkey01/ClaimChunk/releases).
Downloads are available in the [**releases section**](https://github.com/cjburkey01/ClaimChunk/releases) and separately on [Modrinth](https://modrinth.com/plugin/claimchunk).

**The latest compiled version of this repository can be [downloaded via this link](https://nightly.link/cjburkey01/ClaimChunk/workflows/gradle/main/ClaimChunk.zip)**.

Expand Down Expand Up @@ -69,7 +69,10 @@ ClaimChunk support to your plugin, let me know, and I'll put your addon/plugin h
[`bulletlanguage@gmail.com`](mailto:bulletlanguage@gmail.com) or through the [Discord server](https://discord.gg/swW8xX665Z).

Here are some plugins that either have addons for or integrations with ClaimChunk:
* MongoDB integration with [this addon](https://github.com/LowBudgetCraft/ClaimChunkMongoDB) by [Glowman554](https://github.com/Glowman554)
* [Regionerator](https://www.spigotmc.org/resources/regionerator.12219/) (prevent claimed chunks from being regenerated)

Addons that aren't actively maintained but could be useful:
* [Dynmap](https://www.spigotmc.org/resources/dynmap.274/) via [this addon](https://www.spigotmc.org/resources/dynmap-claimchunk.71093/)
* Archived: [*Pl3xMap*](https://github.com/pl3xgaming/Pl3xMap) via [this addon](https://github.com/pl3xgaming/Pl3xMap-ClaimChunk)
* (Old, maybe functional, repository deleted) [ClaimFly](https://www.spigotmc.org/resources/claimfly-claimchunk-addon-1-18-x.99189/) (allowing players to fly in claimed territory).
Expand Down

0 comments on commit d0681fd

Please sign in to comment.