All Projects → KibbleLands → KibblePatcher

KibbleLands / KibblePatcher

Licence: MIT license
KibbleLands Spigot patcher

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to KibblePatcher

yamipa
Yet Another Minecraft Image Placing Addon
Stars: ✭ 19 (-24%)
Mutual labels:  bukkit, spigot, papermc
ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (+160%)
Mutual labels:  bukkit, spigot, craftbukkit
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, papermc
LiteCommands
☄️ LiteCommands - Annotation based Command framework for Velocity, Bukkit, Paper, BungeeCord and your other implementations.
Stars: ✭ 39 (+56%)
Mutual labels:  bukkit, spigot, papermc
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+360%)
Mutual labels:  bukkit, spigot, papermc
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+188%)
Mutual labels:  bukkit, spigot, craftbukkit
Treasury
Modern, multi-platform library facilitating integrations with economies and more
Stars: ✭ 46 (+84%)
Mutual labels:  bukkit, spigot, papermc
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+21072%)
Mutual labels:  bukkit, craftbukkit, papermc
RealIP
The Spigot, Bungee and Velocity plugin that parses client IP addresses passed from the TCPShield network.
Stars: ✭ 121 (+384%)
Mutual labels:  bukkit, spigot, craftbukkit
Origami
Bukkit/Spigot/Paper based Minecraft server used by Minebench.de | Looking for an 1.17 version? If so most patches are PRd into Paper now, Origami 1.17 will continue once patches that Paper wont accept are necessary.
Stars: ✭ 29 (+16%)
Mutual labels:  bukkit, spigot, craftbukkit
pluGET
📦 Powerful Package manager which updates plugins & server software for minecraft servers
Stars: ✭ 87 (+248%)
Mutual labels:  bukkit, spigot, papermc
Advanced-Portals
An advanced portals plugin for bukkit
Stars: ✭ 108 (+332%)
Mutual labels:  bukkit, spigot, craftbukkit
DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-32%)
Mutual labels:  bukkit, spigot, craftbukkit
EnchantmentsEnhance
✨ EE is a game progression mechanism plugin for spigot.
Stars: ✭ 31 (+24%)
Mutual labels:  bukkit, spigot, papermc
Mohist
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 861 (+3344%)
Mutual labels:  bukkit, spigot, craftbukkit
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (+4%)
Mutual labels:  bukkit, spigot, papermc
DragonEggDrop
Spigot plugin. Overhaul the dragons summoned in The End. Configurable templates, loot and particles. (Modern fork of PixelStix's DragonEggDrop)
Stars: ✭ 14 (-44%)
Mutual labels:  bukkit, spigot, craftbukkit
BedWars
Simple BedWars minigame plugin for Spigot version 1.9.4 - 1.19
Stars: ✭ 186 (+644%)
Mutual labels:  bukkit, spigot, papermc
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
VoxelGamesLibv2
Powerful, feature-packed, abstract and expandable Minecraft minigames framework.
Stars: ✭ 67 (+168%)
Mutual labels:  bukkit, spigot

KibblePatcher

If you are a KibblePatcher user, and find an issue, please create an issue on GitHub Before reporting an issue check that the issue is not occurring without KibblePatcher! Also check that you are using the latest version of KibblePatcher.

You can find downloads in Releases
Please read the LICENCE before using the software

The main goals

Be fun and easy to do and use :3

This is mainly for who use it, I will probably remove all optimisation features in KP 1.8.x (I no longer use this software, so I don't care if it reduces the product quality)

I originally made this project for a server project that is now dead and improved legacy plugin compatibility

Optimisation was never the main focus of the project and was just a nice bonus I liked to add to the project, for the server I was making having exact sin/cos return value on Math wasn't needed for the plugins we used, this helped to reduce plugin latency and improved TPS as it reduced the time spent on sin/cos calls (Which are very common and important for graphical stuff, but don't need to be as precise as some resource intensive AntiCheat may need)

I will slowly remove all features that I do not use and not requested via issues except for the LegacyPlugin support, as I want to try to keep history alive as much as I can, even if I can't do much due to my health problems.

Due to the community toxicity I received during the making of this project and lack of constructive criticism, if I ever do a new optimisation project on Minecraft, it will be closed source.

How to use

If you get a "Server is not a valid spigot server!" make sure it's not a hybrid server (Bukkit + Forge)

  1. Get you server.jar and KibblePatcher.jar (You can use Airplane as your server jar)
  2. Run the command java -jar KibblePatcher.jar server.jar server-patched.jar
  3. Use the server-patched.jar as a normal server jar
  4. Enjoy using very old plugins on your latest version server! :3
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].