File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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
1010This 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?
6464Make 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>
You can’t perform that action at this time.
0 commit comments