Plugin Help whats a good lagg entitie cleaner

Discussion in 'Plugin Help/Development/Requests' started by lk0n, Mar 23, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    lk0n

    I currently use stop that lagg but i keeps deleting peoples animals. Any sugestions on what tk use. Im on tekkit classic 1.2.5. Any help will be appreciated
     
  2. Offline

    nverdier

    @lk0n Could you please link to the plugin you're using? Also, please post the config.yml in a pastebin.
     
  3. Offline

    lk0n

    http://dev.bukkit.org/bukkit-plugins/stopthatlag/

    Code:
    # STOPTHATLAG
    # by maxpowa
    # Version 0.1
    #
    # 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.
    #
    
    automation:
       automatic: true
       interval: 300
    
    #
    # WARNING SETTINGS
    #
    # Control whether or not you would like players to receive a warning on cleanup.
    #
    
    warning:
       silent: false
       custom-warning:
          enable#
    # STOPTHATLAG
    # by maxpowa
    # Version 0.1
    #
    # 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.
    #
    
    automation:
       automatic: true
       interval: 300
    
    #
    # WARNING SETTINGS
    #
    # Control whether or not you would like players to receive a warning on cleanup.
    #
    
    warning:
       silent: false
       custom-warning:
          enabled: true
          message: 'Cleaning up floor items!'
    
    #
    # CLEANUP SETTINGS
    #
    # Change cleanup options, such as the laggy chunk warning threshold.
    #
    
    cleanup:
       chunk-warning-threshold: 100
    
    #
    # 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/
    #d: true
          message: 'Cleaning up floor items!'
    
    #
    # CLEANUP SETTINGS
    #
    # Change cleanup options, such as the laggy chunk warning threshold.
    #
    
    cleanup:
       chunk-warning-threshold: 100
    
    #
    # 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/
    
     
Thread Status:
Not open for further replies.

Share This Page