promotional bannermobile promotional banner

Shaped Borders

World border plugin supporting a variety of shapes for each border.

Shaped Borders

Shaped Borders is a world border plugin based on WorldBorder, redesigned to support additional border shapes, and easily add new ones. Currently supported border shapes are rectangular, circle, and composite. Composite shapes allow you to add multiple border shapes of any type to a world to create a single more complex border.

Warning: abandoned BETA version - tested for basic functionality, but may have unknown glitches. I probably won't update this anytime soon, but it might work just fine for you. Please report any bugs.

Goals

  • support full feature set from WorldBorder (currently not fully implemented)
  • maintain WorldBorder performance
  • flexible border shape setup
  • easily add new border shapes

Features

  • setup up one border per world
  • setup border in rectangular, circle and composite shapes
  • allow border bypass for players via permissions

Commands

/shapedborders reload

Reload configuration from config.yml

Configuration

Configuration is currently only possible via the plugin config file. A default configuration is written to the plugin directory after the first start.

Example configuration file:

# how many world ticks to wait between checking player locations
timerTicks: 5
# how far to knock a player back into the border when caught outside
knockback: 3
# show an effect when knocking player back
whooshEffect: true

# world border setup
borders:
  # the main world is a small rectangle
  world:
    ==: rectangle
    xMin: -50.0
    xMax: 50.0
    zMin: -100.0
    zMax: 200.0
  # the nether is limited by a circle with the radius of 1200
  world_nether:
    ==: circle
    xCenter: 0
    yCenter: 0
    radius: 1200

# an L-shaped rectangular polygon for world "creative"
creative:
  ==: composite
  borders:
    - 
      ==: rectangle
      xMin: 0
      xMax: 500
      zMin: -1000
      zMax: 1000
    -
      ==: rectangle
      xMin: 500
      xMax: 1500
      zMin: 500
      zMax: 1000

Permissions

  • shapedborders.admin Allow shaped borders commands. Default: op only
  • shapedborders.bypass Allow bypassing of borders. Default: false

The Shaped Borders Team

profile avatar
  • 3
    Projects
  • 98.5K
    Downloads
Donate

More from _ForgeUser9107489

  • Gringotts project image

    Gringotts

    • 62.7K
    • Bukkit Plugins

    Item-based currency / economy plugin

    • 62.7K
    • June 23, 2019
    • Bukkit Plugins
    • +1
  • EnderPearl Cooldown project image

    EnderPearl Cooldown

    • 33.8K
    • Bukkit Plugins

    Adds cooldown to ender pearl throws

    • 33.8K
    • July 12, 2014
    • Bukkit Plugins
    • +1
  • Gringotts project image

    Gringotts

    • 62.7K
    • Bukkit Plugins

    Item-based currency / economy plugin

    • 62.7K
    • June 23, 2019
    • Bukkit Plugins
    • +1
  • EnderPearl Cooldown project image

    EnderPearl Cooldown

    • 33.8K
    • Bukkit Plugins

    Adds cooldown to ender pearl throws

    • 33.8K
    • July 12, 2014
    • Bukkit Plugins
    • +1