modified: plugin.yml

modified:   resources/config.yml
	modified:   resources/models.yml
	modified:   src/Matthww/PlayerInfo/PlayerInfo.php
	modified:   src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php
	modified:   src/Matthww/PlayerInfo/Tasks/LoadTask.php
	modified:   src/Matthww/PlayerInfo/Tasks/SaveTask.php
	modified:   src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php
This commit is contained in:
Keenan Yafiq
2023-08-14 18:43:14 +07:00
parent ad4d1f7834
commit 2743b944a6
7 changed files with 87 additions and 69 deletions

View File

@ -3,24 +3,27 @@
# True = enabled
# False = disabled
#Save playerdata
# Save player data
Save: true
# Show players name
Name: true
# Show players IP
# Show players IP address
IP: true
# Show players port
Port: true
# Show players ping
Ping: true
# Show players Device OS
# (Android, iOS etc.)
# (Android, iOS, etc.)
OS: true
# Show players Device Model
# (iPhone 7 etc.)
# (iPhone 7, etc.)
Model: true
# Show players UI settings
@ -34,6 +37,9 @@ GUI: true
# (Touch, Mouse or Controller)
Controls: true
# Show players Unique ID (UUID)
UUID: true
# Show players health
Health: true

View File

@ -1,4 +1,4 @@
#Device models
# Device models
iPhone4,1: iPhone 4s
iPhone5,1: iPhone 5
@ -67,6 +67,8 @@ iPad7,4: iPad Pro (10.5-inch)
SAMSUNG SM-J327T1: Samsung Galaxy J3 Prime Black
SAMSUNG SM-A107F: Samsung Galaxy A10s (2019)
SAMSUNG SM-A530x: Samsung Galaxy A8 (2018)
SAMSUNG SM-A730x: Samsung Galaxy A8+ (2018)
SAMSUNG SM-A810x: Samsung Galaxy A8 (2016)