LaggRemover Bukkit Plugins 1.8.1
Download LaggRemover Bukkit Plugins 1.8.1
LaggRemover Bukkit Plugins About:
Does your server lag? If so, you are in the right place. LaggRemover causes a noticeable improvement in performance. You can cut your ram usage in half just by installing it! LaggRemover is unlike most plugins(such as ClearLagg) that lower lag on your server in the fact that it works with chunks, not entitys. You can use this for minigame servers to large survival servers. You can easily run a 24 person server on 1G of ram! The effects are absolutely amazing. Download today and find out how much faster your server can be!
LaggRemover Bukkit Plugins Features
Ram Usage Reduction – LaggRemover decreases the amount of ram your server uses by monitoring and controlling the amount of chunks loaded into memory. The more chunks loaded, the more lag your server will have. LaggRemover eliminates this problem by keeping the bare minimum of chunks required loaded.
Advanced Tracking Technology – Get the most accurate Ticks Per a Second (TPS) reading of your server with the latest and most efficient methods possible.
Impression Factor – First impression is everything with a server. If your server is lagging like crazy when someone joins it for the first time, they are not going to want to keep playing on it. Don’t loose potential members to lag ever again.
Accurate Readings – Check to see if your server host is really giving your the amount of ram they say they are. You can list the amount of ram you are currently using, the max that you can use, and the amount you currently have allocated.
Smart/Automatic lag detection and removal – This feature detects and removes lag before it becomes a problem. There is nothing like this in any other plugin out there.
Automatic Lag Removal – Want to be extra save or maybe just make it look like something is happening? You can have a lag protocol automatically be run after a certain period of time.
Incognito Mode – Want players to have a lag free vanilla experience? Now they can with LaggRemover’s Incognito Mode! When this mode is enabled, players will not see any messages broadcasted by LaggRemover unless they have the lr.view permission.
Lag Machine Prevention – With LaggRemovers mob thinning, you can prevent players from making an effective lag machine. Lag machines are meant to harm your server horrifically by spawning loads of entities in the same location. Mob thinning can prevent such machines by disabling the ability for more than a certain amount of mobs to spawn in a single chunk.
Automatic Updates! – Once you download LaggRemover, you never have to again. Each time a new version is released, the plugin is downloaded and installed.
Commands
/lr help [num] – Lists all commands in LaggRemover.
/lr lagg – Displays the servers TPS.
/lr ram [branch] – Generic ram info command.
/lr chunk [world] – Lists the number of chunks loaded in that world.
/lr master – Displays a lot of information about the world and server you are in.
/lr clear – Clears all items on the ground.
/lr clear warning – Warns players that items will be cleared in 60 seconds and then clears the items 60 seconds later.
/lr clear entity [type] – Clears all entities of that type.
/lr clear entity [type] warning – Clears all entities of that type 60 seconds after giving a warning.
/lr items – Lists the number of items in your current world to the number of items on the server.
/lr unload – Unloads all chunks in a world that you specify.
Permissions
lr.* – Gives access to the generic LaggRemover command
lr.help – Gives access to the help command
lr.master – Gives access to the master listing of all performance data from the server
lr.lagg – Gives access to view the Ticks Per a Second(TPS) of the server
lr.ram – Gives access to view ram data
lr.chunk – Allows you to list the number of chunks loaded in a world
lr.clear – Allows you to clear all items on the ground
lr.clear.entity – Allows you to clear entities of a certain type
lr.items – Allows you to list the number of items in your current world to the number of items on the server
lr.view – Allows players to view messages by LaggRemover when in incognito mode.
lr.unload – Allows players to unload all chunks in a world.
Configuration
# The number at the end of the of each line is how much enabling this is going to improve server performance compared to other features
# The numbers are on a scale of 1-10
# All features are enabled by default
version: 0.1.3
# Automatically removes loaded chunks in worlds that have no players every 10 seconds. (9)
autoChunk: true
# Removes spawn chunks for all worlds in your server. (10)
noSpawnChunks: true
# This determines if the Smart Lag Detection AI is working to keep your server lag free. (10)
smartlagai: true
# Smart lag detection. If a player types “lag” or “lagg” in the chat and your server TPS is less than this number, the servers lag removal AI will become active. (10)
TPS: 16.00
# Smart lag detection. If a player types “lag” or “lagg” in the chat and your server has less than this amount of ram left, the servers lag removal AI will become active. UNIT IN MEGABYTES (10)
RAM: 100
# This is the protocol id that you want executed by the smart lag removal tool. PROTOCOLS: clear_items, warn_clear_items, warn_clear_entities_all, warn_clear_entities_hostile, warn_clear_entities_peaceful, clear_entities_all, clear_entities_hostile, clear_entities_peaceful, command
lag_protocol: warn_clear_items
# This command will be run when the command protocol is used. This can be any command from any plugin. (WITHOUT THE / PREFIX)
lag_command: help 1
# Item clearing cool down. This is how long the smart lag detection has to wait until it can run its protocol again. Time is in minutes!
protocol_cooldown: 5
# This is a list of worlds that will not be automatically saved by the server. This reduces disk usage but can only be used for worlds in which the terrain is not being edited. Add DISABLED to the list to allow all worlds to automatically save. (6)
nosaveworlds:
– DISABLED
# This automatically removes lag after a certain period of time. The time is in minutes.
auto-lag-removal: false
auto-lag-time: 10
# This makes it where players without the lr.view permission can not view any messages from LaggRemover.
incognito: false
# This prevents mobs from spawning in a chunk that contains more than the amount of entities specified in the “thinAt” value. (10 because it can prevent players from creating lag machines)
thinMobs: true
# The max number of entities that can spawn in a single chunk.
thinAt: 30
# Allows the LaggRemover AI (Artificial Inteligence) to perform action to lower the amount of packets being sent to just the player that typed lag. (10)
doRelativeAction: true
# When enabled, only allows the removal of items for relative lag removal for players.
doOnlyItemsForRelative: false
# This prevents non-hostile mobs from being removed by the relative lag removal system. THIS HAS TO BE DISABLED TO USE doOnlyItemsForRelative
dontDoFriendlyMobsForRelative: true
# This is whether you would like this plugin to automatically check and install new updates. This is highly recommended.
auto-update: true