Hello there!
I want to present you a plugin to create a tutorials for new players
How it works?
To create a tutorial you need to use /tutorial create <name> - This will spawn at your location NPC without any name
To set the name of that NPC we will use /tutorial setTitle <tutorialName> <titile...> - This will set the name of our NPC, when you add %nl% this will be replaced to a new line
Okay so we have NPC, and his name now we will need to add
Descriptions and Locations.
For descriptions we will use:
/tutorial addDescription <tutorialName> <descriptionName> <text...> - That will add a new description or a new line to exists description name
For locations we will use:
/tutorial addLocation <tutorialName> - That will add next location for description
Now we can optionally set camera blocking on specified description show to set that we will use /tutorial setCameraBlock <tutorialName> <descriptionName> <true/false> - When its true player can't be able to move camera
And now we use /tutorial save <tutorialName> - This will save all the modifications we do before
Here we go!
We setup a new tutorial and when you click at NPC it will start a tutorial
Requirements:
- Citizens (Soon will be delete)