PixelSkills' messages (for EXP gained and level up), as well as the type of message that gets delivered to the player (chat message or Boss Bar) are also configurable. Players are also able to run a command to tell PixelSkills how they want their messages to be delivered (if at all, as they also have the option to opt out of message delivery if they find the messages annoying).
Messages {
# Color for the Boss Bar
Boss-Bar-Color="RED"
# Format text for the Boss Bar
Boss-Bar-EXP="&e%skill% Skill EXP"
Boss-Bar-Level-Up="&e%skill% Skill Level Up!"
# Format text for chat messages
Chat-EXP="&eYou gained %exp% EXP in your %skill% Skill!"
Chat-Level-Up="&eYou leveled up your %skill% Skill to level %level%!"
# The default message sender for players not in any of the lists below
# To completely disable messages universally, set to "disabled"
Default-Message-System="chat"
}
Storage {
# Stores UUIDs of players that want the Boss Bar message type
Boss-Bar=[]
# Stores UUIDs of players that want the standard in-chat message type
Chat=[]
# Stores UUIDS of players that want no messages at all
None=[]
}
Boss-Bar-Color: This value is set to control what color the bar of the Boss Bar is. There are limited options: PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE.Boss-Bar-EXP: The title message of the Boss Bar when it is used to send the player the information that they gained EXP in that skill. It automatically shows the progress on the Boss Bar, visually displaying how close the player is to leveling up to the next level. Supports formatting codes.Boss-Bar-Level-Up: The title message of the Boss Bar when it is used to send the player the information that they leveled up a skill. Supports formatting codes.Chat-EXP: The chat message sent to players when they gain EXP in a skill. Supports formatting codes.Chat-Level-Up: The chat message sent to players when they level up a skill. Supports formatting codes.Default-Message-System: Sets the default message delivery system that gets used for all players that do not have an option specified. Supports "chat" for the chat messages, "bar" for the Boss Bar, and "disabled" to disable sending messages by default.
Below the message settings, you'll find lists PixelSkills uses to store information for persistence across server restarts, for players that customize their message delivery preferences.Boss-Bar=[]: A list of player UUIDs that ran the command to tell PixelSkills that they want the Boss Bar as their message delivery system.Chat=[]: A list of player UUIDs that ran the command to tell PixelSkills that they want the chat messages as their message delivery system.None=[]: A list of player UUIDs that ran the command to tell PixelSkills that they want no message delivery at all.
185
0