Cuberite Forum
LimitWorld - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+--- Thread: LimitWorld (/thread-1277.html)

Pages: 1 2 3 4


LimitWorld - NiLSPACE - 12-08-2013

LimitWorld
Is a plugin that allows you to limit your world as in stop chunk acces after a certain range. Also it teleports players back if they go further then the maximum range.

Commands
  • None

Permissions
  • None

Config
  • General
    • Range
      When a chunk is generated after this range the chunk gets changed to the given composition.
    • Shape
      The shape of the area players can use. This can be either "circle" or "square"
  • Chunk
    • Composition
      The composition where an plugin is generated. You can define it by using: HeightLayer x Block;HeightLayer x Block etc. You can use both block names and block ID's
  • Example:
    Code:
    General =
    {
        MaxRange = 10,
        Shape = 'square',
    },

    Chunk =
    {
        ChunkComposition = '61x7;1x8',
    },
Pictures:

   
   
   

Source: Here
Download: Here


RE: LimitWorld - tonibm19 - 12-09-2013

Maybe add downloand link or github page Wink
https://github.com/STRWarrior/LimitWorld


RE: LimitWorld - NiLSPACE - 12-09-2013

Already added Wink But you were right I forgot it firstTongue


RE: LimitWorld - tigerw - 12-09-2013

Core already has this, sort of? (just without the custom composition)


RE: LimitWorld - NiLSPACE - 12-09-2013

Yea I wanted to take it a step further. I created the core's limit world function Wink

Hmm it seems like someone removed the function where chunks generate as empty chunks in the core.


RE: LimitWorld - tigerw - 12-09-2013

It seems to work: if you keep on getting teleported back up to a certain point, chunks won't generate anyway.


RE: LimitWorld - NiLSPACE - 12-09-2013

But I remember very well that I also made chunks generate with only air. I even posted a picture of it in the "What we're doing" thread. Searching now Smile

Found my post Smile https://forum.cuberite.org/showthread.php?tid=434&pid=6747#pid6747 (I disabled the teleport back feature so I could take the screenshot)


RE: LimitWorld - tigerw - 12-09-2013

Cool, though I suppose because of teleport back, no one ever really sees the missing land.


RE: LimitWorld - SamJBarney - 12-10-2013

Here's a question and a thought: Would it be possible to smoothly transition from one side of the limited area to the other?

For instance, could you make it so that when you walked off one side of the limited world, you ended up on the other side, without the player noticing?


RE: LimitWorld - tonibm19 - 12-10-2013

That would be awesome Smile