All Projects → 2lstudios-mc → HamsterAPI

2lstudios-mc / HamsterAPI

Licence: MIT license
Simple and easy to use API to read and write Packets.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to HamsterAPI

UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-32%)
Mutual labels:  bukkit, spigot, bukkit-plugin, bukkit-api, spigot-api, minecraft-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (+44%)
Mutual labels:  bukkit, spigot, bukkit-plugin, minecraft-plugin
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+276%)
Mutual labels:  bukkit, spigot, bukkit-plugin, minecraft-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+188%)
Mutual labels:  bukkit, spigot, bukkit-plugin, minecraft-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-40%)
Mutual labels:  bukkit, spigot, bukkit-plugin, minecraft-plugin
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (-20%)
Mutual labels:  bukkit, spigot, bukkit-plugin, minecraft-plugin
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-32%)
Mutual labels:  bukkit, spigot, bukkit-plugin
advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (+60%)
Mutual labels:  bukkit, spigot, minecraft-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+40%)
Mutual labels:  bukkit, spigot, bukkit-plugin
EnderContainers
A modern and customizable Bukkit plugin to divide enderchest into multiple inventories.
Stars: ✭ 18 (-28%)
Mutual labels:  bukkit, bukkit-plugin, minecraft-plugin
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (+24%)
Mutual labels:  bukkit, spigot, bukkit-plugin
ExploitFixer
Bukkit plugin that aims on fixing Exploits in your Minecraft network. [Requires HamsterAPI to work]
Stars: ✭ 141 (+464%)
Mutual labels:  bukkit, spigot, bukkit-plugin
MythicDrops
Action RPG drops for Spigot.
Stars: ✭ 28 (+12%)
Mutual labels:  bukkit, spigot, bukkit-plugin
MyPet
🐕 Extensive pet plugin for Bukkit/Spigot
Stars: ✭ 106 (+324%)
Mutual labels:  bukkit, spigot, bukkit-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-28%)
Mutual labels:  bukkit, spigot, minecraft-plugin
Hyperverse
A Minecraft world management plugin
Stars: ✭ 53 (+112%)
Mutual labels:  bukkit, spigot, bukkit-plugin
yamipa
Yet Another Minecraft Image Placing Addon
Stars: ✭ 19 (-24%)
Mutual labels:  bukkit, spigot, minecraft-plugin
SkyWarsReloaded
The most popular Skywars plugin ever built for Spigot and Bukkit!
Stars: ✭ 34 (+36%)
Mutual labels:  bukkit, spigot, minecraft-plugin
Crucible
Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
Stars: ✭ 67 (+168%)
Mutual labels:  bukkit, spigot, bukkit-api
Quests
Questing plugin for Minecraft, enabling the addition of goals for players.
Stars: ✭ 88 (+252%)
Mutual labels:  bukkit, spigot, minecraft-plugin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].