
SomeFakeLags
Minecraft Spigot plugin that creates fake lag effects on players for trolling purposes. Uses packet manipulation to create various disruptive effects without actually affecting server performance.
11
1
FakeLags Plugin
A Minecraft Spigot plugin that creates fake lag effects on players for trolling purposes. Uses packet manipulation to create various disruptive effects without actually affecting server performance.
Features
- Multiple Lag Types: Apply different types of fake lag effects to players
- Packet Manipulation: Uses the packetevents library for advanced packet handling
- Permission-Based Control: Configurable permissions system
- Customizable Messages: Editable messages in configuration
- Tab Completion: Built-in tab completion for commands
Requirements
- Minecraft Server (Spigot/Paper) 1.16+
- packetevents library
Installation
- Download the FakeLags plugin JAR file
- Place it in your server's
pluginsfolder - Download packetevents (/plugins/packetevents)
- Restart or reload your server
- The configuration file will be generated automatically
Commands
/lags <type> <player>- Apply/remove lag effects on a player
Lag Types
ALL_CANCEL- Cancels packets from the client (with configurable chance percentage)ENTITIES_NO_MOVE- Freezes all entities for the clientSPAM_SOUNDS- Spams random sounds to the playerFANTOM_BLOCKS- Spawns barrier blocks next to the playerRANDOM_TIME- Randomizes the world timeSWAP_ITEMS- Swaps items in the player's hand
Permissions
enable.lag- Allows using the lags command (configurable in config.yml)
Configuration
The plugin creates a config.yml file with the following options:
messages:
enable_lag: "У игрока %player% были включены лаги %type%."
disable_lag: "У игрока %player% были выключены лаги %type%."
not_found_type: "Переданный тип лагов не найден."
not_found_player: "Игрок не найден."
no_permissions: "Недостаточно прав."
packets_cancel_chance: 65 # Chance percentage for "ALL_CANCEL" type lags
permissions_to_enable_lag: enable.lag
Usage
To apply a lag effect:
/lags ALL_CANCEL PlayerName
To remove a lag effect (same command):
/lags ALL_CANCEL PlayerName
The command acts as a toggle - run it once to enable the effect, run it again to disable it.
Notes
- This plugin is designed for trolling/fun purposes only
- Effects are client-side and don't impact server performance
- Requires the packetevents library to function properly
- Compatible with Minecraft versions 1.16 and above
License
This project is licensed under the MIT License.
Ссылки
Создатели
Детали
Лицензия:MIT
Опубликован:1 месяц назад
Обновлён:1 месяц назад
