Adding support for books made from /einfo

This commit is contained in:
KHobbits 2013-01-13 21:08:24 +00:00
parent 3f783bb43b
commit bd22aec38a
12 changed files with 305 additions and 26 deletions

View file

@ -39,7 +39,7 @@ public class Commandbook extends EssentialsCommand
}
else
{
throw new Exception("You are not holding a book.");
throw new Exception("You are not holding a writable book.");
}
}
}