mirror of
https://github.com/Matthww/PlayerInfo.git
synced 2025-04-19 05:15:25 +00:00
parent
af708ef706
commit
f3c9a9febb
@ -1,5 +1,5 @@
|
||||
name: PlayerInfo
|
||||
version: 2.1.3
|
||||
version: 2.1.4
|
||||
author: Matthww
|
||||
api: [3.0.0]
|
||||
description: Shows info about a certain player!
|
||||
|
@ -52,7 +52,7 @@ class PlayerInfo extends PluginBase implements Listener {
|
||||
return false;
|
||||
}
|
||||
$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"];
|
||||
$Controls = ["Unknown", "Mouse", "Touch", "Controller"];
|
||||
$GUI = [-2 => "Minimum", -1 => "Medium", 0 => "Maximum"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user