Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sxtanna/vox-chat
Modern Minecraft Chat Formatter
https://github.com/sxtanna/vox-chat
minecraft plugin spigot
Last synced: 17 days ago
JSON representation
Modern Minecraft Chat Formatter
- Host: GitHub
- URL: https://github.com/sxtanna/vox-chat
- Owner: Sxtanna
- Created: 2020-08-09T13:24:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T08:00:50.000Z (over 1 year ago)
- Last Synced: 2024-10-27T11:17:46.014Z (2 months ago)
- Topics: minecraft, plugin, spigot
- Language: Java
- Homepage: https://www.sxtanna.com
- Size: 1.82 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Modern Minecraft Chat Formatter
Report a Bug
·
Send a Pull Request-----
Default Configuration
```yaml
#
# Actions are path addressable, reusable component additions.
#
# =======================================
# Hover Template
# hover:
# first_name:
# text: "Single Line"
# other_name:
# text:
# - "multiple"
# - "lines"
# =======================================
#
# =======================================
# Click Template
# click:
# first_name:
# show_cmd: "/suggest this command"
# other_name:
# open_url: "https://www.google.com"
# third_name:
# exec_cmd: "/execute this command"
# =======================================actions:
hover:
player_info:
text:
- "&8~ &f&l%player_name%"
- ""
- "&6Rank&8:&f&o %vault_prefix%&r"
- "&9Store&8:&f&o https://your.server.store"
click:
message:
show_cmd: "/msg %player_name% "
open_store:
open_url: "https://your.server.store"#
# Formats can be assigned via a permission using their name
#
#
# =======================================
# Format Template
# formats:
# default: # permission would be voxchat.format.default
# allows:
# colors: false # whether the player can use color codes
# format: false # whether the player can use format codes
#
# format: "%player_name% > %message%"
# =======================================formats:
default:
allows:
colors: false
format: false
format: "[&f%player_name%&r](click.message) &8»&r %message%&r"
donator:
allows:
colors: true
format: false
format: "[%vault_prefix%&r](hover.player_info,click.open_store) [&7%player_name%&r](click.message) &8»&r %message%&r"
```