Skip to content

Commit f82d6f1

Browse files
authored
Updated Readme
added Maven Repo info
1 parent 03650d4 commit f82d6f1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Have you ever wanted to make a cool tutorial for players that doesn't use boring
55

66
### Description
77

8-
**NOW 1.10 COMPATIBLE**
8+
**NOW 1.11 COMPATIBLE**
99

1010
This is the ultimate tutorial plugin for Bukkit. It allows easy creation of 'views' which the player sees after typing /tutorial.
1111

@@ -62,3 +62,14 @@ We also include an update checker. It will download the latest updates for you.
6262

6363
### Bugs? Suggestions?
6464
Make a new issue
65+
66+
### Maven Repo
67+
<repository>
68+
<id>ServerTutorial</id>
69+
<url>http://repo.frostalf.net</url>
70+
</repository>
71+
<dependency>
72+
<groupId>pw.hwk</groupId>
73+
<artifactId>ServerTutorial</artifactId>
74+
<version>{version or LATEST}</version>
75+
</dependency>

0 commit comments

Comments
 (0)