BentoBoxWorld / Border

Adds a world border around islands
Eclipse Public License 2.0
13 stars 8 forks source link

Add feature to disable spawn of blocks when player somehow get out of border #118

Closed MorkaZ closed 10 months ago

MorkaZ commented 10 months ago

Is your feature request related to a problem?

Yes. Players can grief someone's cave/island if they will tp out of cave/island and try to get back in by movement. They will get teleported back with spawn of stone block under them near border.

Describe the solution you'd like.

Add feature in config which will allow to disable generation of this block. I know some players may fall or something but servers like mine allow players to fly and have keepinventory: true (gamerule) so in this case generating blocks like that make only troubles.

Describe alternatives you've considered.

Other alternative is to add option to teleport player to cave/island spawnpoint instead of nearest point of border with block under player. It would be also nice and solve this problem.

Agreements

Other

Screenshot image

tastybento commented 10 months ago

I added an option in config.yml to turn off the block.

BONNe commented 10 months ago

tasty, maybe better fix would be not to add the top-bottom block if player is in fly mode? The issue why they are added are because players are flying

tastybento commented 10 months ago

Ah yes. That could be a good approach.

tastybento commented 10 months ago

Done.