HomeJavaModsWormholes [1.21.1+,26.1, 26.2] | Black Hole Effects | Manual Control
Wormholes [1.21.1+,26.1, 26.2] | Black Hole Effects | Manual Control
ModsJava

Wormholes [1.21.1+,26.1, 26.2] | Black Hole Effects | Manual Control

⬇ Download on Spigot

Wormholes | The RPG Portal Experience
Create mysterious, rotating wormholes with stunning visual effects!

English Description
Bring a touch of magic to your server! Wormholes allows you to connect locations with beautiful, rotating portals. Perfect for RPG servers, Lobbies, or Citybuild networks. Unlike other complex portal plugins, this system focuses on stability, performance, and a stunning visual "Black Hole" effect.

1. Core Features:
[*] Stunning Visuals: Rotating End-Gateway displays combined with counter-rotating spiral particle effects.
[*] Manual Management: Full control via the wormholes.yml. No messy ingame setup needed – just enter coordinates and reload!
[*] Multi-Language: Full support for English ( en.yml) and German ( de.yml).
[*] ⚙️ Full Admin Control: Toggle sounds, particles, and displays individually in the config.
[*] ⚡ Performance Optimized: High-speed teleportation with async logic and safe cooldowns.

Spoiler: View full config.yml
Code (YAML):

# +-----------------------------------------------------------------------+
# |                            Wormholes                                  |
# |                      - BlackCyper Projects -                          |
# +-----------------------------------------------------------------------+

# Die Sprache des Plugins.
# Verfügbare Dateien im 'languages' Ordner: de, en
language
: "de"

# Allgemeine Einstellungen
settings
:
  # Sollen beim Start des Plugins Informationen in der Konsole stehen?
  console-info
: true
 
  # Effekt-Einstellungen
  effects
:
    # Sollen die Partikel-Spiralen (schwarze Spiralen) angezeigt werden?
    show-particles
: true

# Teleport-Einstellungen
teleport
:
  # Cooldown in Ticks (20 Ticks = 1 Sekunde), bevor ein Spieler das Wurmloch erneut nutzen kann.
  # Verhindert "Dauer-Teleportieren" zwischen den Punkten.
  cooldown-ticks
: 40
 
  # Sounds beim Teleportieren aktivieren?
  play-sounds
: true

  # Soll die Teleport-Nachricht im Chat angezeigt werden? / Should the teleport message be shown in chat?
  send-message
: true
 

Spoiler: View full wormholes.yml (Data Storage)
Code (YAML):

# +-----------------------------------------------------------------------+
# |                       Wormholes - Daten-Speicher                      |
# |                                                                       |
# |  In dieser Datei kannst du deine Wurmloch-Paare manuell eintragen.    |
# |  Nutze danach /wormhole reload, um die Änderungen zu aktivieren.      |
# |                                                                       |
# |  In this file you can manually enter your wormhole pairs.             |
# |  Afterwards, use /wormhole reload to activate the changes.            |
# +-----------------------------------------------------------------------+

# Du kannst beliebig viele weitere Portale nach diesem Muster hinzufügen:
# You can add any number of additional portals following this pattern:

wormholes
:
  # Beispiel-Portal: Name kann frei gewählt werden / Example portal: Name can be freely chosen
  BeispielPortal
:
    pos1
:
      world
: "world" # Es muss der Weltenname sein! / Set your world name!
      x
: 100.0
      y
: 64.0
      z
: 100.0
      yaw
: 180.0   # [Optional] Rotation nach links/rechts (0=Süd, 90=West, 180=Nord, 270=Ost) / Left/right rotation (0=South, 90=West, 180=North, 270=East)
      pitch
: 0.0   # [Optional] Blickwinkel hoch/runter (-90=Himmel, 0=Geradeaus, 90=Boden) / Up/down view angle (-90=Sky, 0=Straight, 90=Ground)
    pos2
:
      world
: "world_nether" # Es muss der Weltenname sein! / Set your world name!
      x
: 20.0
      y
: 70.0
      z
: 20.0
      yaw
: 90.0     # [Optional] Rotation nach links/rechts / Left/right rotation
      pitch
: 15.0   # [Optional] Blickwinkel hoch/runter / Up/down view angle
 


Deutsche Beschreibung
Bringe Magie auf deinen Server! Wormholes ermöglicht es dir, Orte durch mysteriöse, rotierende Portale zu verbinden. Ideal für RPG-Server, Lobbies oder Citybuild.

1. Hauptmerkmale:
[*] Spektakuläre Optik: Rotierende End-Gateway Displays kombiniert mit gegenläufigen Partikel-Spiralen (Black Hole Effekt).
[*] Einfache Verwaltung: Verwalte deine Portale bequem über die wormholes.yml – kein langes Suchen nach Befehlen.
[*] Multi-Language: Komplette Unterstützung für Deutsch und Englisch direkt enthalten.
[*] ⚙️ Volle Kontrolle: Sounds, Partikel und Displays lassen sich einzeln in der Config einstellen.
[*] ⚡ Performance: Schnelle Teleportation mit sicherer Cooldown-Logik für lagfreien Betrieb.

Spoiler: Vollständige config.yml ansehen
Code (YAML):

# +-----------------------------------------------------------------------+
# |                            Wormholes                                  |
# |                      - BlackCyper Projects -                          |
# +-----------------------------------------------------------------------+

# Die Sprache des Plugins.
# Verfügbare Dateien im 'languages' Ordner: de, en
language
: "de"

# Allgemeine Einstellungen
settings
:
  # Sollen beim Start des Plugins Informationen in der Konsole stehen?
  console-info
: true
 
  # Effekt-Einstellungen
  effects
:
    # Sollen die Partikel-Spiralen (schwarze Spiralen) angezeigt werden?
    show-particles
: true

# Teleport-Einstellungen
teleport
:
  # Cooldown in Ticks (20 Ticks = 1 Sekunde), bevor ein Spieler das Wurmloch erneut nutzen kann.
  # Verhindert "Dauer-Teleportieren" zwischen den Punkten.
  cooldown-ticks
: 40
 
  # Sounds beim Teleportieren aktivieren?
  play-sounds
: true

  # Soll die Teleport-Nachricht im Chat angezeigt werden? / Should the teleport message be shown in chat?
  send-message
: true
 

Spoiler: Vollständige wormholes.yml ansehen
Code (YAML):

# +-----------------------------------------------------------------------+
# |                       Wormholes - Daten-Speicher                      |
# |                                                                       |
# |  In dieser Datei kannst du deine Wurmloch-Paare manuell eintragen.    |
# |  Nutze danach /wormhole reload, um die Änderungen zu aktivieren.      |
# |                                                                       |
# |  In this file you can manually enter your wormhole pairs.             |
# |  Afterwards, use /wormhole reload to activate the changes.            |
# +-----------------------------------------------------------------------+

# Du kannst beliebig viele weitere Portale nach diesem Muster hinzufügen:
# You can add any number of additional portals following this pattern:

wormholes
:
  # Beispiel-Portal: Name kann frei gewählt werden / Example portal: Name can be freely chosen
  BeispielPortal
:
    pos1
:
      world
: "world" # Es muss der Weltenname sein! / Set your world name!
      x
: 100.0
      y
: 64.0
      z
: 100.0
      yaw
: 180.0   # [Optional] Rotation nach links/rechts (0=Süd, 90=West, 180=Nord, 270=Ost) / Left/right rotation (0=South, 90=West, 180=North, 270=East)
      pitch
: 0.0   # [Optional] Blickwinkel hoch/runter (-90=Himmel, 0=Geradeaus, 90=Boden) / Up/down view angle (-90=Sky, 0=Straight, 90=Ground)
    pos2
:
      world
: "world_nether" # Es muss der Weltenname sein! / Set your world name!
      x
: 20.0
      y
: 70.0
      z
: 20.0
      yaw
: 90.0     # [Optional] Rotation nach links/rechts / Left/right rotation
      pitch
: 15.0   # [Optional] Blickwinkel hoch/runter / Up/down view angle
 

Thank you for your support! If you like this system, please leave a ⭐⭐⭐⭐⭐ rating!

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Wormholes [1.21.1+,26.1, 26.2] | Black Hole Effects | Manual Control is a free Minecraft Java mod. Compatible with Minecraft 1.21, 26.1, 26.2. Downloaded 55 times (via Spigot). Download it and open it directly in the game.

Explore more