Skip to content

Commit

Permalink
v3.3.0-alpha.17 - Set the version to alpha.17 so it can be posted to …
Browse files Browse the repository at this point in the history
…the various public servers.
  • Loading branch information
rbluer committed Apr 21, 2024
1 parent 5933336 commit 27cfffa
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/changelog_v3.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
These change logs represent the work that has been going on within prison.


# 3.3.0-alpha.16c 2024-04-20
# 3.3.0-alpha.17 2024-04-20



**v3.3.0-alpha.17** 2024-03-20



* **Mines messages: Secondary placeholders. Added support for mines' messages to be able to support secondary placeholders within the language files. NOTE: Not usable at this time.**
Expand Down
8 changes: 7 additions & 1 deletion docs/prison_docs_101_setting_up_mines.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This document provides some highlights to how to setup mines. It is a work in progress so check back for more information.

*Documented updated: 2023-11-26*
*Documented updated: 2024-03-11*

<hr style="height:1px; border:none; color:#aaf; background-color:#aaf;">

Expand All @@ -22,6 +22,12 @@ Prison has a list of suggested plugins that works well with Prison, and a few th
[Setting up Prison - The Basics](prison_docs_012_setting_up_prison_basics.md)


**New Command:**

`/mines block layerStats help`
This new command will provide a layer by layer inspection of what blocks were assigned to a mine, versus what is actually in the mine currently. This is useful when confirming block constraints are working correctly, or if another block was not spawning as expected, such that there is too much AIR.



Items to add to this document:
* Use of ***/mines backup help** this command will make an individual backup of a mine's config settings on the server's file system. This backup can manually be used to rollback any changes to a mine. Prison has a command **/prison support backup help** that will make a backup of all files within the server directory **plugins/Prison/**, of which it will include all mine backup files, then remove them from file system. Contact support on our discord server for help.
Expand Down
9 changes: 9 additions & 0 deletions docs/prison_docs_111_mine_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

This document provides information how to setup and use Mine Commands.

*Documented updated: 2024-03-11*

<hr style="height:1px; border:none; color:#aaf; background-color:#aaf;">

Expand All @@ -21,6 +22,14 @@ My personal goals to use this new feature was to dynamically build a large fores
- Blue



**New Command:**

`/mines block layerStats help`
This new command will provide a layer by layer inspection of what blocks were assigned to a mine, versus what is actually in the mine currently. This is useful when confirming block constraints are working correctly, or if another block was not spawning as expected, such that there is too much AIR.



<hr style="height:1px; border:none; color:#aaf; background-color:#aaf;">


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## # This is actually the "correct" place to define the version for the project.
## # Used within build.gradle with ${project.version}.
## # Can be overridden on the command line: gradle -Pversion=3.2.1-alpha.3
version=3.3.0-alpha.16c
version=3.3.0-alpha.17



Expand Down
2 changes: 2 additions & 0 deletions prison-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ repositories {
dependencies {
implementation 'org.apache.commons:commons-lang3:3.12.0'


// https://github.com/InstantlyMoist/privatebin-java-api
//implementation 'com.github.InstantlyMoist:privatebin-java-api:1.0.2'

//implementation 'org.json:json:20230227'
Expand Down

0 comments on commit 27cfffa

Please sign in to comment.