mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Disabling update check for now, we have to find a better solution.
This commit is contained in:
parent
fb211d722c
commit
248e4e2ae2
2 changed files with 1 additions and 7 deletions
|
@ -483,7 +483,7 @@ public class Settings implements ISettings
|
||||||
@Override
|
@Override
|
||||||
public boolean isUpdateEnabled()
|
public boolean isUpdateEnabled()
|
||||||
{
|
{
|
||||||
return config.getBoolean("update-check", true);
|
return config.getBoolean("update-check", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -230,12 +230,6 @@ remove-god-on-disconnect: false
|
||||||
# This only works if no other permission plugins are installed
|
# This only works if no other permission plugins are installed
|
||||||
use-bukkit-permissions: false
|
use-bukkit-permissions: false
|
||||||
|
|
||||||
# Check for updates
|
|
||||||
# We do not recommend to disable this unless you are using CraftbukkitUpToDate or Bukget.
|
|
||||||
# If you don't like the notices in game, remove the permission
|
|
||||||
# essentials.admin.notices.update from your user.
|
|
||||||
update-check: true
|
|
||||||
|
|
||||||
# Auto-AFK
|
# Auto-AFK
|
||||||
# After this timeout in seconds, the user will be set as afk.
|
# After this timeout in seconds, the user will be set as afk.
|
||||||
# Set to -1 for no timeout.
|
# Set to -1 for no timeout.
|
||||||
|
|
Loading…
Reference in a new issue