-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move some things around here and there
- Loading branch information
1 parent
f498c48
commit 08ffeed
Showing
3 changed files
with
117 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
101 changes: 0 additions & 101 deletions
101
src/main/java/com/triassic/geyserdebuginfo/util/ChunkUtil.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# GeyserDebugInfo Configuration File | ||
# A Geyser extension that strives to provide F3-like debug information for Bedrock Edition players. | ||
# | ||
# Report any issues on our GitHub repository: | ||
# https://github.com/RealTriassic/GeyserDebugInfo | ||
|
||
display: | ||
bossbar: | ||
text: | ||
- "Geyser Debug Information" | ||
- "" | ||
- "%player_world%" | ||
- "" | ||
- "XYZ: %player_x% / %player_y% / %player_z%" | ||
- "Block: %player_x:floor% %player_y:floor% %player_z:floor% [%player_relative_x% %player_relative_y% %player_relative_z%]" | ||
- "Chunk: %player_chunk_x% %player_chunk_y% %player_chunk_z% [%player_global_x% %player_global_z% in %player_region_file%]" | ||
- "Facing: %player_facing% (%player_yaw% / %player_pitch%)" | ||
|
||
config-version: 1 |