Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add text entity data to default config #52

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,30 @@ defaults:
gap: 0.2
# Should the plugin remove any empty lines?
remove-empty-lines: false
# Controls when text should wrap to a new line
# Higher values will allow more text before wrapping
# Default Minecraft text display width is 200
line-width: 200
# Makes the text display see-through
see-through: false
# Controls the opacity of the text (0-255)
text-opacity: 255
# Fine-tune the position offset
translate:
x: 0.0
y: 0.2 # Same as the gap option
z: 0.0
# Scale of the text display
scale:
x: 1.0
y: 1.0
z: 1.0 # Don't recommend changing this, it results in some strange results
# Override the brightness level
brightness: -1
# Text shadow configuration
shadow:
strength: 0.5
radius: 0.5

# Should the player see their own tag?
show-self: false
Expand Down Expand Up @@ -66,4 +90,4 @@ formatter: minimessage
# These will likely not work yet since they're experimental.
extra:
# Should the name-tag be see-through if the player is glowing?
glowing-feature: true
glowing-feature: true