Skip to content

sugarcane.yml

Ixo edited this page Jul 13, 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

settings:

  itemStuckSleepTicks: 1

  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 some issues with ProtocolLib by preloading ProtocolLib's EnumWrappers.

checks:

  flight: true
//

  vehicle-flight: true
//
Clone this wiki locally