Skip to content

Commit

Permalink
Merge pull request #255 from PrisonTeam/bleeding_branch_v3.3.0-alpha.16
Browse files Browse the repository at this point in the history
Bleeding branch v3.3.0 alpha.16
  • Loading branch information
rbluer authored Nov 19, 2023
2 parents 3d647e8 + b2a37f4 commit f1a9166
Show file tree
Hide file tree
Showing 215 changed files with 14,170 additions and 2,226 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,14 @@ local.properties
*.war
*.ear


# Prison libs: .jar files are usally ignored, so must add these libraries:
!/prison-spigot/lib/**/*.jar
!/prison-core/lib/**/*.jar

# but exclude this directory:
prison-spigot/lib/old/


# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ subprojects {
includeGroup 'org.apache.commons'
}
}

maven {
url "https://mvnrepository.com/artifact"

}

}

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog_v3.2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Build logs
- **[v3.3.x - Current](changelog_v3.3.x.md)**
- [v3.2.0 through v3.3.0-alpha.14](prison_changelogs.md)
- [v3.2.0 through v3.3.0-alpha.16](prison_changelogs.md)
- [v3.2.0 - 2019-12-03](prison_changelog_v3.2.0.md)  
[v3.2.1 - 2020-09-27](prison_changelog_v3.2.1.md)  
[v3.2.2 - 2020-11-21](prison_changelog_v3.2.2.md)  
Expand Down
493 changes: 341 additions & 152 deletions docs/changelog_v3.3.x.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/knownissues_v3.2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ a short list of To Do's. This list is intended to help work through known
issues, and/or to serve as items that should be added, or fixed.


* **[v3.3.0-alpha - Current](changelog_v3.3.x.md)**

* [Known Issues - Resolved](knownissues_v3.2.x_resolved.md)


Expand Down
2 changes: 2 additions & 0 deletions docs/knownissues_v3.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

These known issues are an informal list of concerns and bugs. Also includes some wish-list items too.

Not everything is logged here. Please see the changelog for fixes and new features that were actually added.

These are notes for personal references. These are not intended to explain anything useful, but they do track some issues and perspectives that may not be fully expressed in the change logs because initial impressions may not turn out to be the actual problem or the final course of changes and enhancements.


Expand Down
2 changes: 1 addition & 1 deletion docs/prison_changelog_v3.3.0-alpha.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Build logs
- **[v3.3.0-alpha - Current](changelog_v3.3.x.md)**
- [v3.2.0 through v3.3.0-alpha.15](prison_changelogs.md)
- [v3.2.0 through v3.3.0-alpha.16](prison_changelogs.md)


These build logs represent the work that has been going on within prison.
Expand Down
10 changes: 7 additions & 3 deletions docs/prison_changelog_v3.3.0-alpha.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Build logs
- **[v3.3.0-alpha - Current](changelog_v3.3.x.md)**
- [v3.2.0 through v3.3.0-alpha.15](prison_changelogs.md)
- [v3.2.0 through v3.3.0-alpha.16](prison_changelogs.md)


These build logs represent the work that has been going on within prison.
Expand All @@ -16,7 +16,11 @@ These build logs represent the work that has been going on within prison.

The following is a highlight of changes for the alpha.15 release since the alpha.14 release.

-Full support for 1.20.x including the heights and blocks.
- Full support for 1.20.x including the heights and blocks.


- Added support for Java 20.


- MineBombs - Added a new field specifically for use with item names which supports color codes.

Expand Down Expand Up @@ -45,7 +49,7 @@ The following is a highlight of changes for the alpha.15 release since the alpha

- Fixed how NBT-api is being shadowed and used to get it to work properly with Spigot 1.20.x.

- Minor fixes and enchancements: blockEvents, autoFeatures and monitor priorities, GUI Player Mine config options, prevent GUI configs from loading twice, when mining now can control non-prison placed blocks to pass through to be handled by bukkit, fix autosell when disabled, hooked up support for minecraft stats to track block mining, prevent zero drops if calcs are less than 1, fix sellall trying to sell an invalid stack, fix prison utils potion effects when no player is provided, support for ExaltedEconomy, able to bypass adding new players on startup, updated Prison's jar reporter to identify Java versions 19, 20, and 21, clearified help on `/rankup` and `/presetige`, update of how topN is being processed, added topN stats which reports some of the core info.
- Minor fixes and enhancements: blockEvents, autoFeatures and monitor priorities, GUI Player Mine config options, prevent GUI configs from loading twice, when mining now can control non-prison placed blocks to pass through to be handled by bukkit, fix autosell when disabled, hooked up support for minecraft stats to track block mining, prevent zero drops if calcs are less than 1, fix sellall trying to sell an invalid stack, fix prison utils potion effects when no player is provided, support for ExaltedEconomy, able to bypass adding new players on startup, updated Prison's jar reporter to identify Java versions 19, 20, and 21, clarified help on `/rankup` and `/presetige`, update of how topN is being processed, added topN stats which reports some of the core info.



Expand Down
Loading

0 comments on commit f1a9166

Please sign in to comment.