diff options
author | Cow <cow@volloeko.de> | 2020-12-21 17:39:35 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-12-21 17:39:35 +0100 |
commit | 1f58cab966b15f12f4dd979f48e047c936c5841a (patch) | |
tree | 93a0a739e1f6611797811cb9d8787c10e922bcf6 /src/main/resources | |
parent | 35fda52e2f38a66fb864f8f6a7552ef2078d3dea (diff) | |
download | Cowlection-1f58cab966b15f12f4dd979f48e047c936c5841a.tar.gz Cowlection-1f58cab966b15f12f4dd979f48e047c936c5841a.tar.bz2 Cowlection-1f58cab966b15f12f4dd979f48e047c936c5841a.zip |
Added server freshness-indicators
- ≈ when server was last restarted
- cmd: `/moo worldage`
- notifications when switching worlds (toggleable via config)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index ba15568..c1c7be5 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -32,6 +32,10 @@ cowlection.config.doBestFriendsOnlineCheck=Do best friends online check §d§l⚠cowlection.config.doBestFriendsOnlineCheck.tooltip=Set to true to check best friends' online status when joining a server, set to false to disable.\n§fDoes §dnot §fwork for staff members and players hiding their online status.\n§d§l⚷ §eRequires a valid API key! cowlection.config.enableSkyBlockOnlyFeatures=Enable SkyBlock-only features cowlection.config.enableSkyBlockOnlyFeatures.tooltip=§6When should SkyBlock-only features be active?\n§7§o(relog or change worlds after changing this option)\n §d➊ §fonly while being on SkyBlock §e(= disabled on other servers and in other gamemodes\n §d➋ §falways §e(= including other servers and gamemodes)\n §d➌ §fnever §e(§cNone §eof the SkyBlock-only features will work!) +cowlection.config.notifyFreshServer=Notify when world is loaded <X days +cowlection.config.notifyFreshServer.tooltip=Notify when entering a world that has been loaded less than X ingame days ago.\n§eSet to 0 to disable notifications! +cowlection.config.notifyOldServer=Notify when server restarted ≥X days ago +cowlection.config.notifyOldServer.tooltip=Notify when joining a server that hasn't restarted for X ingame days.\n§eSet to 0 to disable notifications! cowlection.config.tooltipToggleKeyBinding=Key binding: toggle tooltip cowlection.config.tooltipToggleKeyBinding.tooltip=Hold down this key to toggle tooltip if one of the following settings is set to 'key press' cowlection.config.tooltipAuctionHousePriceEach=Auction house: price per item |