-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
994bc55
commit e55812b
Showing
33 changed files
with
2,303 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# 5.0.1-rc1 | ||
|
||
This is the first and hopefully only Release Candidate for Fetchr 5.0.1. | ||
|
||
If no further issues are found with this version, there will be a release early | ||
next week without any further changes. | ||
|
||
[server.properties](https://gist.githubusercontent.com/NeunEinser/dac27cc76dbc83bdd1ea22a99cff3967/raw/5.0.1-rc1.properties) | ||
|
||
## Changelog | ||
- Minor performance improvements | ||
|
||
## Bug Fixes | ||
- Fixed bubble columns not getting replaced with dirt below spawn | ||
- Fixed player position stopping to update under some circumstances | ||
- Fixed shadow of colored text | ||
- Prevent players from skipping the resource pack check manually by getting | ||
teleported (This would mean the player still doesn't join games and is not | ||
considered setup properly before) | ||
|
||
|
||
# 5.0.1-pre2 | ||
|
||
The second pre-release for 5.0.1 | ||
[server.properties](https://gist.githubusercontent.com/NeunEinser/dac27cc76dbc83bdd1ea22a99cff3967/raw/5.0.1-pre2.properties) | ||
|
||
## Changelog | ||
- More performance optimizations | ||
|
||
## Bug Fixes | ||
- Fixed a bug that meant card generation was broken after re-joining | ||
- Fixed a bug that broke the card display with multiple teams | ||
|
||
# 5.0.1-pre1 | ||
|
||
While I'm working on a 1.19 version, this is a release to improve performance | ||
and address some configuration issues for server administrators. | ||
|
||
## Changelog | ||
- Added option to force adventure mode in the lobby without also restricting | ||
game controls to admins | ||
- On servers, adventure mode in the lobby is now Default | ||
- Performance improvements | ||
- Added French and Portuguese (BR) community translations | ||
|
||
## Installation | ||
|
||
If you want to test this release on a server, here is the server.properties file | ||
for this release: | ||
[Server Properties](https://gist.githubusercontent.com/NeunEinser/dac27cc76dbc83bdd1ea22a99cff3967/raw/5.0.1-pre1.properties) | ||
|
||
Other than that, the download & installation instructions for the full release | ||
still apply. The new world file you need is attached to this release and called | ||
`Fetchr-5.0.1-pre1.zip`. |
Oops, something went wrong.