diff options
author | Cow <cow@volloeko.de> | 2020-04-26 03:43:30 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-04-26 03:43:30 +0200 |
commit | 35553dceb9c683000095ce1a62b4e094234304bc (patch) | |
tree | 8ed09cd69ba877be4defe9583007333c8164f8f0 /src/main/resources/assets/cowmoonication | |
parent | f0686a8e45528e3dd682a6f7a69dd904730f6fb1 (diff) | |
download | Cowlection-35553dceb9c683000095ce1a62b4e094234304bc.tar.gz Cowlection-35553dceb9c683000095ce1a62b4e094234304bc.tar.bz2 Cowlection-35553dceb9c683000095ce1a62b4e094234304bc.zip |
Improved output of player stalking feature
- offline players now include 'offline for <duration>'
- better handling of special cases (e.g. nicked players)
- also: simplified API requests and config handling
Diffstat (limited to 'src/main/resources/assets/cowmoonication')
-rw-r--r-- | src/main/resources/assets/cowmoonication/lang/en_US.lang | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/assets/cowmoonication/lang/en_US.lang b/src/main/resources/assets/cowmoonication/lang/en_US.lang new file mode 100644 index 0000000..ad103b6 --- /dev/null +++ b/src/main/resources/assets/cowmoonication/lang/en_US.lang @@ -0,0 +1,8 @@ +cowmoonication.config.doUpdateCheck=Check for updates +cowmoonication.config.doUpdateCheck.tooltip=Check for mod updates? +cowmoonication.config.showBestFriendNotifications=Show best friend notifications +cowmoonication.config.showBestFriendNotifications.tooltip=Set to true to receive best friends' login/logout messages, set to false hide them. +cowmoonication.config.showFriendNotifications=Show friend notifications +cowmoonication.config.showFriendNotifications.tooltip=Set to true to receive friends' login/logout messages, set to false hide them. +cowmoonication.config.showGuildNotifications=Show guild notifications +cowmoonication.config.showGuildNotifications.tooltip=Set to true to receive guild members' login/logout messages, set to false hide them. |