PlayerInfo/resources/config.yml
Keenan Yafiq 68941bd668
Update 2.1.5: Support PMMP 5.0.0 and being able to see players Port and UUID, also saving them to the file (#27)
* 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

* modified:   src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php

* Update plugin.yml

* Update README.md

* modified:   src/Matthww/PlayerInfo/PlayerInfo.php

* modified:   src/Matthww/PlayerInfo/PlayerInfo.php

* modified:   src/Matthww/PlayerInfo/PlayerInfo.php

* modified:   src/Matthww/PlayerInfo/PlayerInfo.php

* Create .poggit.yml
Poggit-CI is enabled for this repo by @mukeenanyafiq
Visit the Poggit-CI page for this repo at https://poggit.pmmp.io/ci/mukeenanyafiq/PlayerInfo

* Update PlayerInfo.php

* modified:   src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php

* modified:   src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php

* modified:   src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php

* modified:   src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php

* Update README.md

* Update plugin.yml

---------

Co-authored-by: poggit-bot <poggitbot@gmail.com>
2023-11-01 09:23:27 +01:00

48 lines
656 B
YAML

---
# Configuration for PlayerInfo
# True = enabled
# False = disabled
# Save player data
Save: true
# Show players name
Name: true
# Show players IP address
IP: true
# Show players port
Port: true
# Show players ping
Ping: true
# Show players Device OS
# (Android, iOS, etc.)
OS: true
# Show players Device Model
# (iPhone 7, etc.)
Model: true
# Show players UI settings
# (Classic UI or Pocket UI)
UI: true
# Show players GUI scale settings
GUI: true
# Show players controls
# (Touch, Mouse or Controller)
Controls: true
# Show players Unique ID (UUID)
UUID: true
# Show players health
Health: true
# Show players position
Position: true
...