Pack: Custom Nether Portals - teakivy/teaks-tweaks GitHub Wiki

Pack: Custom Nether Portals (custom-nether-portals)

Custom Nether portals allows players to ignite nether portals of any size or shape, or using crying obsidian in the portal frame if enabled.

Showcase

Config

The config for this pack can be found in the config.yml file for the plugin.

# Custom Nether Portals
# Ignite nether portals of any size or shape you like, or using crying obsidian in the portal frame if enabled.
custom-nether-portals:
  enabled: false
  # Whether or not to allow crying obsidian to be used in portal making
  allow-crying-obsidian: true
  # How big a portal has to be to be created (Default: 6 - 2x3)
  minimum-portal-size: 6
  # How wide a portal can be (Default: 23)
  # WARNING: Creating Larger portals may cause messy breaking patterns due to the base Minecraft Game's Limitations
  max-portal-width: 23
  # How tall a portal can be (Default: 23)
  # WARNING: Creating Larger portals may cause messy breaking patterns due to the base Minecraft Game's Limitations
  max-portal-height: 23

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

allow-crying-obsidian

  • Type - boolean
  • Default - true
  • Description - Controls whether crying obsidian is allowed in portal making

minimum-portal-size

  • Type - int
  • Default - 6 (2 x 3)
  • Description - Controls the minimum number of portal blocks to make a portal ()

max-portal-width

  • Type - int
  • Default - 23
  • Description - Controls the maximum width a portal can be (Note: Setting this larger than 23 may cause issues with breaking portals)

max-portal-height

  • Type - int
  • Default - 23
  • Description - Controls the maximum width a portal can be (Note: Setting this larger than 23 may cause issues with breaking portals)

Messages

"custom_nether_portals.name": "Custom Nether Portals",
"custom_nether_portals.description": "Ignite nether portals of any size or shape you like, or using crying obsidian in the portal frame if enabled.",

custom_nether_portals.name

  • Default - Custom Nether Portals

custom_nether_portals.description

  • Default - Ignite nether portals of any size or shape you like, or using crying obsidian in the portal frame if enabled.