Ability to modify tick rate of individual player without changing server tick rate
SkriptClientTickRate
SkriptClientTickRate is a Minecraft plugin that allows you to set the tick rate of a player and optionally freeze or unfreeze their animations using Skript.
Features
- Set the tick rate of a player.
- Freeze or unfreeze player animations.
Requirements
- Minecraft server running Paper
1.20.3 - Latest
. - Skript plugin installed on the server.
Installation
- Download the latest release of SkriptClientTickRate.
- Place the downloaded JAR file in the
plugins
directory of your Minecraft server. - Restart the server to load the plugin.
Usage
To use the plugin, you need to create a Skript that utilizes the custom effect provided by SkriptClientTickRate.
Example Skript
command /settickrate <player> <number>:
trigger:
set tick rate of arg-1 to arg-2 and freeze their animations
This command allows you to set the tick rate of a specified player and optionally freeze or unfreeze their animations.
Building from Source
To build SkriptClientTickRate from source, you need to have Maven installed.
Clone the repository:
git clone https://github.com/yourusername/SkriptClientTickRate.git cd SkriptClientTickRate
Build the project using Maven:
mvn clean package
The built JAR file will be located in the
target
directory.
Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
License
This project is licensed under the MIT License. See the LICENSE
file for details.
Information
Category | Developer Tools |
---|---|
Published on | January 3, 2025 |
License | MIT |
Downloads | 17 |
Stars | 0 |
Watchers | 0 |