Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nightmirror21/whitelistbytime
Whitelist plugin for minecraft server.
https://github.com/nightmirror21/whitelistbytime
folia folia-plugins folia-supported gradle java minecraft-plugins paper paper-plugins spigot spigot-plugins
Last synced: 3 months ago
JSON representation
Whitelist plugin for minecraft server.
- Host: GitHub
- URL: https://github.com/nightmirror21/whitelistbytime
- Owner: NightMirror21
- Created: 2021-12-11T10:40:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T16:00:38.000Z (4 months ago)
- Last Synced: 2024-10-25T02:31:57.805Z (4 months ago)
- Topics: folia, folia-plugins, folia-supported, gradle, java, minecraft-plugins, paper, paper-plugins, spigot, spigot-plugins
- Language: Java
- Homepage:
- Size: 477 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![BStats](https://bstats.org/signatures/bukkit/WhitelistByTime.svg)
*Statistics are obtained through bstats metrics.*## Links
[SpigotMC](https://www.spigotmc.org/resources/whitelistbytime-1-12-2-1-20-4.98946/) - over 3000 downloads (6/04/2024).## About
This plugin allows you to add players for a certain time or permanently.## Commands and Permissions
| Command | Permission |
|--------------------------------------------------|-------------------------|
| /whitelist on/off | whitelistbytime.turn |
| /whitelist add [nickname] (time) | whitelistbytime.turn |
| /whitelist remove [nickname] | whitelistbytime.remove |
| /whitelist check [nickname] | whitelistbytime.check |
| /whitelist checkme | whitelistbytime.checkme |
| /whitelist time set/add/remove [nickname] [time] | whitelistbytime.time |
| /whitelist reload | whitelistbytime.reload |
| /whitelist getall | whitelistbytime.getall |Note:
- [nickname] - this argument is required.
- (time) - The duration for which the player will be added to the whitelist.\
Example: 2d 3h 10m.\
Leave this value empty if you want to add the player permanently.## Placeholders:
All output can be configured in the config.*%wlbytime_in_whitelist%* - In whitelist or not.\
*%wlbytime_time_left%* - How much is left in whitelist.## FAQ
1. *Why does the plugin weigh so much?*\
Because it contains libraries such as omrlite (database), caffein (cache), bstats (metrics), elytrium-serializer (configs).
2. *I have a problem/idea where should I write?*\
Create an issue in this repository and describe it in detail. I would be happy to get any feedback!
3. *Will there be bungee\velocity support?*\
Yes, it will, as soon as I learn how to use their api.
4. *What is the difference in the whitelistbytime between paper and spigot?*\
The difference lies in the formatting of the messages. In Spigot, strings are used, whereas in Paper, components are utilized. To create colored messages in Spigot, you can use the '&' sign or hex codes (e.g., #ffffffff). However, in Paper, only MiniMessage formatting is supported.