Compatibility
Minecraft: Java Edition
1.21–1.21.10
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Details
Licensed ARR
Published last year
Updated last year
LirCrashFix - plugin that allows you to fix or even optimize some server related issues.
Need Java 16!
Brace yourselves — the beta of LirCrashFix 2.0 is almost here!
Advantages
- Enable/Disable limitation on mobs in chunk. And ability to change number of mobs in chunk.
- Enable/Disable automatic removal of mobs. And the ability to change the cooldown for removing a mob.
- Automatically removes redstone when player quickly turns on and off. [V1]
- Ability to kick a player if he spams a command, and change the reason for the kick.
- Support hex colors.
- Command that will delete all mobs that are registered in the config "entities".
- Update notification, So that you don't have to constantly check whether an update has been released or not.
Permissions
- lircrashfix.reload: With this permission the player can reload the plugin configuration.
- lircrashfix.killmobs: If a player has this permission, he will be able to kill mobs using the command: /killmobs
Commands
- /lircrashfix reload: Reloads the plugin configuration
- /killmobs: Removes all mobs in the world, only removes mobs or entities listed in "entities".
Messages (old)


config.yml
#--------------------------------------------------------------------#
# LirCrashFix Configuration File #
#--------------------------------------------------------------------#
# All plugin commands: #
# #
# /LirCrashFix reload: Reloads the main plugin config #
# #
# /killmobs: Removes all mobs in the world, removes only those mobs #
# or entities that are listed in "entities" #
#--------------------------------------------------------------------#
# All Plugin Permission: #
#--------------------------------------------------------------------#
# #
# lircrashfix.reload: If a player has this permission, then the #
# player who has this permission can reload the plugin configuration #
# #
# lircrashfix.killmobs If the player has this permission, the player #
# will be able to kill mobs using the command: /killmobs #
#--------------------------------------------------------------------#
# When the plugin starts, it will check for updates.
enable-update-checker: true
# You can change any message if you don't like what is there now.
messages:
reload-success: "&aThe plugin configuration has been successfully reloaded."
no-permission: "&cYou do not have permission to execute this command."
mob-limit-message: "&6You can't spawn more mobs in &cthis place!"
kick-reason: "&6You have been kicked for &ccommand spamming!"
kill-success: "&6You have killed &c%count% mobs!"
# Specify here the mobs or entities that will be deleted after using the command /killmobs
entities:
- BOAT
- ARMOR_STAND
- MINECART
- ZOMBIE
- SKELETON
- CREEPER
# Max count of mobs in a chunk
max-mobs-per-chunk: 50
# Enables the limit of mobs in chunks
enable-mob-limit: true
# Enables disabling mob intelligence when the maximum number of mobs in a chunk is reached
enable-mob-ai: true
# A timer that will remove mobs when they spawn.
removing-mobs-per-secound: 60.0 # Recommended 180.0
# Enables the removal of mobs taking into account the timer
enable-removing-mobs: true
# Timer for using a command, if a player has entered a command and the timer has not yet passed, the player will be kicked from the server
spam-threshold-seconds: 1.0 # Recommended 0.2
# Redstone timer, if the player activates the redstone and the timer does not pass then the redstone will be destroyed
redstone-cooldown: 0.1




