InfoPanel

Moved

Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018

5/5, 160 likes
  1. Use This :
    Code:
        "Radiation": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Dock": "BottomPanel",
            "Height": 0.8,
            "Margin": "0 0.15 0.1 0.1",
            "Order": 1,
            "Url": "http://i.imgur.com/owVdFsK.png",
            "Width": 0.75
          },
          "Margin": "0 0 0 0.0005",
          "Order": 6,
          "PanelSettings": {
            "ActiveColor": "1 1 0 1",
            "InactiveColor": "1 1 1 0.1"
          },
          "Width": 0.02
        },
     
  2. It should be enabled by default. And yes I think its compatible. It's checking the radiation continuously.
     
  3. thank you so much for the reply's earlier . it works perfect now
    [DOUBLEPOST=1445522203][/DOUBLEPOST]and to radiation question it works because it shows on my server when i put it on or off
    [DOUBLEPOST=1445522299][/DOUBLEPOST]thanks for the great plugin
     
  4. For me it works fine with Radline plugin.
     
  5. You need to make a custom panel.

    For example:
    "MyLogo": {
    "AnchorX": "Left", <- Left or right side
    "Autoload": true,
    "Available": true,
    "BackgroundColor": "0 0 0 0.4",
    "Dock": "BottomPanel", <- BottomPanel or TopPanel
    "Height": 0.95,
    "Image": {
    "Height": 0.8,
    "Margin": "0 0. 0 0",
    "Order": 1,
    "Url": "Your Image url",
    "Width": 1
    },
    "Margin": "0 0 0 0.0005",
    "Order": 6,
    "Width": 0.02 <- Width
    },
     
  6. Ghosst updated InfoPanel with a new update entry:

    0.8.12

     
  7. FTM

    FTM

    [Oxide] 1:47 PM [Debug] Preparing compilation
    [Oxide] 1:47 PM [Debug] Adding plugin to compilation: InfoPanel
    [Oxide] 1:47 PM [Debug] Probably done preparing compilation: InfoPanel
    [Oxide] 1:47 PM [Debug] Done preparing compilation: InfoPanel
    TimeWarning: AIHandler.Cycle took 1.10 seconds (1105 ms) [GARBAGE COLLECT]
    TimeWarning: ServerMgr.Update took 1.11 seconds (1108 ms) [GARBAGE COLLECT]
    [Oxide] 1:47 PM [Info] InfoPanel was compiled successfully in 2934ms
    [Oxide] 1:47 PM [Info] Unloaded plugin InfoPanel v0.7.22 by Ghosst
    [Oxide] 1:47 PM [Info] Loaded plugin InfoPanel v0.8.12 by Ghosst
    [Oxide] 1:47 PM [Warning] [InfoPanel] Reordering Panels.
    [Oxide] 1:47 PM [Error] Failed to initialize plugin 'InfoPanel v0.8.12' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 1:47 PM [Debug] at Oxide.Plugins.InfoPanel.PanelReOrder (System.String DockName, System.String AnchorX) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.InfoPanel.LoadConfigValues () [0x00000] in <filename unknown>:0
    at Oxide.Plugins.InfoPanel.Init () [0x00000] in <filename unknown>:0
    at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
    [Oxide] 1:47 PM [Info] Unloaded plugin InfoPanel v0.8.12 by Ghosst
    [Oxide] 1:47 PM [Info] No previous version to rollback plugin: InfoPanel
     
  8. yeah i got for first time
     
  9. Delete your config file.
     
  10. do i change the background box size under config or the plugin itself?
     
  11. Everything is in the config.
     
  12. Here's my config where the clock doesn't appear. I've only changed a few lines, those being the messages lines.

    Code:
    {
      "Docks": {
        "BottomPanel": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.03,
          "Margin": "0.005 0.005 0.005 0.005",
          "Order": 0,
          "Width": 0.99
        },
        "TopPanel": {
          "AnchorX": "Left",
          "AnchorY": "Top",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.03,
          "Margin": "0.005 0.005 0.005 0.005",
          "Order": 0,
          "Width": 0.99
        }
      },
      "Messages": [
        "Rust Aftermath"
      ],
      "Panels": {
        "AirdropEvent": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Dock": "BottomPanel",
            "Height": 0.8,
            "Margin": "0 0.1 0.1 0.1",
            "Order": 1,
            "Url": "http://i.imgur.com/dble6vf.png",
            "Width": 0.8
          },
          "Margin": "0 0 0 0.005",
          "Order": 4,
          "PanelSettings": {
            "ActiveColor": "0 1 0 1",
            "InactiveColor": "1 1 1 0.1"
          },
          "Width": 0.018
        },
        "Clock": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0.1 0.1 0.1 0",
          "Dock": "BottomPanel",
          "Height": 0.95,
          "Margin": "0 0 0 0",
          "Order": 1,
          "PanelSettings": {
            "ClockUpdateFrequency (seconds)": 4,
            "TimeFormat": "HH:mm TT"
          },
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "Dock": "BottomPanel",
            "FontColor": "1 1 1 1",
            "FontSize": 14,
            "Height": 0.95,
            "Margin": "0 0.01 0 0.01",
            "Order": 0,
            "Width": 1.0
          },
          "Width": 0.045
        },
        "Coordinates": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Dock": "BottomPanel",
            "Height": 0.8,
            "Margin": "0 0.01 0.1 0.01",
            "Order": 1,
            "Url": "http://i.imgur.com/Kr1pQ5b.png",
            "Width": 0.13
          },
          "Margin": "0 0 0 0.005",
          "Order": 7,
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "Dock": "BottomPanel",
            "FontColor": "1 1 1 1",
            "FontSize": 12,
            "Height": 1.0,
            "Margin": "0 0.02 0 0",
            "Order": 2,
            "Width": 0.848
          },
          "Width": 0.095
        },
        "HelicopterEvent": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Dock": "BottomPanel",
            "Height": 0.8,
            "Margin": "0 0.15 0.1 0.1",
            "Order": 1,
            "Url": "http://i.imgur.com/hTTyTTx.png",
            "Width": 0.75
          },
          "Margin": "0 0 0 0.0005",
          "Order": 5,
          "PanelSettings": {
            "ActiveColor": "0.7 0.2 0.2 1",
            "InactiveColor": "1 1 1 0.1"
          },
          "Width": 0.02
        },
        "MessageBox": {
          "AnchorX": "Right",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.95,
          "Margin": "0 0 0 0.005",
          "IconUrl": "http://i.imgur.com/8d4SW9E.png",
          "IconEndPosition": "0.18",
          "IconStartPosition": "0.1",
          "Order": 7,
          "PanelSettings": {
            "MessageUpdateFrequency (seconds)": 20,
            "MsgOrder": "normal"
          },
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "Dock": "BottomPanel",
            "FontColor": "0.33 0.5 0.8 1",
            "FontSize": 14,
            "Height": 0.95,
            "Margin": "0 0 0 0.005",
            "Order": 0,
            "Width": 1.0
          },
          "Width": 0.3
        },
        "OPlayers": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Dock": "BottomPanel",
            "Height": 0.8,
            "Margin": "0 0.05 0.1 0.05",
            "Order": 1,
            "Url": "http://i.imgur.com/n9EYIWi.png",
            "Width": 0.17
          },
          "Margin": "0 0 0 0.005",
          "Order": 2,
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "Dock": "BottomPanel",
            "FontColor": "1 1 1 1",
            "FontSize": 14,
            "Height": 1.0,
            "Margin": "0 0 0 0.005",
            "Order": 2,
            "Width": 0.68
          },
          "Width": 0.07
        },
        "Radiation": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Dock": "BottomPanel",
            "Height": 0.8,
            "Margin": "0 0.15 0.1 0.1",
            "Order": 1,
            "Url": "http://i.imgur.com/owVdFsK.png",
            "Width": 0.75
          },
          "Margin": "0 0 0 0.0005",
          "Order": 6,
          "PanelSettings": {
            "ActiveColor": "1 1 0 1",
            "InactiveColor": "1 1 1 0.1"
          },
          "Width": 0.02
        },
        "Sleepers": {
          "AnchorX": "Left",
          "AnchorY": "Bottom",
          "Autoload": true,
          "Available": true,
          "BackgroundColor": "0 0 0 0.4",
          "Dock": "BottomPanel",
          "Height": 0.95,
          "Image": {
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Dock": "BottomPanel",
            "Height": 0.8,
            "Margin": "0 0.05 0.1 0.05",
            "Order": 1,
            "Url": "http://i.imgur.com/XIIZkqD.png",
            "Width": 0.22
          },
          "Margin": "0 0 0 0.005",
          "Order": 3,
          "Text": {
            "Align": "MiddleCenter",
            "AnchorX": "Left",
            "AnchorY": "Bottom",
            "Autoload": true,
            "Available": true,
            "BackgroundColor": "0 0 0 0.4",
            "Content": "No Content",
            "Dock": "BottomPanel",
            "FontColor": "1 1 1 1",
            "FontSize": 14,
            "Height": 1.0,
            "Margin": "0 0 0 0.005",
            "Order": 2,
            "Width": 0.63
          },
          "Width": 0.055
        }
      },
      "Settings": {
        "BackgroundColor": "0.1 0.1 0.1 0.3",
        "Position (Top/Bottom)": "Bottom"
      },
      "ThirdPartyPanels": {},
      "TimeFormats": [
        "H:mm",
        "HH:mm",
        "h:mm",
        "h:mm tt"
      ]
    }
    
     
  13. Getting occasional errors, Failed to run a 10.00 timer in 'InfoPanel v0.8.12' (NullReferenceException: Object reference not set to an instance of an object)

    Also Failed to run a 1.00 timer in 'InfoPanel v0.8.12' (ArgumentException: An element with the same key already exists in the dictionary.)
     
  14. How do I change the messages that appear in the message box in this version? The config no longer has an array for the messages.
     
  15. There should be a messages section.

    "Messages": [
    "a",
    "b",
    "c"
    ],
     
  16. Hmm there is no problem with your config, it's working.
     
    Last edited by a moderator: Oct 23, 2015
  17. Hy,

    im looking for a possibility to show the balance from the Economics-Plugin in the info Panel? Someone has a solution for this?

    Chris
     
  18. Ghosst updated InfoPanel with a new update entry:

    0.8.13


    [DOUBLEPOST=1445585809][/DOUBLEPOST]
    Ask the economics plugin owner for it. He can use the API.
     
  19. [Oxide] 10:41 AM [Error] Failed to initialize plugin 'InfoPanel v0.8.13' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 10:41 AM [Debug] at Oxide.Plugins.InfoPanel.PanelReOrder (System.String DockName, System.String AnchorX) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.LoadConfigValues () [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.Init () [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
     
  20. delete the .json file in oxide/config