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:
Matthew
2017-05-31 00:10:29 +02:00
parent 7608b4d3f0
commit e1e66797f9
3 changed files with 84 additions and 22 deletions

28
resources/config.yml Normal file
View 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
...