Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokka30/onlinerecord
Log and announce when your Bukkit server reaches a new online player count record
https://github.com/lokka30/onlinerecord
bukkit java minecraft plugin spigot spigot-plugin spigotmc spigotmc-plugin
Last synced: about 1 month ago
JSON representation
Log and announce when your Bukkit server reaches a new online player count record
- Host: GitHub
- URL: https://github.com/lokka30/onlinerecord
- Owner: lokka30
- License: gpl-3.0
- Created: 2021-01-03T01:51:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T15:20:52.000Z (about 2 months ago)
- Last Synced: 2024-10-28T05:17:05.231Z (about 2 months ago)
- Topics: bukkit, java, minecraft, plugin, spigot, spigot-plugin, spigotmc, spigotmc-plugin
- Language: Java
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OnlineRecord
A plugin for Spigot/Paper/etc which announces and logs when your server reaches a new high player count achievement.
## Quick Links
* [Discord Server](https://discord.gg/arcaneplugins-752310043214479462) for chat and support
* [GitHub Repository](https://github.com/lokka30/OnlineRecord) for source code and issue tracking## About
When a player joins, the plugin simply checks its stored highest player count and compares it against the current player
count. If there are more players than the previous highest player count, then a message can be broadcasted to all online
players and the achievement is also logged to the console.All players online during the achievement are also logged.
## Requirements
* Server software: SpigotMC / PaperMC.
* Other server software may work too, but they are unsupported by the maintainers.
* Server version: Minecraft 1.21
* Older versions may work too, but they are unsupported by the maintainers.## Installation and Configuration
* Check the Requirements section above to see if your server will be compatible and supported prior to installing it on
your server.
* Download the resource.
* Move the downloaded file into your server's `/plugins/` folder.
* If your server is already running: stopthe server by sending the `/stop` command.
* Start your server. This will generate the configuration files.
* Once your server has started, navigate to the `/plugins/OnlineRecord/` folder.
* Open the `config.yml` file with your preferred editor. I recommend Notepad++ for Windows users.
* Change any settings to your liking.
* Apply the changes by running `/or reload` or restarting your server.
* Enjoy! :)## Commands & Permissions
* `/onlinerecord`
* Description: `Contains commands to manage the resource.`
* Aliases: `/or`
* Requires permission: `onlinerecord.command`* `/onlinerecord reload`
* Description: `Reload the configuration.`
* Requires permissions: `onlinerecord.command` & `onlinerecord.reload`## License
Licensed under [GNU GPL v3.0](LICENSE.md).