Alex1607 / HamsterAPI

Simple and easy to use API to read and write Packets.

Home Page:https://www.spigotmc.org/resources/2ls-hamsterapi.78831/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is HamsterAPI?

HamsterAPI is a small library for listening to incoming and outgoing packets, reading, modifying and canceling them. It also allows you to easily send packages to users without the need to use Reflection or NMS in your plugin.


What can i do with HamsterAPI?

  • Send Title, Subtitle, ActionBar, and Packets to players.
  • Listen incoming and outgoing packets with events based on priority and cancellation.
  • Disconnect players safely/instantly.
  • Communicate with BungeeCord. (Kick, switch server, send message channel, etc)

In the future, HamsterAPI will also have:

  1. BossBar API
  2. Client <-> server communication with custom channels (For modded clients)
  3. Bungeecord Listener

How to use HamsterAPI?

Read documentation here: Documentation

About

Simple and easy to use API to read and write Packets.

https://www.spigotmc.org/resources/2ls-hamsterapi.78831/

License:MIT License


Languages

Language:Java 100.0%