Info Book Plugin is a lightweight Bukkit plugin that gives custom books to players when they first join your server. No bloat, no fancy mechanics. Just a simple way to deliver information to new players through in-game books.
You can put whatever you want in these books: server rules, how to get VIP rank, commands, links, donation info, you name it. Each player gets each book once. Change the content anytime by editing the config and reloading.
What It Does
- Automatically gives books to players on their first join
- Support for multiple different books
- Easy config file setup
- Manual commands to give books anytime
- Optional update notifications
Commands
| Command | Permission | Description |
|---|---|---|
| /infobook list | infobook.list | Show all available books |
| /infobook reload | infobook.reload | Reload the config |
| /infobook get <book> | infobook.get | Get a book from the config |
| /infobook save <book> | infobook.save | Save the book in your hand to the config |
| /infobook delete <book> | infobook.delete | Delete a book from config |
| /infobook give <player> <book> | infobook.give | Give a book to a specific player |
Installation
- Download the plugin .jar file below
- Place it in your plugins folder
- Start the server and let it fully load
- Type stop in console to shut down cleanly
- Start the server again
- Done. Config files will be created on first run.
Update Checking
The plugin has built-in update checking that notifies you in the console when a new version is available. It won’t auto-download anything. You can disable this in the config by setting version-check to false.
Compatibility
Info Book Plugin is made for Bukkit, Spigot, and Paper servers running Minecraft 1.13.2 or 1.14.4. It should work fine alongside other plugins without conflicts.