项目作者: horgeon

项目描述 :
Utility functions for Bukkit plugins using network packets
高级语言: Java
项目地址: git://github.com/horgeon/Bukkit-PacketsUtilities.git
创建时间: 2017-03-17T21:54:46Z
项目社区:https://github.com/horgeon/Bukkit-PacketsUtilities

开源协议:GNU General Public License v3.0

下载


Bukkit Packets Utilities Build Status

Utility functions for Bukkit plugins using network packets.

  • Fully-packets driven Scoreboard system
  • Play and stop sounds commands with sound categories, compatible with Minecraft v1.9 and upward
  • Easy way to access client’s Protocol Version

Usage

This library is available on my Maven repository.

  1. <repositories>
  2. <repository>
  3. <id>horgeon-repo</id>
  4. <url>https://repo.horgeon.fr/repository/maven-releases/</url>
  5. </repository>
  6. </repositories>
  7. <dependencies>
  8. <dependency>
  9. <groupId>fr.horgeon.bukkit</groupId>
  10. <artifactId>packets-utilities</artifactId>
  11. <version>1.0</version>
  12. </dependency>
  13. </dependencies>

License

To comply with ProtocolLib and PacketWrapper’s licenses, this project is distributed under the GPL version 3 license. A copy of the license is provided in LICENSE.md.

Credits

  • zyuiop for creating the original Scoreboard system
  • aadnk, dmulloy2 and other contributors for ProtocolLib and PacketWrapper