GithubHelp home page GithubHelp logo

puremin0rez / worldborder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brettflan/worldborder

39.0 39.0 10.0 1.26 MB

Efficient, feature-rich plugin for limiting and generating your worlds. Continuation of the original plugin.

Home Page: https://www.spigotmc.org/resources/worldborder-pures-fork.81706/

License: BSD 2-Clause "Simplified" License

Java 99.11% Kotlin 0.89%

worldborder's Issues

Crossing the border below Y0 (custom terrain) teleports you to spawn.

In a custom-generated world where the terrain is uniformly below Y0 at the border, crossing the border teleports the player to world spawn.

It looks to me like the reason for this is that WorldBorder contains a hard-wired assumption that no safe (to stand upon) blocks can be generated below Y0, as initialised here.

That variable is used to seek a safe place to stand here. Note that local variable Y is set to limBot (both 0) and therefore the first if test in the for loop is if (0 > 0) i.e. always false. It denies the possibility of searching for a safe negative Y.

I believe the way to fix it is to initialise limBot to WorldInfo.getMinHeight(), as implemented by World.

1.17

Guys will continous with the plugin for 1.17?

Worldborder randomly shrinking

I set my worldborder size to 12288 x 6144, using command '/wb set 12288 6144' but whenever my server restarts it shrinks to 9999 x 6144. Why is this?

Issue with teleporting and riding custom entites

Hello, I have made a server with the earth map (not really important) and when I go to the border it frequently teleports me into a cave or under ice is there a way to make it only teleport to the highest block of the Y cordinate. Also I have a plugin with vehicles and the they always stay at the other border and get stuck like this:
Screenshot_143

Boats do not teleport

If the player is in a boat and crosses the worldborder with looping enabled, they get dismounted and their boat is left behind.

World Border Visibility

The Worldborder is no longer visualized by particles. Actually, the border should be shown to the player with flame particles just before he or she meets it ((https://imgur.com/a/yg022Jy). This feature does not work anymore. The Worldborder is just completely invisible.

Paper 1.16.1 - 134
WorldBorder 1.16

/wb fill does not genererate caves from y=-64 to y-0

On maps created on Minecraft Pre 1.19.x that are now running on 1.19.x . A Serious error , /fill does not fill in any chunks with cave from y=-64 to y=0 unless players have visited the chunks
Capture

Here is the render of layer y=-64 ( courtesy of MCAselector ) , after a /wb fill is run on a map in Paper 1.19.4 . The Slate is viable on any chunk that has been visited in 1.19.4 . All areas that are black , the fill command has ignored the chunk FLAG to generate caves.

POIs nor Entities chunks are trimmed

Hello !
Thank you very much for maintaining this plugin.
However, there is a small problem with the trim feature : It doesn't erase POis data (poi folder for 1.14+ worlds) nor entities (entities folder for 1.17+ worlds).
If you plan to add this feature, the plugin should scan all three types of files independently, as there may be POI chunks or entities that exist without a corresponding region chunk. For example if you trimmed your world with the current version of the plugin.
Thank you for reading this, and have a nice day !

wolrdborder fill issue (mc:1.16.5)

Hi I had noticed that world is that not all the chunks are fully loaded, this can be notice by simply having a dynmap plugin or other server side map: As example: (This is how my map looks after generating with worldborder what's more I did try to fill it again and it still same issue, it just looks like skipping chunks xd
image

Make worldboarder visible

Hello at the moment I unfortunately don't see the worldbaorder is there a way to make the wb visible?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.