#
craftbukkit
Here are 130 public repositories matching this topic...
java
minecraft
bukkit
minecraft-server
minecraft-api
craftbukkit
minecraft-performance
hacktoberfest
burritos
paper-fork
-
Updated
Jun 27, 2021 - Shell
Akarin is a powerful server software from the 'new dimension'
minecraft
performance
bukkit
server
fork
spigot
paper
minecraft-server
torch
craftbukkit
akarin
torchspigot
torchmc
-
Updated
Apr 1, 2021 - Shell
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
-
Updated
Jun 25, 2021 - Java
bob7l
commented
Apr 18, 2020
The email feature is very cool, but sadly lacks the ability to unregister these emails, even through API.
This is very problematic because it means the user cannot ever sell the account or transfer ownership after registering an email.
Another issue is they can't ever remove an unwanted email when they add more then one.
The Bukkit/Spigot/Paper API implementation for Fabric
bukkit
spigot
fabric
paper
bukkit-api
craftbukkit
spigot-api
hacktoberfest
paper-implementations
paper-api
fabric-mod
-
Updated
Jun 21, 2021 - Java
Anti cheating plugin for Minecraft (Bukkit/Spigot).
plugin
java
minecraft
bukkit
spigot
craftbukkit
cheat
bukkitdev
mc
ncp
anti-cheating
nocheat
nocheatplus
-
Updated
Jun 4, 2021 - Java
A Spigot plugin that implements the Slime Region Format.
-
Updated
Jun 21, 2021 - Java
CraftBukkit and Bukkit modifications that improve stability and add new features
-
Updated
Nov 20, 2018 - Java
一个专注于优化我的世界服务端性能、减少延迟、修复服务端/其他常用插件BUG、限制或禁用破坏多人游戏平衡的游戏机制的插件(A plugin that focuses on optimizing minecraft server performance, reducing server lag, fix server and popular plugin bug, limiting or disabling the game mechanism that hurt multiplayer balances.)
-
Updated
Apr 17, 2018 - Java
The Spigot, Bungee and Velocity plugin that parses client IP addresses passed from the TCPShield network.
-
Updated
Jun 21, 2021 - Java
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
plugin
java
minecraft
bukkit
custom
spigot
spigot-plugin
bukkit-plugin
craftbukkit
minecraft-plugin
premium
bosses
custom-monsters
premium-plugin
-
Updated
Jun 19, 2021 - Java
An advanced portals plugin for bukkit
-
Updated
Jun 14, 2021 - Java
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
javascript
plugin
java
minecraft
bukkit
spigot
antiswear
bungee
bungeecord
regex
spigot-plugin
craftbukkit
anti-spam
spigot-resource
regular-expressions
antispam
chatcontrol
antiad
anti-ad
anti-swear
-
Updated
Jun 19, 2021
java
minecraft
bukkit
spigot
spigot-plugin
bukkit-plugin
craftbukkit
silkspawners
spawner
silkspawners-plugin
changing-spawners
-
Updated
Jun 24, 2021 - Java
PaperSpigot Docker. Easy to use and clean docker image for running paper spigot servers in docker containers using OpenJDK. WIP
docker
minecraft
bukkit
spigot
docker-container
paper
docker-image
container
craftbukkit
docker-images
paperspigot
dockerized
containerized
dockerized-spigot
dockerized-paperspigot
spigot-docker
spigot-container
paperspigot-docker
docker-paperspigot
minecraft-docker
-
Updated
Jun 20, 2021 - Dockerfile
A TinkersConstruct-inspired Spigot plugin
java
minecraft
bukkit
spigot
spigotmc
spigot-plugin
bukkit-plugin
craftbukkit
minecraft-plugin
tinkers-construct
paperspigot
craftbukkit-plugin
-
Updated
Jun 23, 2021 - Java
The MCMirror backend, heavily based on the original yivesmirror.com mirror website
php
minecraft
symfony
bukkit
sponge
server
spigot
mirror
paper
minecraft-server
minecraft-mod
craftbukkit
glowstone
-
Updated
Sep 3, 2020 - PHP
An advanced cross-server chat management system for Bungeecord
plugin
chat
minecraft
bukkit
sponge
spigot
bungeecord
bungeecord-plugin
spigotmc
spigot-plugin
bukkit-plugin
craftbukkit
minecraft-plugin
sponge-plugin
multichat
paperspigot
craftbukkit-plugin
-
Updated
Jun 5, 2021 - Java
A simple to use companion/pets plugin for a Spigot Minecraft server
-
Updated
Jun 26, 2021 - Java
KibbleLands Spigot patcher for better server performances and bytecode optimization
-
Updated
Jun 26, 2021 - Java
Open
Make MCCode external
2
josephworks
opened
Aug 29, 2019
Bukkit/Spigot/Paper based Minecraft server used by Minebench.de
java
minecraft
bukkit
spigot
paper
minecraft-server
craftbukkit
java11
paper-fork
minebench
custom-paper
phoenix616
-
Updated
Jun 12, 2021 - Shell
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
plugin
java
minecraft
bukkit
spigot
jar
spigot-plugin
bukkit-plugin
craftbukkit
help-wanted
minecraft-server-mod
contributions-welcome
-
Updated
Jan 3, 2021 - Java
-
Updated
Aug 28, 2020 - Java
Spigot plugin. Overhaul the dragons summoned in The End. Configurable templates, loot and particles. (Active Fork of PixelStix's DragonEggDrop)
-
Updated
Mar 12, 2021 - Java
Exploring the deepest depths of forking
java
minecraft
workflow
bukkit
gradle
spigot
paper
minecraft-server
craftbukkit
spigot-fork
eula
paper-fork
ilblu-server
ilblu
-
Updated
Jul 1, 2020 - Shell
Improve this page
Add a description, image, and links to the craftbukkit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the craftbukkit topic, visit your repo's landing page and select "manage topics."


Expected behavior
I melee a TNT Minecart with a knockback 2 sword and expect my message listening on EntityKnockbackByEntityEvent to print out the EntityTypes of both #.getEntityType() and #.getHitBy().getEntityType(). (The event should trigger properly.)
Observed/Actual behavior
No message is printed out because hitting a TNT Minecart (or regular minecart) does not trigger EntityKnockb