Skip to content

horgeon/Bukkit-PacketsUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

<repositories>
	<repository>
		<id>horgeon-repo</id>
		<url>https://repo.horgeon.fr/repository/maven-releases/</url>
	</repository>
</repositories>
<dependencies>
	<dependency>
		<groupId>fr.horgeon.bukkit</groupId>
		<artifactId>packets-utilities</artifactId>
		<version>1.0</version>
	</dependency>
</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

About

Utility functions for Bukkit plugins using network packets

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages