/BurritoSpigot-Server

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

Primary LanguageJavaOtherNOASSERTION

🌯 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.9 release, it has fallen behind in a few optimizations to the infrastructure to replies on, these changes just brings it up to speed

  • Java 8+ support this brings all the performance improvements of the more later java versions
  • Updated netty 4.0.23.Final => 4.1.75.Final
  • Stops classic book exploit
  • Expand View Distance limit to 64

Commons Plugins

  • ViaVersion Support 1.9 all the way up to 1.19 and onward on a 1.8.9 server
  • ProtocolLib An api common used by developers to edit packets
  • Vault Allows your plugins to share currencies
  • Citizens Allows you to spawn NPC of players and entities
  • EssentialsX a mix of common commands

Download

1.8.8: Download BurritoSpigot.jar

1.8.9: See GitHub Actions

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
}

BurritoSpigot Config / 'burrito.yml'

# This is the main configuration file for BurritoSpigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# 
# If you need help with the configuration or have any questions related to BurritoSpigot,
# join us in our Discord.
# 
# Discord: https://discord.gg/SBTEbSx
# Github: https://github.com/CobbleSword/BurritoSpigot

config-version: 1
chunkThreads: 2
playersPerThread: 50
warnTooManyChannelsRegistered: true
customChatLength: 100

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

  • cd BurritoSpigot-Server
  • ./burrito dev
  • Wait till all the files have be patched
  • Open the parent project in IntelliJ
  • Done