Ingame Clock GUI

Displays ingame and server time

Total Downloads: 6,357 - First Release: Jul 18, 2015 - Last Update: Oct 27, 2017

5/5, 20 likes
  1. Using that plugin, you can only set daytime/nighttime with command, and not through config, meaning that every time i restart my server, i need to type that command, to set server day/night length to certain amount.
     
  2. Did you delete old config from version 0.0.25?
    [DOUBLEPOST=1438779438][/DOUBLEPOST]
    Hmm.. For me it's works fine. All settings saved to data file.
     
  3. This update seems to have issues with the onPluginLoaded hook.

    Tosses a Null Reference Exception anytime another plugin uses that hook.
     
  4. deer_SWAG updated Ingame Clock GUI with a new update entry:

    0.0.27

     
  5. Hey deer_SWAG, thanks for the swift update to my request. I was actually hoping for an in-game toggle if that's possible, so my players can switch between server time and in-game time at their discretion. If this is possible thanks, if not no worries and thanks anyway!
     
  6. deer_SWAG updated Ingame Clock GUI with a new update entry:

    0.0.29

     
  7. Correct our code from
    PrintToChat(player, (string)Config["Messages", "STDisable"]);
    to
    PrintToChat(player, (string)Config["Messages", "STDisabled"]);
    mistake in param STDisabled
     
  8. Just thank you man, very useful plugin, love it :)
     
  9. Hello,

    I have just updated the Clock GUI in my server however the server is not changing it's position.

    My Config

    Code:
    {
      "BackgroundColor": "0.2 0.2 0.2 0.3",
      "FontSize": 14,
      "Messages": {
        "Disabled": "You have disabled clock",
        "Enabled": "You have enabled clock",
        "Help": "Clock:\n/clock - toggle clock\n/clock server - toggle server/ingame time",
        "PreventChangeEnabled": "You can't choose between server or ingame time",
        "STDisabled": "Now your clock shows ingame time",
        "STEnabled": "Now your clock shows server time"
      },
      "Position": {
        "Bottom": 0.96,
        "Left": 0.48
      },
      "PreventChangingTime": true,
      "ServerTime": false,
      "ShowSeconds": false,
      "Size": {
        "Height": 0.03,
        "Width": 0.04
      },
      "TextColor": "1 1 1 0.3",
      "UpdateTimeInSeconds": 2
    }
    
    As you can see in my config it is positioned in the top middle

    Thank you for reading
     
  10. Wulf

    Wulf Community Admin

    Did you reload the plugin after changing and saving the config?
     
  11. Yes i have reloaded the servers plugin several times. :D
     
  12. I actually had a similar issue with the plugin, but figured I was a total noob and was doing it wrong, and didn't want to spam the boards but didn't want to search lol so i said eff it and left it in the top left corner.
     
  13. Yes i got it working before this update so that is why i am like WTF? :(
     
  14. It's your config. Works fine.
     

    Attached Files:

  15. Wulf

    Wulf Community Admin

    Did you logout and back in after changing it?
     
  16. Yes i have restarted the server and everything. Maybe i have corrupted something
     
  17. Try delete config, and reload plugin
     
  18. All is working well for me again!!! Thanks for your quick response!
     
  19. Sorry for offtop. Palmface =)