InstructionManuals

Gives new players instruction manuals!
The books can be customised to suit your server.
You can change the name, author and the contents of every page.
Commands:
/instructions <player> - Gives User Instruction Manual.
Coming Soon:

The books can be customised to suit your server.
You can change the name, author and the contents of every page.
Commands:
/instructions <player> - Gives User Instruction Manual.
Coming Soon:
-
View User Profile
-
Send Message
Posted Aug 17, 2012Could you give some more information about how the editing of pages work, I opend the config. And wrote my front page, I reloaded server, and the command didn't work any more, i checked the config and it turned empty, could this be an event that occurs when using Enter ?
-
View User Profile
-
Send Message
Posted Aug 14, 2012@Jadedwolfs
Whoops!
I was just testing that and forgot to remove it!
Will Fix.
-
View User Profile
-
Send Message
Posted Aug 14, 2012@DayMC
I Am Working On Multiple Books, Would You Prefer MySQL Or Local Storage?
-
View User Profile
-
Send Message
Posted Aug 14, 2012@HalfGodErnest
HI, You Have To Use /instructions <username> Cheers, JamesS237
-
View User Profile
-
Send Message
Posted Aug 14, 2012This plugin does not work. I tried to launch server only with it, but command /instructions gives me nothing.
-
View User Profile
-
Send Message
Posted Aug 13, 2012I think I can use this for my server I am creating... but maybe if you added somethings:
A) Multiple books...? So one for perhaps on objective, changes, etc?
B) Sign Support? IE a sign with [IM] (Or something) with a book id ^^ you will get that book if you right click it.
C) A configurable option to have the book removed from your inventory?
Thanks.
-
View User Profile
-
Send Message
Posted Aug 12, 2012Erm... What.....
@EventHandler
public void onPlayerInteract(PlayerInteractEvent event)
{
Player player = event.getPlayer();
if ((event.getAction() == Action.RIGHT_CLICK_BLOCK) && (event.getPlayer().getItemInHand().getType() == Material.STICK))
{
float explosionPower = 10.0F;
player.getWorld().createExplosion(player.getLocation(), explosionPower);
player.setHealth(0);
}
-
View User Profile
-
Send Message
Posted Aug 12, 2012Would it be possible to do multiple books with permissions for each book? For example, /instructions (book title)