-
Added a new Action to send JSONMessages:
Code (YAML):
[JSON_MESSAGE
] Message - Sends a jsonmessage to the player.
The JSONMessage must be written between ' '.
Example:
Code (YAML):
- '
[JSON_MESSAGE
]
[
"",
{
"text":
"%prefix% ",
"hoverEvent":
{
"action":
"show_text",
"value":
"%command_name% can''t be executed."
}
},
{
"text":
"%command_name%",
"color":
"yellow",
"hoverEvent":
{
"action":
"show_text",
"value":
"%command_name% can''t be executed."
}
},
{
"text":
" ",
"hoverEvent":
{
"action":
"show_text",
"value":
"%command_name% can''t be executed."
}
},
{
"text":
"can''t be executed",
"underlined":true,
"color":
"dark_red",
"hoverEvent":
{
"action":
"show_text",
"value":
"%command_name% can''t be executed."
}
}
]'
To generate JSONMessages, I recommend using this site:
https://minecraft.tools/en/json_text.php
-
Removed the Built In Placeholder:
Code (Text):
%command_time%