mirror of
https://github.com/Matthww/PlayerInfo.git
synced 2025-09-08 17:02:44 +00:00
The Config Update
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!
This commit is contained in:
28
resources/config.yml
Normal file
28
resources/config.yml
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
# 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
|
||||
...
|
Reference in New Issue
Block a user