Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/towsifkafi/timedwhitelist
A Whitelisting plugin that will automaticly prevent an player from joining after a specific time
https://github.com/towsifkafi/timedwhitelist
java minecraft-plugin spigot-plugin
Last synced: about 22 hours ago
JSON representation
A Whitelisting plugin that will automaticly prevent an player from joining after a specific time
- Host: GitHub
- URL: https://github.com/towsifkafi/timedwhitelist
- Owner: towsifkafi
- Created: 2022-02-03T18:33:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T17:44:48.000Z (over 1 year ago)
- Last Synced: 2024-12-03T19:13:15.756Z (about 2 months ago)
- Topics: java, minecraft-plugin, spigot-plugin
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⏰ TimedWhitelist
### About:
This plugin allows you to set a time to player how much they can play. After that amount of time, they wont be able to join.### Dependencies:
None### Config:
```
## TimedWhitelistprefix: "[TimedWhitelist] "
whitelist-time: "0d 0h 0m 30s"kick:
kick-message: "You need to rewhitelist yourself! discord.gg/xXxXxXx"
```### Commands
```
/twreload - Reload the plugin configuration
/twreset - Reset the whitelist time of a player
```
### Permissions
```
timedwhitelist.reload - Reload the plugin configuration
timedwhitelist.reset - Reset the whitelist time of a player
timedwhitelist.bypass - Bypass the whitelist time
```