I Own a server called MCDrugs (play.mc-drugs.com) and I wanted to know how to give written books in essentials kits or any other way to give a player a written book when they join for the first time.
You can make a book.txt in your Essentials folder. In their, you can "make" book. Ex: (in the file)
#book1
Hello! &9blue!
This is a book!
I like book!
#book2
Craft
That
Block
Is
Epic
#thisiscool
LOLOLOL
LOLOLOL
LOLOLOL
In the essential kit config thingy, give the Writen Book, (the ID), but add book:book1 for book1. Or book:thisiscool for book thisiscool. you can set the author using author:CraftThatBlock
For space, replace them by _ 's
You can make a book.txt in your Essentials folder. In their, you can "make" book. Ex: (in the file)
#book1
Hello! &9blue!
This is a book!
I like book!
#book2
Craft
That
Block
Is
Epic
#thisiscool
LOLOLOL
LOLOLOL
LOLOLOL
In the essential kit config thingy, give the Writen Book, (the ID), but add book:book1 for book1. Or book:thisiscool for book thisiscool. you can set the author using author:CraftThatBlock
For space, replace them by _ 's
How do you get a line break? I tried just hitting enter, I tried spaces, I tried &0 and &1 and then I tried &0 with space after it (which broke it). Running out of ideas.
How do you get a line break? I tried just hitting enter, I tried spaces, I tried &0 and &1 and then I tried &0 with space after it (which broke it). Running out of ideas.
I was wondering the same thing
As well I was wondering how you make a book with multiple pages
I used &0 and it worked fine, must of been problem with essentials when you tried it. below is a sample book:
#Rules
&4 Server Rules
&0
&01. &8Do not &2harass, insult, &8excessively &2cuss&8, make &2racial &8or &2religious &8remarks, threaten any players or staff.
&0
&02. &8No &4PvP&8, &6Raiding &8or &4Griefing &8of players homes and passive mobs. Griefers will &8be &4banned &8for life!
&0
&03. &8Do not &2hack, glitch, exploit, xray &8or use &2mods &8in any way.
&0
&04. &8No &4Surface mining, &8including &6strip mining &8and &4open-pit mining. &8Sample mine at this public warp &9/Sample_Mine.
&0
&05. &8If you cut a tree down take all the wood and replant.
&0
&06. &8If you have a mishap where a creeper sneaks up on you, please repair the damage.
Here is the plugin - Bookrules - http://dev.bukkit.org/server-mods/bookrules/
I think this should help you. I will look around and see if you can do it in a Kit.
Thanks, I'm looking into that plugin right now.
http://forums.bukkit.org/threads/essentials-not-possible-to-give-written-books-with-kit.109662/
In the essential kit config thingy, give the Writen Book, (the ID), but add book:book1 for book1. Or book:thisiscool for book thisiscool. you can set the author using author:CraftThatBlock
For space, replace them by _ 's
/i writtenbook 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
or, if you want just the bare essentials...
/i writtenbook 1 book:Colors
Then it will generate book.txt with the "Book o Colors" included. You can then customize book.txt to your heart's content.
You *can* may it your self
I was wondering the same thing
As well I was wondering how you make a book with multiple pages
#Rules
&4 Server Rules
&0
&01. &8Do not &2harass, insult, &8excessively &2cuss&8, make &2racial &8or &2religious &8remarks, threaten any players or staff.
&0
&02. &8No &4PvP&8, &6Raiding &8or &4Griefing &8of players homes and passive mobs. Griefers will &8be &4banned &8for life!
&0
&03. &8Do not &2hack, glitch, exploit, xray &8or use &2mods &8in any way.
&0
&04. &8No &4Surface mining, &8including &6strip mining &8and &4open-pit mining. &8Sample mine at this public warp &9/Sample_Mine.
&0
&05. &8If you cut a tree down take all the wood and replant.
&0
&06. &8If you have a mishap where a creeper sneaks up on you, please repair the damage.