Server Info Gui

(*)(*)(*)(*)(*) (9)

Patch Notes

28.1.2023 - Version 1.3.1

  • Added additional null checks.

29.9.2022 - Version 1.3.0
Improvements:

  • Removed Reflection usage.
  • Improved the calculation of the current map grid in which the player is located.

24.8.2022 - Version 1.2.4
Fixes:

  • Fixed players count UI not hiding correctly when disabled
🔔 Stay informed when a new update is released https://discord.gg/v8HwnRHtCn


Optional Dependencies


Features

  • Fancy Guis
  • Game time
  • 2 Gui modes
  • Sleepers Count
  • Weather Report
  • Economics Balance
  • Online Players Count
  • Reward Points Balance
  • Customizable icons locations
  • Support for both local and online icons
  • Player Location (Map and Coordinates)
  • Gui Preferences for each player separately

Event Alerts

  • Bradley
  • Cargo Ship
  • Supply Drops
  • Patrol Helicopter
  • Oil Rig Chinook Crate
  • Monuments Chinook Crate

Permissions

  • serverinfogui.use -- Allows seeing the Guis

Console Commands

  • sig.help -- To get the default values of icons positions

Chat Commands

  • config -- Shows the config menu which allows adjusting Guis preferences for the player

Event Alerts Functionality

Bradley Option [ 1 ]
  • Enable - Become Hostile
  • Disable - Start Patrolling
  • Disable - Destroyed
Bradley Option [ 2 ]
  • Enable - Destroyed
  • Disable - After 10 minutes (The time which the explosion marker gets removed from the map)
Patrol Helicopter
  • Enable - Spawn
  • Disable - Retire (Leaves the map)
  • Disable - Destroyed
Airdrop Option [ 1 ]
  • Enable - Server Call
  • Disable - Dropped From the Cargo Plane
Airdrop Option [ 2 ]
  • Enable - Supply Signal Call
  • Disable - Dropped From the Cargo Plane
Oil Rig
  • Enable - Hack Started
  • Disable - Hack Ended
  • Disable - Destroyed
Chinhook Option [ 1 ]
  • Enable - Crate Dropped
  • Disable - Crate Landed
  • Disable - Crate Destroyed
Chinhook Option [ 2 ]
  • Enable - Crate Hack Started
  • Disable - Crate Hack Ended
  • Disable - Crate Destroyed
Cargo Ship
  • Enable - Enter the map
  • Disable - Leave the map

Icons

Both local and online URLs are supported.

Online URLs 1

Online URLs of icons should start with an "http"

Local Icons 2

Hosted icons locally on the server should be relative path of the icon image file in the Data Directory (Including the file extension) Path - Oxide\\data\\my icons\\AirDrop.png (Create the "my icons" folder manually)

Note

If the server environment is not Windows, replace the path separator characters (\\) with the proper one for the server OS.

Customizable Icons Locations

  "Player Balance GUI Location": {
    "Top": 944,
    "Right": 1645,
    "Bottom": 16,
    "Left": 155
  },
  "Players Count GUI Location": {
    "Top": 944,
    "Right": 1777,
    "Bottom": 16,
    "Left": 23
  },
  "Chinook GUI Location": {
    "Top": 996,
    "Right": 1528,
    "Bottom": 32,
    "Left": 340
  },
  "Oil Rigs GUI Location": {
    "Top": 996,
    "Right": 1470,
    "Bottom": 32,
    "Left": 398
  },
  "Cargo Ship GUI Location": {
    "Top": 996,
    "Right": 1412,
    "Bottom": 32,
    "Left": 456
  },
  "Patrol Helicopter GUI Location": {
    "Top": 996,
    "Right": 1355,
    "Bottom": 32,
    "Left": 514
  },
  "Bradley GUI Location": {
    "Top": 996,
    "Right": 1296,
    "Bottom": 32,
    "Left": 571
  },
  "Air Drop GUI Location": {
    "Top": 996,
    "Right": 1238,
    "Bottom": 32,
    "Left": 630
  },
	```

-----
	
### Configuration

```json
{
  "Config Menu Command": "config",
  "Game Time - Enabled": true,
  "Players Count - Sleepers - Enabled": true,
  "Balance - Economics (Server Rewards = false)": true,
  "Server Rewards Symbol": "RP",
  "Economics Symbol": "Money",
  "Weather - Enabled": true,
  "Player Location - Grid - Enabled": true,
  "Event Alert - Bradley - Hostile": true,
  "Event Alert - Bradley - Kill": false,
  "Event Alert - Patrol Helicopter - Spawn": true,
  "Event Alert - Airdrop - Spawn": true,
  "Event Alert - Airdrop - Supply Signal": true,
  "Event Alert - Oil Rig - Crate Hack": true,
  "Event Alert - Chinook - Crate Drop": true,
  "Event Alert - Chinook - Crate Hack": false,
  "Event Alert - Cargo Ship - Spawn": true,
  "Weather Info UI Update Interval In Seconds": 3.0,
  "Player Location UI Update Interval In Seconds": 3.0,
  "Player Location Show Coordinates": false,
  "Player Balance UI Update Interval In Seconds": 3.0,
  "Players Statistics UI Update Interval In Seconds": 3.0,
  "GUI Images": {
    "Check Mark Icon": "https://i.ibb.co/CPCK3cs/check.png",
    "Player Section Icon": "https://i.ibb.co/Rps0JgG/player-location-3x.png",
    "Player Coordinates Icon": "https://i.ibb.co/dbYZfv6/player-coordinates-3x.png",
    "Weather - Sunny": "https://i.ibb.co/89QCpPX/weather-sunny-3x.png",
    "Weather - Night": "https://i.ibb.co/k84xm00/weather-night-3x.png",
    "Weather - Rainy": "https://i.ibb.co/3kTKGmv/weather-rainy-3x.png",
    "Weather - Foggy": "https://i.ibb.co/s6PDXQB/weather-foggy-3x.png",
    "Weather - Thunder": "https://i.ibb.co/4gxrvCF/weather-thunder-3x.png",
    "Weather - Windy": "https://i.ibb.co/CMdNkkZ/weather-windy-3x.png",
    "Weather - Rainbow": "https://i.ibb.co/k3dNj3b/weather-rainbow-3x.png",
    "Events - Chinook Crate Drop - Active": "https://i.imgur.com/rIPW6L9.png",
    "Events - Chinook Crate Drop - Inactive": "https://i.imgur.com/IFbIr5l.png",
    "Events - Locked Crate On Oil Rig - Active": "https://i.imgur.com/TnOIJz5.png",
    "Events - Locked Crate On Oil Rig - Inactive": "https://i.imgur.com/dv8uva9.png",
    "Events - Spawn Cargo Ship - Active": "https://i.imgur.com/2vCIes5.png",
    "Events - Spawn Cargo Ship - Inactive": "https://i.imgur.com/KaQ1EO0.png",
    "Events - Spawn Patrol Helicopter - Active": "https://i.imgur.com/4CcJYBm.png",
    "Events - Spawn Patrol Helicopter - Inactive": "https://i.imgur.com/hNixysj.png",
    "Events - Destroy of Bradley on Launch Site - Active": "https://i.imgur.com/Xvdobts.png",
    "Events - Destroy of Bradley on Launch Site - Inactive": "https://i.imgur.com/xjWhr1J.png",
    "Events - Server Airdrop Spawn - Active": "https://i.imgur.com/VrldJO7.png",
    "Events - Server Airdrop Spawn - Inactive": "https://i.imgur.com/UFY232k.pngg",
    "Players Count Progress Images": [
      {
        "Value": 0.0,
        "Url": "https://i.ibb.co/f4z0ydB/players-01.png"
      },
      {
        "Value": 6.0,
        "Url": "https://i.ibb.co/nz8pR8X/players-02.png"
      },
      {
        "Value": 12.0,
        "Url": "https://i.ibb.co/6ZKkRXc/players-03.png"
      },
      {
        "Value": 18.0,
        "Url": "https://i.ibb.co/2Mdg2XD/players-04.png"
      },
      {
        "Value": 24.0,
        "Url": "https://i.ibb.co/cwdpKbV/players-05.png"
      },
      {
        "Value": 30.0,
        "Url": "https://i.ibb.co/zSxv0Nz/players-06.png"
      },
      {
        "Value": 36.0,
        "Url": "https://i.ibb.co/8zvht6L/players-07.png"
      },
      {
        "Value": 42.0,
        "Url": "https://i.ibb.co/xDjZwKx/players-08.png"
      },
      {
        "Value": 54.0,
        "Url": "https://i.ibb.co/LRGzmFP/players-10.png"
      },
      {
        "Value": 60.0,
        "Url": "https://i.ibb.co/K5DYN24/players-11.png"
      },
      {
        "Value": 66.0,
        "Url": "https://i.ibb.co/CMLbwJQ/players-12.png"
      },
      {
        "Value": 78.0,
        "Url": "https://i.ibb.co/gTHstdG/players-14.png"
      },
      {
        "Value": 90.0,
        "Url": "https://i.ibb.co/9NmmFZ0/players-15.png"
      },
      {
        "Value": 100.0,
        "Url": "https://i.ibb.co/jkp8Rtp/players-16.png"
      }
    ],
    "RP/Money Progress Images": [
      {
        "Value": 0.0,
        "Url": "https://i.ibb.co/VmPZ504/balance-01.png"
      },
      {
        "Value": 10.0,
        "Url": "https://i.ibb.co/PcPRCyk/balance-02.png"
      },
      {
        "Value": 20.0,
        "Url": "https://i.ibb.co/GMh25P8/balance-03.png"
      },
      {
        "Value": 30.0,
        "Url": "https://i.ibb.co/4fN77G0/balance-04.png"
      },
      {
        "Value": 50.0,
        "Url": "https://i.ibb.co/wYsgBT7/balance-06.png"
      },
      {
        "Value": 100.0,
        "Url": "https://i.ibb.co/Jd9Ytyp/balance-07.png"
      },
      {
        "Value": 500.0,
        "Url": "https://i.ibb.co/HhmhKJD/balance-08.png"
      },
      {
        "Value": 1000.0,
        "Url": "https://i.ibb.co/JtX5qrx/balance-09.png"
      },
      {
        "Value": 10000.0,
        "Url": "https://i.ibb.co/xSWdjWn/balance-10.png"
      },
      {
        "Value": 50000.0,
        "Url": "https://i.ibb.co/8ghZSFz/balance-12.png"
      },
      {
        "Value": 100000.0,
        "Url": "https://i.ibb.co/qpwDJWW/balance-13.png"
      },
      {
        "Value": 200000.0,
        "Url": "https://i.ibb.co/K94rb1C/balance-14.png"
      },
      {
        "Value": 500000.0,
        "Url": "https://i.ibb.co/j8kL6ds/balance-15.png"
      },
      {
        "Value": 1000000.0,
        "Url": "https://i.ibb.co/v3MmkYw/balance-16.png"
      }
    ]
  }
}

User Reviews

Server Info GUI Amazing!(*)(*)(*)(*)(*) - Nov 13, 2021

Worth every penny to have a fresh clean look in a modern server. Always solid plugins, this one is no exception. Thanks Dana!


lighthammer
0 out of 0 people found this helpful
Very easy to setup and looks great!(*)(*)(*)(*)(*) - Sep 14, 2021

Wish i could move the weather and grid locations in config but other then that perfect! Looks great and super simple to setup.


kitsune
2 out of 2 people found this helpful
Nice plugin mate(*)(*)(*)(*)(*) - Sep 11, 2021

Looks very new and players love it we mis some things but that maybe later with updates


htclemo
1 out of 1 people found this helpful
So Clean Gui(*)(*)(*)(*)(*) - Jun 18, 2021

Clean and very nice


xfrankzappa
1 out of 1 people found this helpful
this looks very nice(*)(*)(*)(*)(*) - Jan 13, 2022

can you make it where we could put it any location on the screen


ghostinggodzilla
2 out of 2 people found this helpful
alshamsi(*)(*)(*)(*)(*) - Apr 8, 2022

it’s really an awesome plugin & it made my work very easy & it’s more professional,..


uae3691818
1 out of 1 people found this helpful
;)(*)(*)(*)(*)(*) - Apr 30, 2021

Dana always provides great quality plugins and great after sales support. This plugin is no exception!


svenna
1 out of 1 people found this helpful

Store: Dana

Price: $15



Supported payment methods
PayPal, Skrill, WebMoney

Supported Platforms
Standalone

All future updates (bug fixes, new features, etc.) are included in the price.