Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#debug mode
debug-mode: false

#amount of chunks to send per tick to players
chunks-per-tick: 6

#worlds for y0 to be enabled in
enabled-worlds:
- 'world'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TuffX
version: 1.0.6
version: 1.1.0
main: net.potato.tuff.TuffX
author: Potato
api-version: 1.21
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version-remote.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latestVersion": "1.0.6",
"latestVersion": "1.1.0",
"downloadUrl": "https://verytuffautoupdater.netlify.app/TuffX.jar"
}
2 changes: 1 addition & 1 deletion src/main/resources/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.0.2"
"version": "1.1.0"
}
Binary file modified target/TuffX.jar
Binary file not shown.
10 changes: 0 additions & 10 deletions target/classes/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,3 @@ chunk-processor-threads: -1
cache-size: 512
#how long until the cache expires (minutes)
cache-expiration: 5

#auto updater config (very experimental)
updater:
enabled: false

# update checking interval
check-interval-minutes: 30

# restart the server on update
restart-on-update: true
Loading