CobbleSword / BurritoSpigot

BurritoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes. while offer extra APIs and support for plugins
Other
53 stars 18 forks source link

🌯 BurritoSpigot 🌯

BurritoSpigot is a fork of TacoSpigot 1.8.8 that offers several enhancements to performance as well as bug fixes. while offer extra APIs and support for plugins

Supports 300 Players @ 20 TPS (Given all your plugins are programmed well)

Features

Since it's been a few years since 1.8.8 release, it has fallen behind in a few optimizations to the infrastructure to replies on, these changes just brings it up to speed

Commons Plugins

Download

Download BurritoSpigot.jar

Compilation

See the server directory's README.md for instructions to compile BurritoSpigot.

How to modify knockback

Edit the KnockbackSpigot.json then restart the server

Knockback Config / KnockbackSpigot.json

{
  "knockbackFriction": 2.0,
  "knockbackHorizontal": 0.35,
  "knockbackVertical": 0.35,
  "knockbackVerticalLimit": 0.4,
  "knockbackExtraHorizontal": 0.425,
  "knockbackExtraVertical": 0.085
}

Discord / Support

Join Discord group

Special thanks

How to build

We have to use a patching system do to minecrafts copyright, so it's a little bit tricky