Update repository links and versions
Dieser Commit ist enthalten in:
Ursprung
39e0c974ee
Commit
3ccc56fef9
12
Readme.md
12
Readme.md
@ -52,8 +52,8 @@ You can also add ProtocolLib as a Maven dependency:
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.comphenix.protocol</groupId>
|
<groupId>com.comphenix.protocol</groupId>
|
||||||
<artifactId>ProtocolLib</artifactId>
|
<artifactId>ProtocolLib-API</artifactId>
|
||||||
<version>4.3.0</version>
|
<version>4.4.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
````
|
````
|
||||||
@ -66,7 +66,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.3.0";
|
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.4.0";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -167,9 +167,3 @@ It's likely that I won't have to update ProtocolLib for anything but bug fixes a
|
|||||||
How is this possible? It all comes down to reflection in the end. Essentially, no name is hard coded -
|
How is this possible? It all comes down to reflection in the end. Essentially, no name is hard coded -
|
||||||
every field, method and class is deduced by looking at field types, package names or parameter
|
every field, method and class is deduced by looking at field types, package names or parameter
|
||||||
types. It's remarkably consistent across different versions.
|
types. It's remarkably consistent across different versions.
|
||||||
|
|
||||||
|
|
||||||
### Incompatibility
|
|
||||||
|
|
||||||
The following plugins (to be expanded) are not compatible with ProtocolLib:
|
|
||||||
* TagAPI
|
|
||||||
|
6
pom.xml
6
pom.xml
@ -24,18 +24,18 @@
|
|||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>dmulloy2-releases</id>
|
<id>dmulloy2-releases</id>
|
||||||
<url>http://repo.dmulloy2.net/content/repositories/releases/</url>
|
<url>http://repo.dmulloy2.net/nexus/repository/releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>dmulloy2-snapshots</id>
|
<id>dmulloy2-snapshots</id>
|
||||||
<url>http://repo.dmulloy2.net/content/repositories/snapshots/</url>
|
<url>http://repo.dmulloy2.net/nexus/repository/snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>dmulloy2-repo</id>
|
<id>dmulloy2-repo</id>
|
||||||
<url>http://repo.dmulloy2.net/content/groups/public/</url>
|
<url>http://repo.dmulloy2.net/nexus/repository/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren