[SPIGOT-6829] Add API method to send worldborder changes via packets Created: 02/Dec/21 Updated: 08/Apr/22 Resolved: 08/Apr/22 |
|
| Status: | Resolved |
| Project: | Spigot |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Peaches_MLG | Assignee: | Parker Hawke |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Version: | 1.18 |
| Guidelines Read: | Yes |
| Description |
|
An API method to send worldborder changes via packets would be a useful feature. At the moment I have to use NMS, but ive been trying to move away from that. Doing something like Player#sendWorldborder would be a useful feature for plugins like skyblock plugins so each player can have a different world border for their own separate claims. |
| Comments |
| Comment by Parker Hawke [ 25/Feb/22 ] |
|
Introduced `Player#getWorldBorder()` in bukkit#732 and craftbukkit#1019 |
| Comment by Yannick Lamprecht [ 11/Feb/22 ] |
|
What kind of functionality is needed. Just sending a fake border, lerping, redscreen like functionality? |
| Comment by Peaches_MLG [ 03/Dec/21 ] |
|
Which is what I was asking, but maybe I wasnt very clear in that sorry |
| Comment by md_5 [ 02/Dec/21 ] |
|
We have a WorldBorder class already, so the correct approach would be a way to set that per player. |