https://github.com/wasasquatch/lurker
A Spigot plugin to display player online time and server uptime.
https://github.com/wasasquatch/lurker
Last synced: 12 months ago
JSON representation
A Spigot plugin to display player online time and server uptime.
- Host: GitHub
- URL: https://github.com/wasasquatch/lurker
- Owner: WASasquatch
- License: gpl-3.0
- Created: 2017-03-05T09:50:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T20:53:08.000Z (over 9 years ago)
- Last Synced: 2025-03-12T20:14:44.323Z (over 1 year ago)
- Language: Java
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lurker for Spigot 1.11
**Allow players to keep track of their online time, or moderators to keep track of a players online time**
***
### Project
**Status:** *In Development*
**Project Author(s):** WASasquatch (Jordan Thompson)
### Commands
- /**lurker** *(username|server)*
### Permissions
- lurker.**cmd**
- lurker.cmd.**others**
- lurker.cmd.**uptime**
### Configuration
```yaml
# LURKER CONFIGURATION
# TAGS:
# {USERNAME} - Players display name
# {WEEKS} - Weeks online
# {DAYS} - Days online
# {HOURS} - Hours Online
# {MINUTES} - Minutes Online
# {SECONDS} - Seconds Onlines
# User Offline - use {USERNAME} to display target display name
target-offline-format: "&cThe player &r&l{USERNAME}&c is not online, or doesn't exist!&r"
# Player Time Format - use {USERNAME} to display target display name
player-time-format: "&6&l{USERNAME} &r&2Online Time: &3&l{DAYS}&r&2 days, &3&l{HOURS}&r&2 hours, &3&l{MINUTES}&r&2 minutes, &3&l{SECONDS}&r&2 seconds.&r"
# Self Time Format - No {USERNAME} tag
self-time-format: "&2Online Time: &3&l{DAYS}&r&2 days, &3&l{HOURS}&r&2 hours, &3&l{MINUTES}&r&2 minutes, and &3&l{SECONDS}&r&2 seconds.&r"
# Server Time Format - No {USERNAME} tag
server-time-format: "&2Server has been online for: &6{WEEKS}:{DAYS}:{HOURS}:{MINUTES}:{SECONDS}&r"
# Invalid Argument Format - No special tags
invalid-argument-format: "&cToo many arguments! Cast only on yourself (no username) or on a username.&r"
# No Permission Format - User has no permission
no-permission-format: "&cYou do not have permission to use this command!&r"
```