11 Config Entries
Tofik ♡ edited this page 2021-06-12 13:34:56 +02:00

Config entries for Yatopia

verbose: false 
// Change to true if You want to turn on verbose mode.

brand-name: Yatopia
// What should Your server display as it's brand name.

config-version: 1
// Don't modify !!!

settings:

  log-player-login-location: true
  // Should the player location be logged when joining

  fixFallDistance: false
  // Fixes the fall distance being incorrect

  disableEntityStuckChecks: false
  // Should entities not check if they are stuck in a wall and should suffocate. E.g useful in hubs where player damage is canceled anyway.

  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).

  fire-block-physics-event: true
  // Should the block physics event be fired

  fix-protocollib: true
  // Fixes some issues with ProtocolLib by preloading ProtocolLib's EnumWrappers.

checks:

    moved-quickly: true     
    // Change to false to disable this check
    moved-wrongly: true     
    // Change to false to disable this check
    vehicle-moved-quickly: true     
    // Change to false to disable this check
    vehicle-moved-wrongly: true     
    // Change to false to disable this check
    flight: true     
    // Change to false to disable this check
    vehicle-flight: true     
    // Change to false to disable this check

intervals:

    player-time-statistics: 1
    // How many ticks should it take to update the statistics of player. Recommended value is 20 for better performance with the same accurate counting.

tick:

    enchanting-tables: false
    // Change to true to enable enchantment table ticking

criterion-triggers:

    location: true
    // You should turn this setting off, if You are not using any datapacks that use criterion triggers.

    enter-block: true
    // You should turn this setting off, if You are not using any datapacks that use criterion triggers.

    tick: true
    // You should turn this setting off, if You are not using any datapacks that use criterion triggers.

villagers:

    simplerVillagerBehavior: false
    // Replaces the entire villager AI to the old AI system that all other mobs use. This breaks iron farms/villager breeders/villages (WIP to fix these problems), all villagers get a random profession (if they didn't have one) like in 1.8, don't need nor use workstations and refresh their trades after some time (trades are completely unaffected). This makes villagers as performant as all the other mobs by getting rid of their "brain" (Mojang's name^^) and behavior controller system, instead using the normal goal selector system. This way villagers are over twice as performant, but with the drawbacks that for now Iron farms/villager breeders are broken, so they can just be used for trading systems.

    villagersHideAtNight: false
    // Addon for ``simplerVillagerBehavior``, gives villagers the ability to drink an invisibility potion like wandering traders at night to make it less likely for them to be killed since (for now) they don't stay at the village/use their houses at night and no ability for them to respawn.

worlds:

default:

    disable-observer-clocks: false
    // Change to true , if You want to disable observer clocks.

pigmen:

    dont-target-unless-hit: false
    // If pigmens should target players without being hit.

collisions:

      players: true
      // If players should collide.

      animals: true
      // If animals should collide.

      ambient: true
      // If ambient should collide.

      monsters: true
      // If monsters should collide.

      villagers: true
      // If villagers should collide.

      pillagers: true
      // If pillagers should collide.

      iron-golems: true
      // If iron golems should collide.

      misc: true
      // If misc entities should collide.

      items: true
      // If items should collide.

      water-creature: true
      // If water creatures should collide.

      water-ambient: true
      // If water ambient entities should collide.