File tree Expand file tree Collapse file tree 2 files changed +32
-6
lines changed Expand file tree Collapse file tree 2 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 8
8
<artifactId >platformchat</artifactId >
9
9
<version >1.0</version >
10
10
<packaging >jar</packaging >
11
-
12
11
<name >PlatformChat</name >
12
+ <description >A simple Bukkit plugin that formats chat for Java and Bedrock players.</description >
13
+ <url >https://github.com/aspauldingcode/PlatformChat</url >
14
+
15
+ <licenses >
16
+ <license >
17
+ <name >MIT License</name >
18
+ <url >https://opensource.org/licenses/MIT</url >
19
+ </license >
20
+ </licenses >
21
+
22
+ <developers >
23
+ <developer >
24
+ <id >aspauldingcode</id >
25
+ <name >Alex Spaulding</name >
26
+ <url >https://github.com/aspauldingcode</url >
27
+ </developer >
28
+ </developers >
29
+
30
+ <scm >
31
+ <url >https://github.com/aspauldingcode/PlatformChat</url >
32
+ <connection >scm:git:git://github.com/aspauldingcode/PlatformChat.git</connection >
33
+ <developerConnection >scm:git:ssh://git@github.com:aspauldingcode/PlatformChat.git</developerConnection >
34
+ </scm >
13
35
14
36
<dependencies >
15
37
<!-- Spigot API -->
38
60
</dependencies >
39
61
40
62
<repositories >
41
- <!-- Spigot -->
42
63
<repository >
43
64
<id >spigot-repo</id >
44
65
<url >https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url >
45
66
</repository >
46
-
47
- <!-- PlaceholderAPI -->
48
67
<repository >
49
68
<id >placeholderapi</id >
50
69
<url >https://repo.extendedclip.com/content/repositories/placeholderapi/</url >
51
70
</repository >
52
-
53
- <!-- Floodgate (OpenCollab) -->
54
71
<repository >
55
72
<id >opencollab-snapshots</id >
56
73
<url >https://repo.opencollab.dev/main/</url >
57
74
</repository >
58
75
</repositories >
76
+
77
+ <distributionManagement >
78
+ <repository >
79
+ <id >github</id >
80
+ <name >GitHub Packages</name >
81
+ <url >https://maven.pkg.github.com/aspauldingcode/PlatformChat</url >
82
+ </repository >
83
+ </distributionManagement >
84
+
59
85
</project >
60
86
You can’t perform that action at this time.
0 commit comments