Web Module
Featuresβ
- Define use regions via whitelist or blacklist per world
- Configure web item appearance (name, lore)
- Set web duration and cooldown
Configuration Referenceβ
Key | Type | Default | Description |
---|---|---|---|
enabled | boolean | true | Enable or disable the web module |
web-duration | number | 10 | Duration (in seconds) the web remains |
web-cooldown | number | 5 | Cooldown (in seconds) between uses |
web-item | object | Item data (name, lore, material, etc.) for the web item | |
regions | object[] | [] | List of world-specific region filters (world, mode, list) |
Exampleβ
settings.yml
enabled: true
web-duration: 10
web-cooldown: 5
web-item:
name: "Web Launcher"
lore:
- "Shoot webs temporarily"
regions:
- world: world
mode: WHITELIST
regions:
- pvpzone
Web Itemβ
You can define the name and lore of the snow web item.
Format:
settings.yml
web-item:
name: TEXT
lore: [TEXT]
Durationβ
The duration of the web in seconds.
Cooldownβ
The cooldown of the web in seconds.