We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de6056 commit b3677cdCopy full SHA for b3677cd
src/main/java/net/potato/tuff/TuffX.java
@@ -105,8 +105,6 @@ public void onEnable() {
105
t.setPriority(Thread.NORM_PRIORITY + 1);
106
return t;
107
});
108
-
109
- new Updater(this).scheduleCheck();
110
}
111
112
public record CSC(int x, int y, int z) {}
src/main/java/net/potato/tuff/Updater.java
src/main/resources/config.yml
@@ -16,13 +16,3 @@ chunk-processor-threads: -1
16
cache-size: 512
17
#how long until the cache expires (minutes)
18
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