Skip to content

Commit

Permalink
chore: bump version to 1.0.10.beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pupskuchen committed Mar 25, 2023
1 parent 86866b1 commit 9880a59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.pupskuchen</groupId>
<artifactId>timecontrol</artifactId>
<version>1.0.10.beta.1</version>
<version>1.0.10.beta.2</version>
<packaging>jar</packaging>
<name>TimeControl</name>
<url>https://github.com/Pupskuchen/spigot-TimeControl</url>
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @plugin TimeControl
# @version 1.0.10.beta.1
# @version 1.0.10.beta.2

# Day cycle in minutes
day: 30
Expand All @@ -15,7 +15,8 @@ worlds:
night-skipping:
enabled: false

# If your server doesn't have the 'playersSleepingPercentage' game-rule, you can still control the percentage
# If your server doesn't have the 'playersSleepingPercentage' game rule,
# you can still control the percentage by enabling this
players-sleeping-percentage:
enabled: false
percentage: 50
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: TimeControl
main: net.pupskuchen.timecontrol.TimeControl
version: 1.0.10.beta.1
version: 1.0.10.beta.2
api-version: 1.19
authors: [foncused, mrgeneralq, pupskuchen]
website: https://github.com/Pupskuchen/spigot-TimeControl

0 comments on commit 9880a59

Please sign in to comment.