Skip to content

Commit

Permalink
Minor Meta fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortifier42 committed Aug 8, 2020
1 parent 45f7731 commit e0ae24b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ public String toString() {
public static void registerTags() {

// <--[tag]
// @attribute <CuboidTag.blocks[<material>|...]>
// @attribute <CuboidTag.blocks[(<material>|...)]>
// @returns ListTag(LocationTag)
// @description
// Returns each block location within the CuboidTag.
Expand All @@ -792,7 +792,7 @@ public static void registerTags() {
});

// <--[tag]
// @attribute <CuboidTag.spawnable_blocks[<Material>|...]>
// @attribute <CuboidTag.spawnable_blocks[(<material>|...)]>
// @returns ListTag(LocationTag)
// @description
// Returns each LocationTag within the CuboidTag that is safe for players or similar entities to spawn in.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public static void registerTags() {
// @group text manipulation
// @description
// Adds a hover message to the element, which makes the element display the input hover text when the mouse is left over it.
// Optionally specify the hover type as one of: SHOW_TEXT, SHOW_ACHIEVEMENT, SHOW_ITEM, or SHOW_ENTITY.
// Available hover types: SHOW_TEXT, SHOW_ACHIEVEMENT, SHOW_ITEM, or SHOW_ENTITY.
// Note: for "SHOW_ITEM", replace the text with a valid ItemTag. For "SHOW_ENTITY", replace the text with a valid spawned EntityTag (requires F3+H to see entities).
// Note that this is a magic Denizen tool - refer to <@link language Denizen Text Formatting>.
// -->
Expand Down Expand Up @@ -427,7 +427,7 @@ public static void registerTags() {
// @group text manipulation
// @description
// Adds a click command to the element, which makes the element execute the input command when clicked.
// Optionally specify the hover type as one of: OPEN_URL, OPEN_FILE, RUN_COMMAND, SUGGEST_COMMAND, or CHANGE_PAGE.
// Available command types: OPEN_URL, OPEN_FILE, RUN_COMMAND, SUGGEST_COMMAND, or CHANGE_PAGE.
// For example: - narrate "You can <element[click here].on_click[https://denizenscript.com].type[OPEN_URL]> to learn about Denizen!"
// Note that this is a magic Denizen tool - refer to <@link language Denizen Text Formatting>.
// -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public void run(ReplaceableTagEvent event) {
// @description
// Returns a special chat code that makes the following text display the input hover text when the mouse is left over it.
// This tag must be followed by an <&end_hover> tag.
// Optionally specify the hover type as one of: SHOW_TEXT, SHOW_ACHIEVEMENT, SHOW_ITEM, or SHOW_ENTITY.
// Available hover types: SHOW_TEXT, SHOW_ACHIEVEMENT, SHOW_ITEM, or SHOW_ENTITY.
// For example: - narrate "There is a <&hover[you found it!].type[SHOW_TEXT]>secret<&end_hover> in this message!"
// Note: for "SHOW_ITEM", replace the text with a valid ItemTag. For "SHOW_ENTITY", replace the text with a valid spawned EntityTag (requires F3+H to see entities).
// Note that this is a magic Denizen tool - refer to <@link language Denizen Text Formatting>.
Expand Down Expand Up @@ -399,7 +399,7 @@ public void run(ReplaceableTagEvent event) {
// @description
// Returns a special chat code that makes the following text execute the input command when clicked.
// This tag must be followed by an <&end_click> tag.
// Optionally specify the hover type as one of: OPEN_URL, OPEN_FILE, RUN_COMMAND, SUGGEST_COMMAND, or CHANGE_PAGE.
// Available command types: OPEN_URL, OPEN_FILE, RUN_COMMAND, SUGGEST_COMMAND, or CHANGE_PAGE.
// For example: - narrate "You can <&click[https://denizenscript.com].type[OPEN_URL]>click here<&end_click> to learn about Denizen!"
// Note that this is a magic Denizen tool - refer to <@link language Denizen Text Formatting>.
// -->
Expand Down

0 comments on commit e0ae24b

Please sign in to comment.