Filled Unique world border plugin

Discussion in 'Plugin Requests' started by tspierer2, Apr 18, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    tspierer2

    So we all know a plugin that limits the world size/ boundary line you cant pass.

    But I was wondering if it was possible to make a world border plugin that generates a huge bedrock wall at the border instead of having an invisible barrier that tells you you've reached the border.
    - not required, but also, if possible, it would be nice that chunks will be prevented from loading beyond the wall.

    config:
    Customizable list of World names that will have a border limit:
    - world: 15000 #<- meaning that a player can go all the way to z 15000 x 15000 and z -15000 and x -15000
    - world_nether: 2000
    - world_end: 400

    #the block material the huge wall will be made of. Use "none" for no wall and use whole building blocks so it will avoid glitches#
    wall block id: 7

    message player gets if somehow passes the huge bedrock wall: '&cYou have reached the edge of this world."
    message player gets if player tries breaking a block of the wall: "&cYou are not permitted to break that block."
    - make sure that the wall is safe from explosions
    ----------------------
    permissions:
    borderwall.bypass (lets you bypass the border)


    If this plugin is impossible to make, I'll be okay of using the border plugin that other servers are using.

    Thank you all! Btw my server version is spigot 1.83
     
  2. Offline

    timtower Administrator Administrator Moderator

    @tspierer2 WorldEdit: //walls ?
    Then throw WorldBorder over it to protect people from passing and chunks generating.
     
  3. Offline

    tspierer2

    I am kinda scared to //wall a space so big..
     
  4. Offline

    timtower Administrator Administrator Moderator

    McEdit?
     
  5. Offline

    tspierer2

    I have found a way to do this without installing plugins at all
    using the /worldborder command

    ------
    please delete this plugin request or move it to unused threads
     
    Last edited: Apr 19, 2016
Thread Status:
Not open for further replies.

Share This Page