mirror of
https://github.com/Matthww/PlayerInfo.git
synced 2025-07-02 22:39:38 +00:00
Version 1.2.0: Configuration added: Disable certain features! Controls added: You can now see if someone is using a Mouse/Controller or Touch! GUI Scale added: You can now see if a player uses Minimum/Medium or Maximum GUI Scale!
28 lines
384 B
YAML
28 lines
384 B
YAML
---
|
|
# Configuration for PlayerInfo
|
|
|
|
# Show player's name
|
|
Name: true
|
|
|
|
# Show player's IP
|
|
IP: true
|
|
|
|
# Show Device OS
|
|
# (Android, iOS etc.)
|
|
OS: true
|
|
|
|
# Show Device Model
|
|
# (iPhone 7 etc.)
|
|
Model: true
|
|
|
|
# Show player's UI settings
|
|
# (Classic UI or Pocket UI)
|
|
UI: true
|
|
|
|
# Show player's GUI scale settings
|
|
GUI: true
|
|
|
|
# Show player's controls
|
|
# (Touch, Mouse or Controller)
|
|
Controls: true
|
|
... |