- Added timezones to config for /lm info <menu> command
If you are updating to this version and want to utilize this feature, you may have to update your config.yml with the following:
YAML:# ========================================== # LMenus Config # ========================================== settings: prefix: "&8[&bLMenus&8] " # Set the timezone used for displaying dates in the /lm info command. # Examples: "America/New_York", "Europe/London", "UTC", "America/Los_Angeles" timezone: "America/New_York" ...
otherwise, it will default to UTC time like before.
- Info command now displays the time created as well with the date.
- Added "refresh_ticks" to tab completion for menu flags.
- Cleaned up flag list command.
