https://github.com/pinont/live-tracker-plugin
A minecraft Paper plugin that tracks and displays player stream status via PlayerTabList, supporting Twitch, YouTube, and TikTok.
https://github.com/pinont/live-tracker-plugin
folia-plugin folia-supported minecraft minecraft-plugin papermc-plugin singularitylibmc
Last synced: 22 days ago
JSON representation
A minecraft Paper plugin that tracks and displays player stream status via PlayerTabList, supporting Twitch, YouTube, and TikTok.
- Host: GitHub
- URL: https://github.com/pinont/live-tracker-plugin
- Owner: Pinont
- License: mit
- Created: 2025-10-22T15:06:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-23T08:51:29.000Z (9 months ago)
- Last Synced: 2025-10-23T09:13:43.627Z (9 months ago)
- Topics: folia-plugin, folia-supported, minecraft, minecraft-plugin, papermc-plugin, singularitylibmc
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveTracker Plugin
[
](https://github.com/Pinont/Live-Tracker-Plugin/actions/workflows/build.yml) [](https://docs.papermc.io/paper/dev/folia-support/) [](https://jd.papermc.io/paper/1.21.8/) [](https://github.com/Pinont/SingularityLib)
A minecraft Paper plugin that tracks and displays player stream status via PlayerTabList, supporting Twitch, YouTube, and TikTok.
## Config.yml Exmaple
```yaml
# only for developers
debug: false
# Prefix to show on PlayerList for live streams who's streaming
# hint: follow color formatting in https://docs.papermc.io/adventure/minimessage/
yt_live_prefix: '[LIVE] '
tw_live_prefix: '[LIVE] '
tt_live_prefix: '[LIVE] '
# this is a minute value
check_every: 1
mc_name: # e.g., 'Pinont_'
channel_name: 'channel_name_here' # e.g., 'pinont_'
platform: 'platform_here' # e.g., 'twitch', 'tw' , 'youtube', 'yt', 'tiktok', 'tt'
```
## License
This project is licensed under the MIT License. See the LICENSE file for details.