Info Book
Info Book
Informations
InfoBook is simple bukkit plugin which have only one purpose. On first player login you can give free books with your content. You can put there informations about player commands, how to get VIP status or whatever you want. Player will get book only once (you can give more than one) and book content can be changed through config
Important informations
- Book have 14 lines per page
- Line can have 19 chars
- In page definitions you can use color codes
- If you need new line use &x
Update Checking
This plugin utilizes Gravity's update checker to notify when a new version of the plugin is out - it will not automatically download the new version. This can be enabled or disabled in the config.yml. To disable update-checking, set version-check to false.
Commands
| command | permission | description |
|---|---|---|
| infobook list | infobook.list | List available books |
| infobook reload | infobook.reload | Reload confuguration |
| infobook get <book> | infobook.get | Get book <book> if its defined in config |
| infobook save <book> | infobook.save | Save book from your hand into config as <book> |
| infobook delete <book> | infobook.delete | Delete book <book> from config |
| infobook give <player> <book> | infobook.give | Give <book> for <player> |
Default config
Configuration sample below. Inside onlogin list you can put more than one book name which player will get on first login. above you need to define that book with params author, title and list of pages.
# InfoBook
# Plugin should check for new versions and inform you on server start?
version-check: false
# Language file
language: en
# Every player will got books from that list on first login
onlogin:
- bookname
# Show book content on login without giving it into inventory
# put 'null' word to disable that option
# If you want display info on every login put book name
# on dontsave list
showonlogin: null
# delay in seconds
showonlogin-delay: 2
# Player cannot drop books from that list.
protected:
- bookname
# You can decide what books from onlogin list will not save
# information that player got it already, so players will get
# that books on every login.
dontsave:
- bookname
# You can destroy book on drop from inventory
destroy-on-drop: false
# If true you need to add permission node:
# infobook.book.<bookname>
# without that perms, player will not autoget books
per-book-permissions: false
# Book definition
books:
default:
slot: 9
author: 'Admin'
title: 'Informations'
description:
- 'First line'
- 'Second line'
pages:
- '&cInformation book &x &x&0Here you &xcan put &xinformations.'
- 'Second page of our book.'
-
View User Profile
-
Send Message
Posted Feb 13, 2015Maybe a way to request the books in game? for example /book <name> and /book <list> to view the books.
-
View User Profile
-
Send Message
Posted Feb 7, 2015@dweSheppard
Remove that book from protected list ;)
-
View User Profile
-
Send Message
Posted Jan 25, 2015Work fine with spigot 1.7.10 - build: 1624, but players can drop books!
-
View User Profile
-
Send Message
Posted Dec 25, 2014Ciao, io uso CustomJoinItems. Come faccio a far in modo che questo libro sia nell'inventario? (su cji uso: clear-inventory-on-join=true) Ciao, grazie. GabbiGalber
-
View User Profile
-
Send Message
Posted Nov 22, 2014The plugin doenst work. It doenst give me a book.
-
View User Profile
-
Send Message
Posted Nov 2, 2014Unfortunately the option slot does not work. Even after re-downloaded the plugin.
-
View User Profile
-
Send Message
Posted Sep 23, 2014@madtomic
Please re-download 1.6 version
-
View User Profile
-
Send Message
Posted Aug 30, 20141.6 Added 'slot' config option - don't work.
-
View User Profile
-
Send Message
Posted Aug 29, 2014Video Tutorial on the Plugin
http://youtu.be/jSYMAbchMFI
Credits Video: (AbsintoJ/InfoBook)
-
View User Profile
-
Send Message
Posted Aug 25, 2014This plugin doenst work on spigot 1.7.9... DO NOT USE IT ANYMORE...UNTIL AN UPDATE.
http:pastebin.com/bxjj9M2n
-
View User Profile
-
Send Message
Posted Aug 18, 2014@unquieterpig
Same here, idk the cause
-
View User Profile
-
Send Message
Posted Jul 30, 2014I keep getting this error any help? http://pastebin.com/WZ50F2xj
-
View User Profile
-
Send Message
Posted Jul 28, 2014Could the 1.7.4 update you made on April 11th be used in 1.7.2 or even the newest 1.7.9 update you made be used in 1.7.2? EDIT: A good suggestion to the plugin is for the config to ask for which slot so the item isn't in a stupid spot when you login. And maybe replace whatever is in the way of it?
-
View User Profile
-
Send Message
Posted Jun 26, 2014A useful config option would be 'destroy on drop', so people can remove books from their inventory, but they do not clutter the game world.
Also, permission nodes so that I can control which player groups get books automatically, and in which worlds.
Thanks!
-
View User Profile
-
Send Message
Posted May 18, 2014Could u Please add all the features that people have listed below. Like the custom join items plugin! Please make it work with 1.7.2/1.7.4 Thanks!
-
View User Profile
-
Send Message
Posted May 16, 2014Wow! this Is great thanks! :D Could you maybe add color support for the books? It would be cool to have the books dif. colors to draw attention to the books. I tried but it puts a weird A in the name. Thanks! :D
-
View User Profile
-
Send Message
Posted Apr 12, 2014Make the team to open the book . Please Please Please P.S I speak bad English
-
View User Profile
-
Send Message
Posted Mar 19, 2014@Hacker1002
PLEASE PLEASE PLEASE Author! We NEED this!
-
View User Profile
-
Send Message
Posted Feb 19, 2014You ingame description is wrong. It displays me "/infobook set <book>" not "/infobook save <book>"
Many thanks for the Plugin. :)
-
View User Profile
-
Send Message
Posted Jan 28, 2014protected: - default How do I change this and how can I make it so players will get it all the time and not on first login?