As with all my plugins, i have decided to move them onto the Spigot servers, mainly for the extra flexibility it will give me, and the security that i can host the files on my own server!
You can find this plugins new home at: http://www.spigotmc.org/resources/write-and-publish.339/
This page will NOT be updated

Write & Publish allows players to publish a book (save it on the server) with /publish <name for the book>. When a book is published you can buy it for yourself or for an other player with /buybook <name of the book> [optional: name of player you want to give it]. To look which books you can buy use: /listbooks . You can configure every price in the config.yml.
| command | permission | usage | description |
|---|---|---|---|
| /buybook | WandP.buybook.foryourself | usage: /buybook <name of the book> [other player to give book to him/her] | buy a book |
| WandP.buybook.other | |||
| /listbooks | WandP.listbooks | usage: /listbooks | list all published books |
| /publish | WandP.publish | usage: /publish <name for book> | publish a book |
| all commands | WandP.* | usage: × | use this permission to give all permissions |
Thanks to Blindw4lk3r for the code that writes the books to text files and converts them back to books. :)
Please comment if you have a good idea for the plugin (example: new command, configurable thing or just something else).