Skip to content

Commit

Permalink
Updated README aboot Citizens' integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Jan 4, 2018
1 parent 49720db commit 438051d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Simple!

* Multiworld support.

* [Citizens](https://www.spigotmc.org/resources/citizens.13811/) support.

* Mod items support!

* Repairing does not clear enchantments on enchanted items!
Expand Down Expand Up @@ -126,6 +128,19 @@ If you want to change sound that NPC are making on interact – you can use inga

All other config parameters are configurable in-game, so you don't have to bother about them. But if you want – they are quite self-explanatory.

### Citizens integration

You can add traits to your npcs to act like respective Griswold NPC types.

Following traits can be added:
- griswold_tools
- griswold_armor
- griswold_both
- griswold_enchant
- griswold_all

Please don't add multiple traits at once, lol.

### How to add a custom item

You have to create a new entry in config with name CustomItems. This entry will contain two more entries: Tools and Armor. Under those you add your items in "'id': name" format.
Expand Down Expand Up @@ -164,10 +179,11 @@ You can copy-paste this snippet to the end of your config.
## Support links

* [Plugin page on dev.bukkit.org](http://dev.bukkit.org/bukkit-plugins/griswold/)
* [Plugin page on spigotmc.org](http://spigotmc.org/resources/griswold.49036/)
* [Russian discussion and support](http://rubukkit.org/threads/15343/)
* Feel free to suggest something or report bugs in Issues
* Your pull-requests are always welcome!

## Stats:

![Griswold stats](http://mcstats.org/signature/griswold.png)
![Griswold stats](http://mcstats.org/signature/griswold.png)

0 comments on commit 438051d

Please sign in to comment.