Configuration

#
# STOPTHATLAG
# by maxpowa
# Version 0.3
#
# This plugin is a work in progress!
# The latest version can always be found at http://dev.bukkit.org/server-mods/stopthatlag/
#

#
# AUTOMATION SETTINGS
#
# Interval is in seconds, that is the interval between item cleanups.
# Add world names to excluded worlds to exclude them from automatic cleanups.
# Keep warning true to be forewarned when cleanup is about to happen.
# Forewarn time can be changed by changing delay-amount
# Add worlds you don't want to auto clean to excluded-worlds
#

automation:
   automatic: true
   warning: true
   delay-amount: 10
   interval: 300
   excluded-worlds:
   - this_world_should_not_be_cleaned
   - this_one_should_not_too

#
# WARNING SETTINGS
#
# Control whether or not you would like players to receive a warning on cleanup.
#

warning:
   silent: false
   custom-warning:
      enabled: false
      message: 'Cleaning up floor items!'

#
# CLEANUP SETTINGS
#
# Change cleanup options, such as the laggy chunk warning threshold & customizable entity settings.
#

cleanup:
   chunk-warning-threshold: 100
   entities:
      mobs:
         tameable: false
         villagers: false
         monster: true
         neutral: true
      explosives: true
      xp-orb: true
      falling-sand: true
      items: true
      projectiles: true
      vehicles: true

#
# That's it! If you want to see more in this plugin, please feel free
# to contribute your ideas at http://dev.bukkit.org/server-mods/stopthatlag/
#

Comments

Posts Quoted:
Reply
Clear All Quotes