mirror of
https://github.com/Matthww/PlayerInfo.git
synced 2025-05-10 15:59:21 +00:00
parent
af708ef706
commit
f3c9a9febb
@ -1,5 +1,5 @@
|
|||||||
name: PlayerInfo
|
name: PlayerInfo
|
||||||
version: 2.1.3
|
version: 2.1.4
|
||||||
author: Matthww
|
author: Matthww
|
||||||
api: [3.0.0]
|
api: [3.0.0]
|
||||||
description: Shows info about a certain player!
|
description: Shows info about a certain player!
|
||||||
|
@ -52,7 +52,7 @@ class PlayerInfo extends PluginBase implements Listener {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$cdata = $this->PlayerData[$player->getName()];
|
$cdata = $this->PlayerData[$player->getName()];
|
||||||
$os = ["Unknown", "Android", "iOS", "macOS", "FireOS", "GearVR", "HoloLens", "Windows 10", "Windows", "Dedicated", "Orbis", "NX"];
|
$os = ["Unknown", "Android", "iOS", "macOS", "FireOS", "GearVR", "HoloLens", "Windows 10", "Windows", "Dedicated", "Orbis", "Playstation 4", "Nintento Switch", "Xbox One"];
|
||||||
$UI = ["Classic UI", "Pocket UI"];
|
$UI = ["Classic UI", "Pocket UI"];
|
||||||
$Controls = ["Unknown", "Mouse", "Touch", "Controller"];
|
$Controls = ["Unknown", "Mouse", "Touch", "Controller"];
|
||||||
$GUI = [-2 => "Minimum", -1 => "Medium", 0 => "Maximum"];
|
$GUI = [-2 => "Minimum", -1 => "Medium", 0 => "Maximum"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user