File Details
SocialActionMenu-V10.9-cordies-tunes-clock.jar
- R
- Jun 26, 2026
- 14.38 MB
- 32
- 0.5
File Name
SocialActionMenu-V10.9.jar
Supported Versions
- 0.5
SocialActionMenu Update
This update adds several new optional UI features and more configuration options.
New Features
Clock Panel
A new clock panel has been added to the SocialActionMenu UI.
The clock can show:
- In-game time
- Real time
- Day display
- 24-hour or 12-hour format
The clock has its own settings page inside the UI and no longer requires HyClock.
TaleTunes Panel
A new optional TaleTunes panel has been added.
If TaleTunes is installed on the server, the panel can appear under the clock and allows players to open the radio menu directly.
If TaleTunes is not installed, the panel will not be shown.
Coordinates Display
A coordinate display has been added to the bottom info area.
Players can now see their current position directly inside the SocialActionMenu UI.
New Config Options
The clock, TaleTunes panel and language texts can be configured in:
mods/SocialActionMenu/SocialActionClock.json
Enable or Disable the Clock
To hide the clock panel completely, set:
"showClockPanel": false
To show it again:
"showClockPanel": true
Enable or Disable the TaleTunes Panel
To hide the TaleTunes panel completely, set:
"showTaleTunesPanel": false
To show it again:
"showTaleTunesPanel": true
Note: The TaleTunes panel only appears if TaleTunes is installed on the server.
Main Clock Settings
Example:
"defaults": {
"enabled": true,
"showClockPanel": true,
"showTaleTunesPanel": true,
"use24Hour": true,
"showRealTime": false,
"showDays": true
}
Language Support
The clock and TaleTunes UI texts can now be changed between German and English.
To use German:
"activeLanguage": "de"
To use English:
"activeLanguage": "en"
You can also edit the text entries manually under:
"texts": {
"de": {
...
},
"en": {
...
}
}
This allows server owners to fully customize the displayed labels, buttons and messages.
Reloading the Config
After changing the config, use:
/socialmenureload
or restart the server.
Notes
If your server already has an older SocialActionClock.json, the new options may not be added automatically.
You can either:
- add the new config values manually
- or delete
SocialActionClock.jsononce and let the mod generate a fresh version

