Hide progress messages of region update, speed up region updates

This commit is contained in:
Thijs Wiefferink 2018-04-02 20:05:38 +02:00
parent cd63517041
commit a23c6fa66f
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ expireWarning:
regionsPerTick: 5
# Timings for updating signs and region flags ('/as reload' or after '/as groupadd' or '/as groupdel').
update:
regionsPerTick: 5
regionsPerTick: 10
# Time between checking if any regions need to be unrented because the player was not online for the specified time period.
inactive:
delay: '17 minutes'

View File

@ -156,8 +156,8 @@ sell-noPermission: "You don't have permission to sell a region."
sell-noPermissionOther: "You don't have permission to sell another region."
reload-reloading: "Reloaded all configuration and region files."
reload-updateStart: "[gray]Updating %0% regions at %1% per second."
reload-updateComplete: "[gray]Updating regions complete."
reload-updateStart: ""
reload-updateComplete: ""
reload-noPermission: "You don't have permission to reload the config files."
reload-updateCommandChanged: "'/as updaterents' and '/as updatebuys' have been removed, '/as reload' will also update the regions now so use that command instead."