Skip to content

LaGTeK/Server_Information_Panel

Repository files navigation

Server_Information_Panel

Usage

Installation:

  • Make sure that you have installed Community Framework by Jacob_Mango, Arkensor and Kegan Hollern
  • Download latest release
  • Add CF (Community Framework) and Server_Information_Panel to your game and server launch options. For example: -mod=@CF;@Server_Information_Panel;

On server:

  • Copy file LaGTeK.bikey from ServerPanel\keys into server keys folder
  • Copy folder ServerPanel from mod folder to [ServerProfilesFolder].
  • ServerPanel.json is now used to configure all the panel (buttons, links and ur Server Name, Ands différents Tabs Content) (You are now able to add what u want, i've tried with some special character and only | and # can't be used ! ) Don't put more than 110 chars per line !
  • U can also leave a link blank & the button will disapear, same for tabs
  • ServerName = Your Server name
  • Button1Name = Your Button1Name
  • Button1Link = Your Button1Link
  • Button2Name = Your Button2Name
  • Button2Link = Your Button2Link
  • Button3Name = Your Button3Name
  • Button3Link = Your Button3Link
  • ButtonTab0Name = Name of the First Tab
  • ButtonTab1Name = Name of the Second Tab
  • ButtonTab2Name = Name of the Third Tab
  • ButtonTab3Name = Name of the Fourth Tab
  • PlayerInfo = You can display or hide player's side information with this parameter
  • PlayerTab = You can display or hide player Tab with this parameter
  • UseScriptLog = You can use separate log from script.log for Server Panel Mod
  • sServerTab0 = Content of the First Tab
  • sServerTab1 = Content of the Second Tab
  • sServerTab2 = Content of the Third Tab
  • sServerTab3 = Content of the Fourth Tab

Old installation

Q: Can i change default menu key ?

A: Sure, U can now change default menu key client side with editing ServerPanelKey.json file in your Documents folder (C:\Users\%username%\Documents).

"SPMenuKey": "KC_NUMPAD6"

And change KC_PAUSE (which stands for PAUSE|BREAK key on keyboard) to any key you want. Here is full list of available keys.

Example of resulting line:

  • "SPMenuKey": "KC_BACKSLASH"

This is WIP, It's my first mod and I work on this in my spare time. I will my best try to bring updates frequently!

  • No reuploads or repacking allowed.

Contributor