DEPENDS ON
About Player List
Adds a list of players to your server with convenient options for interacting with themCommands
players open interface
Permissions
You can set permission in config, for example:
"Permission (ex: playerlist.use)": "playerlist.use",
https://codefling.com/uploads/month...rmal.png.e96018856722680468044a4a1de86293.png
Config
JavaScript:
[/B]
{
"Commands": [
"players",
"plist"
],
"Permission (ex: playerlist.use)": "",
"Close UI when reusing a command?": false,
"Work with Notify?": true,
"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 %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)": "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
}
}
[B]';