Skip to main content

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​

KeyTypeDefaultDescription
enabledbooleantrueEnable or disable the web module
web-durationnumber10Duration (in seconds) the web remains
web-cooldownnumber5Cooldown (in seconds) between uses
web-itemobjectItem data (name, lore, material, etc.) for the web item
regionsobject[][]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.