Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 00:00:28 +01:00
Remove sync-chunks
Dieser Commit ist enthalten in:
Ursprung
ab8c8cd7c8
Commit
c42b9351b8
@ -215,11 +215,6 @@ public class ViaVersionPlugin extends JavaPlugin implements ViaVersionAPI {
|
|||||||
this.debug = value;
|
this.debug = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isSyncedChunks() {
|
|
||||||
return getConfig().getBoolean("sync-chunks", true);
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isPreventCollision() {
|
public boolean isPreventCollision() {
|
||||||
return getConfig().getBoolean("prevent-collision", true);
|
return getConfig().getBoolean("prevent-collision", true);
|
||||||
}
|
}
|
||||||
|
@ -77,11 +77,4 @@ public interface ViaVersionAPI {
|
|||||||
* @return true if debug is enabled
|
* @return true if debug is enabled
|
||||||
*/
|
*/
|
||||||
boolean isDebug();
|
boolean isDebug();
|
||||||
|
|
||||||
/**
|
|
||||||
* Obtains if syncing chunks is on
|
|
||||||
*
|
|
||||||
* @return true if it is
|
|
||||||
*/
|
|
||||||
boolean isSyncedChunks();
|
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
# Should ViaVersion check for updates?
|
# Should ViaVersion check for updates?
|
||||||
checkforupdates: true
|
checkforupdates: true
|
||||||
# Should we send any bulk chunks, in sync (may be slower but fixes timings)
|
|
||||||
# Currently broken due to sign updates, possibly will return
|
|
||||||
sync-chunks: true
|
|
||||||
# No collide options, these allow you to configure how collision works.
|
# No collide options, these allow you to configure how collision works.
|
||||||
# Do you want us to prevent collision?
|
# Do you want us to prevent collision?
|
||||||
prevent-collision: true
|
prevent-collision: true
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren