- Tags
-
- Tags
- playerjoins stats unique
Description:
This is a simple plugin that will keep track of unique player joins per day.
This plugin can be used to test which advertisement methods bring the most players.
Commands:
/rcstats - Show unique player joins information.
Permissions:
rcstats.cmd.rcstats - Access to /rcstats
rcstats.notify - Receive a notification when a new player joins.
Pictures:
Output when using the /rcstats command.
Notification whenever a new player joins (If enabled in config)
Configuration:
Feedback:
Any feedback is very appreciated.
Thank you.
This is a simple plugin that will keep track of unique player joins per day.
This plugin can be used to test which advertisement methods bring the most players.
Commands:
/rcstats - Show unique player joins information.
Permissions:
rcstats.cmd.rcstats - Access to /rcstats
rcstats.notify - Receive a notification when a new player joins.
Pictures:
Output when using the /rcstats command.

Notification whenever a new player joins (If enabled in config)

Configuration:
Code:
# Prefix and color codes for plugin messages
lang:
prefix: '&8[&3RC&8]'
primaryColor: '&7'
secondaryColor: '&b'
# Receive a message with the amount of unique joins today, every time a new player logs in.
# Permission to get notified: rcstats.notify
notify-onjoin: true
# Amount of days to show when using /rcstats.
# Limited to values between 1 and 30
days-shown: 7
Feedback:
Any feedback is very appreciated.
Thank you.