Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wizxrdx-pm-pl/chunkborders
Makes use of structure blocks to create chunk borders in PocketMine-MP
https://github.com/wizxrdx-pm-pl/chunkborders
borders chunks pocketmine-mp pocketmine-plugins
Last synced: 14 days ago
JSON representation
Makes use of structure blocks to create chunk borders in PocketMine-MP
- Host: GitHub
- URL: https://github.com/wizxrdx-pm-pl/chunkborders
- Owner: wizxrdx-pm-pl
- License: gpl-3.0
- Created: 2022-07-08T14:07:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T18:42:42.000Z (over 2 years ago)
- Last Synced: 2024-11-01T14:06:25.765Z (14 days ago)
- Topics: borders, chunks, pocketmine-mp, pocketmine-plugins
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChunkBorders
Makes use of structure blocks to create chunk borders in PocketMine-MP## How does it work?
ChunkBorders makes use of structure blocks in order to display the borders of a player's current chunk like on Java edition. The plugin sends a structure block tile with a size 16x16x256 to display the borders.## Can I change the color of the borders?
Unfortunately, you cannot change the color of the border. Minecraft creates a green line on the Y axis coming out of the tile, and a red and blue line on the X/Z axis coming out of the tile as well. The other lines not connected to the tile are all white.