This repository was archived by the owner on Aug 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +23
-26
lines changed Expand file tree Collapse file tree 2 files changed +23
-26
lines changed Original file line number Diff line number Diff line change 1
- # minecraft-api
1
+ # minecraft-api [ ![ ] ( https://jitpack.io/v/OvercastNetwork/minecraft-api.svg )] ( https://jitpack.io/#OvercastNetwork/minecraft-api )
2
2
3
- Shared interfaces for the SportBukkit and BungeeCord (OCN fork) APIs
3
+ Shared interfaces for the [ SportBukkit] ( https://github.com/OvercastNetwork/SportBukkit ) and [ BungeeCord] ( https://github.com/OvercastNetwork/BungeeCord ) (OCN fork) APIs
4
4
5
5
These interfaces can be used to write hybrid code that works with both APIs.
6
6
Currently, the following things are implemented, roughly speaking:
@@ -25,6 +25,17 @@ Possible future additions:
25
25
* Scoreboard
26
26
* Tab list
27
27
28
- https://github.com/OvercastNetwork/BungeeCord
28
+ ``` xml
29
+ <repository >
30
+ <id >jitpack.io</id >
31
+ <url >https://jitpack.io</url >
32
+ </repository >
33
+ ```
29
34
30
- https://github.com/OvercastNetwork/SportBukkit
35
+ ``` xml
36
+ <dependency >
37
+ <groupId >com.github.OvercastNetwork</groupId >
38
+ <artifactId >minecraft-api</artifactId >
39
+ <version >master-SNAPSHOT</version >
40
+ </dependency >
41
+ ```
Original file line number Diff line number Diff line change 10
10
11
11
<repositories >
12
12
<repository >
13
- <id >pa-snapshots</id >
14
- <url >https://repo.extension.ws/content/repositories/snapshots</url >
15
- </repository >
16
- <repository >
17
- <id >pa-releases</id >
18
- <url >https://repo.extension.ws/content/repositories/releases</url >
13
+ <id >jitpack.io</id >
14
+ <url >https://jitpack.io</url >
19
15
</repository >
20
16
</repositories >
21
17
22
- <distributionManagement >
23
- <repository >
24
- <id >pa-deployment</id >
25
- <url >https://repo.extension.ws/content/repositories/releases</url >
26
- </repository >
27
- <snapshotRepository >
28
- <id >pa-deployment</id >
29
- <url >https://repo.extension.ws/content/repositories/snapshots</url >
30
- </snapshotRepository >
31
- </distributionManagement >
32
-
33
18
<dependencies >
34
19
<dependency >
35
20
<!-- Should match the version in SportBukkit and Bungee -->
55
40
<scope >compile</scope >
56
41
</dependency >
57
42
<dependency >
58
- <groupId >tc.oc</groupId >
43
+ <!-- Since BungeeCord also depends on this, use a cached snapshot -->
44
+ <groupId >com.github.OvercastNetwork.BungeeCord</groupId >
59
45
<artifactId >bungeecord-chat</artifactId >
60
- <version >1.11-SNAPSHOT </version >
46
+ <version >[1.0,) </version >
61
47
</dependency >
62
48
63
49
<!-- testing -->
68
54
<scope >test</scope >
69
55
</dependency >
70
56
<dependency >
71
- <groupId >tc.oc </groupId >
57
+ <groupId >com.github.OvercastNetwork </groupId >
72
58
<artifactId >test-util</artifactId >
73
- <version >1.0 -SNAPSHOT</version >
59
+ <version >master -SNAPSHOT</version >
74
60
<scope >test</scope >
75
61
</dependency >
76
62
</dependencies >
89
75
</plugins >
90
76
</build >
91
77
92
- </project >
78
+ </project >
You can’t perform that action at this time.
0 commit comments