mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-02-16 04:21:41 +01:00
Properly link to the Travis build status
This commit is contained in:
parent
fbc596d57b
commit
d012296ee0
16
Readme.md
16
Readme.md
@ -1,5 +1,4 @@
|
|||||||
ProtocolLib ![https://travis-ci.org/dmulloy2/ProtocolLib](https://travis-ci.org/dmulloy2/ProtocolLib.svg?branch=master)
|
# ProtocolLib [![Travis Status](https://travis-ci.org/dmulloy2/ProtocolLib.svg?branch=master)](https://travis-ci.org/dmulloy2/ProtocolLib)
|
||||||
===========
|
|
||||||
|
|
||||||
Certain tasks are impossible to perform with the standard Bukkit API, and may require
|
Certain tasks are impossible to perform with the standard Bukkit API, and may require
|
||||||
working with and even modify Minecraft directly. A common technique is to modify incoming
|
working with and even modify Minecraft directly. A common technique is to modify incoming
|
||||||
@ -19,13 +18,11 @@ Currently maintained by dmulloy2 on behalf of [Spigot](http://www.spigotmc.org/)
|
|||||||
* [Downloads](http://ci.shadowvolt.com/job/ProtocolLib)
|
* [Downloads](http://ci.shadowvolt.com/job/ProtocolLib)
|
||||||
* [JavaDoc](http://ci.shadowvolt.com/job/ProtocolLib/javadoc)
|
* [JavaDoc](http://ci.shadowvolt.com/job/ProtocolLib/javadoc)
|
||||||
|
|
||||||
Compilation
|
### Compilation
|
||||||
----------
|
|
||||||
|
|
||||||
ProtocolLib is built with Maven and requires Spigot and SpigotAPI, which can be found [here](http://www.spigotmc.org/wiki/buildtools/).
|
ProtocolLib is built with Maven and requires Spigot and SpigotAPI, which can be found [here](http://www.spigotmc.org/wiki/buildtools/).
|
||||||
|
|
||||||
A new API
|
### A new API
|
||||||
---------
|
|
||||||
|
|
||||||
__ProtocolLib__ attempts to solve this problem by providing a event API, much like Bukkit,
|
__ProtocolLib__ attempts to solve this problem by providing a event API, much like Bukkit,
|
||||||
that allows plugins to monitor, modify, or cancel packets sent and received. But, more importantly,
|
that allows plugins to monitor, modify, or cancel packets sent and received. But, more importantly,
|
||||||
@ -56,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.comphenix.protocol</groupId>
|
<groupId>com.comphenix.protocol</groupId>
|
||||||
<artifactId>ProtocolLib</artifactId>
|
<artifactId>ProtocolLib</artifactId>
|
||||||
<version>3.6.3-SNAPSHOT</version>
|
<version>3.6.4-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
````
|
````
|
||||||
@ -148,8 +145,7 @@ try {
|
|||||||
}
|
}
|
||||||
````
|
````
|
||||||
|
|
||||||
Compatibility
|
### Compatibility
|
||||||
------------
|
|
||||||
|
|
||||||
One of the main goals of this project was to achieve maximum compatibility with CraftBukkit. And the end
|
One of the main goals of this project was to achieve maximum compatibility with CraftBukkit. And the end
|
||||||
result is quite flexible. Aside from netty package changes, it should be resilient against future changes.
|
result is quite flexible. Aside from netty package changes, it should be resilient against future changes.
|
||||||
@ -163,4 +159,4 @@ types. It's remarkably consistent across different versions.
|
|||||||
### Incompatibility
|
### Incompatibility
|
||||||
|
|
||||||
The following plugins (to be expanded) are not compatible with ProtocolLib:
|
The following plugins (to be expanded) are not compatible with ProtocolLib:
|
||||||
* TagAPI
|
* TagAPI
|
Loading…
Reference in New Issue
Block a user