Skip to content

Commit b2cf7ad

Browse files
committed
more fixes
1 parent b3677cd commit b2cf7ad

File tree

23 files changed

+34810
-20
lines changed

23 files changed

+34810
-20
lines changed

src/main/resources/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#debug mode
22
debug-mode: false
33

4-
#amount of chunks to send per tick to players
5-
chunks-per-tick: 6
6-
74
#worlds for y0 to be enabled in
85
enabled-worlds:
96
- 'world'

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: TuffX
2-
version: 1.0.6
2+
version: 1.1.0
33
main: net.potato.tuff.TuffX
44
author: Potato
55
api-version: 1.21
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latestVersion": "1.0.6",
2+
"latestVersion": "1.1.0",
33
"downloadUrl": "https://verytuffautoupdater.netlify.app/TuffX.jar"
44
}

src/main/resources/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.2"
2+
"version": "1.1.0"
33
}

target/TuffX.jar

117 KB
Binary file not shown.

target/classes/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,3 @@ chunk-processor-threads: -1
1616
cache-size: 512
1717
#how long until the cache expires (minutes)
1818
cache-expiration: 5
19-
20-
#auto updater config (very experimental)
21-
updater:
22-
enabled: false
23-
24-
# update checking interval
25-
check-interval-minutes: 30
26-
27-
# restart the server on update
28-
restart-on-update: true

0 commit comments

Comments
 (0)