mirror of
https://github.com/KoopaCode/NoBullying.git
synced 2025-04-04 15:47:32 +00:00
Update README.md
This commit is contained in:
parent
df3f5d2657
commit
e4a6ae9338
48
README.md
48
README.md
@ -1,2 +1,48 @@
|
|||||||
# No-Bullying
|

|
||||||
|
|
||||||
A lightweight plugin that prevents mob swarms by limiting how many mobs can target a player at once.
|
A lightweight plugin that prevents mob swarms by limiting how many mobs can target a player at once.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- 🛡️ Limits the number of mobs that can target a player simultaneously
|
||||||
|
- 🌍 Multi-world support - enable/disable per world
|
||||||
|
- ⚡ Lightweight and efficient
|
||||||
|
- ⚙️ Fully configurable
|
||||||
|
- 🔄 Reload configuration without restart
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Maximum number of mobs that can target a player at once
|
||||||
|
max-targeting-mobs: 5
|
||||||
|
|
||||||
|
# Worlds where the plugin is enabled
|
||||||
|
enabled-worlds:
|
||||||
|
- world
|
||||||
|
- world_nether
|
||||||
|
- world_the_end
|
||||||
|
```
|
||||||
|
|
||||||
|
## Commands
|
||||||
|
|
||||||
|
- `/bully reload` - Reloads the plugin configuration
|
||||||
|
- Permission: `nobullying.reload`
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. Download the latest version of NoBullying
|
||||||
|
2. Place the jar file in your server's `plugins` folder
|
||||||
|
3. Start/restart your server
|
||||||
|
4. Configure the plugin in `plugins/NoBullying/config.yml`
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
Need help? Join our Discord server: [Discord Support](https://discord.gg/KmHGjaHWct)
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under the MIT License.
|
||||||
|
|
||||||
|
---
|
||||||
|
Made with ❤️ by KoopaLabs
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user