Skip to content

Commit 30d7912

Browse files
author
Shynixn
committed
#755 Updated to release version.
1 parent c590e8f commit 30d7912

9 files changed

Lines changed: 167 additions & 107 deletions

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Changes
66

7+
* #755 Readded camera-based steering to the ball. You can now configure per interaction type if the player can control the pitch and spin of the ball by moving their camera after shooting it.
8+
* #755 The default soccer_ball settings have been changed to be similar to the old ball. This includes camera-based steering and less bounciness. You may delete the plugins/BlockBall/ball folder to access the new balls.
9+
* #755 Changed the [ball wiki page](https://shynixn.github.io/BlockBall/wiki/site/ball/) to reflect the new changes.
10+
11+
---
12+
13+
## Release 7.42.0
14+
15+
### Changes
16+
717
* #753 Added new logging settings to the config.yml. It is highly recommended to delete the config.yml to let it be recreated.
818
* #753 You can now configure the log level of BlockBall for the main server console and BlockBall-only log file found in the /plugins/BlockBall/logs folder.
919
* #753 Log levels can be switched without server shutdown and applied via the /blockball reload command. This is useful for cases where you want to actively investigate something using DEBUG mode.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.github.shynixn"
11-
version = "7.42.0"
11+
version = "7.43.0"
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)