Skip to content

Instantly share code, notes, and snippets.

@TheMevent
Created October 11, 2023 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheMevent/5a14db1e3a8d35946e08809e16e2889c to your computer and use it in GitHub Desktop.
Save TheMevent/5a14db1e3a8d35946e08809e16e2889c to your computer and use it in GitHub Desktop.
Player List Config
{
"Commands": [
"players",
"plist"
],
"Permission (ex: playerlist.use)": "",
"Close UI when reusing a command?": false,
"Work with Notify?": true,
"Show the player who opened the player list?": false,
"Fields": [
{
"Permission (ex: playerlist.vip)": "",
"Lang Key (oxide/lang/**/PlayerList.json)": "ClanTag",
"Plugin Name": "Clans",
"Plugin Hook": "GetClanOf",
"Plugin Params": [
"%steamid%"
]
},
{
"Permission (ex: playerlist.vip)": "",
"Lang Key (oxide/lang/**/PlayerList.json)": "StatsRating",
"Plugin Name": "Statistics",
"Plugin Hook": "GetTop",
"Plugin Params": [
"%steamid%",
"0"
]
},
{
"Permission (ex: playerlist.vip)": "",
"Lang Key (oxide/lang/**/PlayerList.json)": "StatsWeapon",
"Plugin Name": "Statistics",
"Plugin Hook": "GetFavoriteWeapon",
"Plugin Params": [
"%steamid%"
]
},
{
"Permission (ex: playerlist.vip)": "",
"Lang Key (oxide/lang/**/PlayerList.json)": "StatsKD",
"Plugin Name": "Statistics",
"Plugin Hook": "GetStatsValue",
"Plugin Params": [
"%steamid%",
"kd"
]
}
],
"Buttons": [
{
"Permission (ex: playerlist.vip)": "",
"Lang Key (oxide/lang/**/PlayerList.json)": "BtnTP",
"Command": "tpr %steamid%",
"Close menu after using": true,
"Close profile after using": true,
"For admins": true,
"For clanmates": true,
"For friends": true,
"For teammates": true,
"For all players": true,
"Color": {
"HEX": "#4B68FF",
"Opacity (0 - 100)": 100.0
}
},
{
"Permission (ex: playerlist.vip)": "",
"Lang Key (oxide/lang/**/PlayerList.json)": "BtnTrade",
"Command": "trade %username%",
"Close menu after using": true,
"Close profile after using": true,
"For admins": true,
"For clanmates": true,
"For friends": true,
"For teammates": true,
"For all players": true,
"Color": {
"HEX": "#4B68FF",
"Opacity (0 - 100)": 100.0
}
},
{
"Permission (ex: playerlist.vip)": "",
"Lang Key (oxide/lang/**/PlayerList.json)": "BtnStats",
"Command": "stats %steamid%",
"Close menu after using": true,
"Close profile after using": true,
"For admins": true,
"For clanmates": true,
"For friends": true,
"For teammates": true,
"For all players": true,
"Color": {
"HEX": "#4B68FF",
"Opacity (0 - 100)": 100.0
}
},
{
"Permission (ex: playerlist.vip)": "playerlist.admin",
"Lang Key (oxide/lang/**/PlayerList.json)": "BtnKick",
"Command": "kick %steamid%",
"Close menu after using": true,
"Close profile after using": true,
"For admins": true,
"For clanmates": true,
"For friends": true,
"For teammates": true,
"For all players": true,
"Color": {
"HEX": "#FF4B4B",
"Opacity (0 - 100)": 100.0
}
}
],
"Profile UI Settings": {
"Width": 490.0,
"Height": 275.0,
"Field Width": 135.0,
"Field Height": 50.0,
"Field Vertical Indent": 10.0,
"Field Horizontal Indent": 20.0,
"Fields On String": 2.0,
"Fields Indent From Adove": -105.0,
"Fields Indent Right": 180.0,
"Button Width": 105.0,
"Button Height": 25.0,
"Button Vertical Indent": 10.0,
"Button Horizontal Indent": 10.0,
"Buttons On String": 4.0,
"Buttons Indent From Adove": -230.0,
"Buttons Indent Right": 20.0
},
"UI Settings": {
"Colors": {
"Color 1": {
"HEX": "#0E0E10",
"Opacity (0 - 100)": 100.0
},
"Color 2": {
"HEX": "#161617",
"Opacity (0 - 100)": 100.0
},
"Color 3": {
"HEX": "#FFFFFF",
"Opacity (0 - 100)": 100.0
},
"Color 4": {
"HEX": "#4B68FF",
"Opacity (0 - 100)": 100.0
}
},
"Player List Interface Settings": {
"[Table] Items On String": 3,
"[Table] Max Lines": 6,
"[Table] Item Width": 280.0,
"[Table] Item Height": 60.0,
"[Table] Item Margin": 10.0,
"[Table] Item Y Indent": -70.0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment