Adds minimal README and updates Blacksmith dependency

This commit is contained in:
Kristian Knarvik 2022-11-01 02:30:55 +01:00
parent 2f4ff7314d
commit a21130001c
2 changed files with 10 additions and 1 deletions

9
README.MD Normal file
View File

@ -0,0 +1,9 @@
# DynmapCitizens
This plugin aims to add dynmap markers for several types of Citizens NPCs.
## Supported NPC traits
- Blacksmith (EpicKnarvik97 version)
- Quests
- Sentinel

View File

@ -117,7 +117,7 @@
<dependency>
<groupId>net.knarcraft</groupId>
<artifactId>blacksmith</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>