Skip to content

Commit

Permalink
2.9.4: Replace support for 1.20 with 1.20.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBlobman committed Jun 13, 2023
1 parent 5a59347 commit 2cd14be
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 31 deletions.
28 changes: 16 additions & 12 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@
BlueSlimeCore is an library plugin with many features that are necessary for my other plugins.
This library is also free for other developers to use.

### Supported Versions

BlueSlimeCore support Spigot, Paper, and Folia.
Other custom forks may work, but they are untested and support will not be provided.
The following Minecraft versions are currently supported:

- 1.8.8
- 1.12.2
- 1.16.5
- 1.17.1
- 1.18.2
- 1.19.4
### Downloads

- [SpigotMC](https://www.spigotmc.org/resources/83189/)
- [Hangar](https://hangar.papermc.io/SirBlobman/BlueSlimeCore)
- [Jenkins Beta Builds](https://jenkins.sirblobman.xyz/job/SirBlobman/job/BlueSlimeCore/job/main/)

### Version Information

BlueSlimeCore supports Spigot, Paper, and Folia. Custom forks may work, but they are untested.

| Version List | Status |
|---------------------------------------|-------------------------------|
| 1.19.4, 1.20.1 | Recommended |
| 1.8.8, 1.12.2, 1.16.5, 1.17.1, 1.18.2 | Working, but not recommended. |

We only provide support for tested software and recommended versions.

### Features for Servers
* '/item-to-nbt' command to view NBT data tags on items.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ org.gradle.parallel=true
org.gradle.caching=true

version.api=2.9-SNAPSHOT
version.base=2.9.3
version.base=2.9.4
version.beta=false
2 changes: 1 addition & 1 deletion nms/1_20_R1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compileOnly(project(":nms:modern-nbt"))

// Paper Development Bundle
paperweight.paperDevBundle("1.20-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.20.1-R0.1-SNAPSHOT")
}

tasks.named("assemble") {
Expand Down
2 changes: 1 addition & 1 deletion nms/handler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation(project(path = ":nms:1_19_R1", configuration = "reobf")) // NMS 1.19.2
implementation(project(path = ":nms:1_19_R2", configuration = "reobf")) // NMS 1.19.3
implementation(project(path = ":nms:1_19_R3", configuration = "reobf")) // NMS 1.19.4
implementation(project(path = ":nms:1_20_R1", configuration = "reobf")) // NMS 1.20
implementation(project(path = ":nms:1_20_R1", configuration = "reobf")) // NMS 1.20.1
}

tasks {
Expand Down
46 changes: 30 additions & 16 deletions spigot.overview.phpBB
Original file line number Diff line number Diff line change
@@ -1,25 +1,39 @@
[SIZE=5][B]Supported Spigot Versions:[/B][/SIZE]
1.7.10, 1.8.8, 1.9.4, 1.10.2, 1.11.2, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2
[SIZE=5][B]Version Information:[/B][/SIZE]
The recommended versions are currently 1.19.4 and 1.20.1.

[SIZE=5][COLOR=#FF0000][B]Description:[/B][/COLOR][/SIZE]
BlueSlimeCore is an API plugin with many features that are necessary for my plugins.
If you are a developer and need some helpful utility classes, you can use this API as well.
The following versions still work, but we do not provide support for them:

[SIZE=5][COLOR=#FF0000][B]Features:[/B][/COLOR][/SIZE]
1.8.8, 1.12.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, 1.19.3

[SIZE=5][B]Description:[/B][/SIZE]
BlueSlimeCore is an library plugin with many features that are necessary for my other plugins. This library is also free for other developers to use.

[SIZE=5][B]Features for Servers:[/B][/SIZE]
[LIST]
[*]Support for Spigot, Paper, and Folia
[*]'/item-to-nbt' command to view NBT data tags on items.
[*]'/item-to-base64' command to convert items to Base64 strings.
[*]'/debug-event' command to find plugins and listeners for events.
[/LIST]

[SIZE=5][B]Features for Developers:[/B][/SIZE]
[LIST]
[*]Multi-Version NMS Handler
[*]BossBar + ActionBar managers
[*]Minor command system improvements
[*]Custom configuration and language system
[*]Custom menus with options for buttons and pages
[*]Plugin update checking
[*]Minecraft version checking
[*]Helpful abstraction to support multiple Factions plugins.
[*]Configuration management system for saving and loading of multiple files.
[*]Language management system with support for per-player languages, MiniMessage, and PlaceholderAPI.
[*]Ability to send action bars, titles, and sounds through the language API.
[*]Command system with player checking and sub commands.
[*]Plugin update checking with SpigotMC or Hangar.
[*]Menu API for creation of menus with buttons or pages and a configurable item format.
[*]Factions Handler API to aid support with many different Factions plugin.
[*]Item builders to quickly create items, leather armor, potions, and player heads.
[*]Multiple version handler for spawning entities, changing max health, checking absorption.
[*]Multiple version handler for sending cooldown packets and checking server TPS.
[*]Utility methods for dealing with block/entity locations, items, experience, hex colors, and versions.
[/LIST]

[SIZE=5][B][COLOR=#FF0000]Help and Support:[/COLOR][/B][/SIZE]
[SIZE=5][B]Help and Support:[/B][/SIZE]
Click the image to join my discord for support. You can also join if you have feature requests or if you just want to chat with other users.
[URL='https://discord.gg/XMq2agT'][IMG]https://discordapp.com/assets/fc0b01fe10a0b8c602fb0106d8189d9b.png[/IMG][/URL]

[SIZE=5][B][COLOR=#FF0000]Extra Information:[/COLOR][/B][/SIZE]
[SIZE=5][B]Extra Information:[/B][/SIZE]
Please do not use a review to leave bug reports or errors. I am not able to help you through a review.

0 comments on commit 2cd14be

Please sign in to comment.