diff --git a/plugin.yml b/plugin.yml index 8762c15..e4015ca 100644 --- a/plugin.yml +++ b/plugin.yml @@ -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! diff --git a/src/Matthww/PlayerInfo/PlayerInfo.php b/src/Matthww/PlayerInfo/PlayerInfo.php index d2f90e4..05ab1a5 100644 --- a/src/Matthww/PlayerInfo/PlayerInfo.php +++ b/src/Matthww/PlayerInfo/PlayerInfo.php @@ -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"];