Skip to content

sugarcane.yml

Tofik ♡ edited this page Jul 14, 2021 · 7 revisions

This is the main configuration file of Sugarcane

ItemMergeBehavior: -1
# Controls item merging behavior. -1 is Minecraft default, 0 is infinite stacking, 1 is no stacking.

verbose: false
# Set to true to use verbose mode.

brand-name: Sugarcane
# What should your server broadcast as its brand name.

config-version: 1
# DON'T CHANGE THIS

Settings

  itemStuckSleepTicks: 1
 # Controls how often a dropped item checks rather it's stuck inside a block (their most expansive operation). Higher values like 15 can be safely used and greatly improves dropped item performance if your server has thousands of them (from big farms/TNT/farming players etc).

  log-player-login-location: true
# Should the login location of players be logged on join

  disableEntityStuckChecks: false
# Checks if entities are stuck on a wall and should take damage

  fix-protocollib: true
# Fixes ProtocolLib causing rare NPE’s and some memory leaks by preloading it’s EnumWrappers.

Checks

  flight: true
# Change to false to disable this check
  vehicle-flight: true
# Change to false to disable this check
Clone this wiki locally