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

feat(spigot): add text display and item frame as default holograms #403

Merged
merged 1 commit into from
Jun 18, 2024
Merged
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
5 changes: 4 additions & 1 deletion core/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,14 @@ language-creation:
syntax-arg: arg
holograms:
# Should the plugin check for placeholders in holograms (and/or entity display names)?
# Normally the most recent plugins use armor stands to make the holograms, but if they don't, you can change it here.
# Normally, the most recent plugins use text displays to make the holograms, but if they don't, you can change it here.
# Also, you can also translate other's entities name, like villagers. Add their entity type on the list below.
# Full list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
types:
- ARMOR_STAND
- GLOW_ITEM_FRAME
- ITEM_FRAME
- TEXT_DISPLAY
# When enabled, the list above is ignored and all entities' names are checked and translated.
allow-all: false
syntax-lang: lang
Expand Down
Loading