mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-22 10:15:54 +01:00
Hide progress messages of region update, speed up region updates
This commit is contained in:
parent
cd63517041
commit
a23c6fa66f
@ -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'
|
||||
|
@ -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."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user