Описание
# OrbitalStrike Minecraft Plugin
A Plugin for **Minecraft 1.21 - 26.2** featuring Orbitals:
###### Should work on any Spigot fork like Paper or Purpur if not Message me on Discord or open a issue here
- `/orbital nuke` → **Massive crater with 10 rings + center TNT**
- `/orbital stab` → **Instant full-depth tunnel to bedrock**
- `/orbital give [playername] [type]` | Gives other Players a Rod |
- `/orbital dogs` → **50+ wolves ready to Help you**
- `/orbital stasis [coords]` → **if you need a quick escape**
- `/orbital chunkeater` → **Armorstand ready to destroy the whole Chunk**
---
## Features
| Feature | Description |
|--------|-------------------------------------------------------------------------------------------------|
| **Nuke Strike** | 10 rings + center, all TNT drops simultaneously from above, explodes **2 seconds after impact** |
| **Stab Strike** | Instant tunnel straight down to bedrock |
| **Dogs Strike** | Summons **50+ tamed wolves** with **Speed II + Strength II and Armor** |
| **Chunkeater** | Powerful Armorstand that destroys a whole Chunk |
| **One-Time Use** | Rod breaks after single use |
| **Fully Configurable** | `config.yml` for rings, yield, height, delay |
| **Permission System** | `orbital.use` — easy with LuckPerms |
| **No Cooldown** | Spam allowed (can crash or lag the Server) |
---
## Installation
1. Download `OrbitalStrike-1.6.7.jar`
2. Place it in your `plugins/` folder
3. Go into **"spigot.yml"** and set **"max-tnt-per-tick"** to **1000** else it might cause problems
4. **Start the server**
5. `plugins/OrbitalStrike/config.yml` is auto-generated
---
## Commands
| Command | Description |
|--------|-------------|
| `/orbital nuke` | Gives you a **Nuke Rod** |
| `/orbital stab` | Gives you a **Stab Rod** |
| `/orbital dogs` | Gives you a **Dog Rod** |
| `/orbital give [playername] [type]` | Gives other Players a Rod |
| `/orbital stasis [coords]` | Gives you a **Stasis Rod** |
| `/orbital chunkeater` | Gives you a **Chunkeater Armorstand** |
> **Permission:** `orbital.use`
> → Default: **OPs only**
> → Should work with any Perms Plugin
---
## Configuration (`config.yml`)
```yaml
permission: "orbital.use"
disabled-worlds:
- ""
cooldowns:
enabled: false
nuke: 300
stab: 120
dogs: 180
chunkeater: 600
stasis: 240
rod:
distance: 100
throw-rod: true
nuke:
rings: 10
height: 15
yield: 6.0
tnt-per-ring-base: 40
tnt-per-ring-increase: 2
fuse-ticks: 160
center-tnt: true
Animated-rings: true
damaged-rings: true
stab:
yield: 4.0
dogs:
count: 50
radius: 5.0
effect-duration: 2400
effects:
- "SPEED:1"
- "STRENGTH:2"
```