-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Vedant Mulay edited this page May 28, 2024
·
14 revisions
Documentation Moved Here: LINK
- Stop your Server
- Put the jar in the /plugins/ directory
- Start the server again.
This wiki is based on version 1.1.4
Give access to all Commands playerlogs.command.*
-
/plogger getlogs <Username>
- Get logs of a player from database -playerlogger.command.getlogs
-
/plogger firstjoinlocation <username>
- Get the first joining coordinates of a player -playerlogger.command.firstjoinlocation
-
/plogger lastlogoutlocation <username>
- Get the location where player logged out -playerlogger.command.lastlogoutlocation
-
/plogger getchatlogs <username> [newest | oldest] <limit>
- Get Chat logs of a user.playerlogger.command.getchatlogs
-
/plogger getcommandlogs <username> [newest | oldest] <limit>
- Get Chat logs of a user.playerlogger.command.getcommandlogs
-
/plogger reload
- Reload the plugin configuration.playerlogger.command.reload
- Add Support to Bungeecord/Proxy Servers
- Clean Up and arrange a lot of code