Dimensions wiki
  • Get Started
  • Commands
  • General info
    • Worlds/Dimensions
    • How does it work?
  • Configuring Dimensions
    • Dimensions configuration
    • Portal configuration
    • Portal creator
      • Editing the portal
      • Extra options
      • Downloading the file
    • Addons
      • Free Addons
        • World guard flags addon
        • Patreon Cosmetics addon
        • Horizontal portals addon
        • ForceLink addon
        • LightAPI addon
      • Premium Addons
        • Unbreakable addon
        • HubWorld addon
        • Random location addon
        • Permissions addon
        • Biomes addon
        • DayLightSensor addon
        • Limited uses addon
        • Timed portals addon
        • Message on use addon
        • ChargeOnUse addon
        • Pasted portals addon
        • Custom lighter addon
        • Better portals addon
        • Commands on use addon
        • Stylish portals addon
        • Particles addon
          • Particles Editor
        • Bungee addon
          • Bungee setup
          • Velocity setup
          • Spigot/Paper setup
        • ModelEngine addon (BETA)
        • IgniteByEvent addon (BETA)
      • Third party addons
Powered by GitBook
On this page
  • What does it do?
  • How is it configured?

Was this helpful?

  1. Configuring Dimensions
  2. Addons
  3. Premium Addons

Timed portals addon

PreviousLimited uses addonNextMessage on use addon

Last updated 2 years ago

Was this helpful?

What does it do?

Portals will auto-destruct after a configured time of being lit.

How is it configured?

Addon:
  TimedPortals:
    DestroyAfterMillis: <input1>
    Action: '<input2>'
    Effects: #input3
      - '[millis]->[particle pack]'
  • input1: any integer above zero (0) that indicates how many milliseconds this portal will be activated before being destroyed

  • input2: you can use between 'Close' or 'Destroy'. Close will just break the portal like you would if you attacked the inside of it and Destroy will also remove the frame blocks. You can also add {explode%<integer 0-100>} if you want the portal to explode. The integer after the % are the chances of the portal exploding.

  • input3: here you must list all the effects you want to play (from the ) and the delay for every effect.

Effects Example:

  Effects:
#   - '[milliseconds after ignite]->[particle pack name]'
    - '1000->timer1'
    - '2000->timer1'
    - '3000->timer1'
    - '4000->timer1'
    - '5000->timer2'
    - '5500->timer3'
ParticlesAddon