#
TNTBorder Plugin
Version: 1.0-SNAPSHOT
TNTBorder is a Spigot plugin designed to limit the use of TNT on Minecraft servers. This plugin controls the amount of TNT players can place within a specific time frame, helping to maintain server performance.
## Features
- Hourly TNT placement limit
- Limit on the number of TNT placements allowed within a specific time frame
- Resetting the counter after explosive TNT events
- Flexible configuration through the `config.yml` file
## Installation
1. Ensure that your Spigot server is running a compatible version.
2. Download the plugin from the [releases](coming soon) page.
3. Place the downloaded file into the `plugins` folder of your server.
4. Start your server.
## Usage
- Customize the hourly and interval-based limits for TNT placements in the `config.yml` file.
## Configuration
You can customize the behavior of the plugin by editing the `config.yml` file.
Code (YAML):
hourlyTntLimit
: 50
tntLimitPerInterval
: 5
intervalDuration
: 600
customMessage
:
"&cYou've reached the hourly TNT placement limit. You cannot place more."