Skip to content

Commit abb66b0

Browse files
committed
replace all {{ $frontmatter.title }} variable to the actual title
1 parent f83c3fb commit abb66b0

File tree

126 files changed

+125
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+125
-166
lines changed

PROMPT.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Action
33
---
44

5-
# {{ $frontmatter.title }}
5+
# Action
66

77
* Actions are used when you want to execute something on certain events (broadcast everyone when the player clicked the button, etc).
88
* There are many built-in types of actions (Check the sidebar). A developer can also create his own action and register to this plugin.

src/action/broadcast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Broadcast Message
33
order: 9
44
---
55

6-
# {{ $frontmatter.title }}
6+
# Broadcast Message
77

88
This action will send the message to every online players
99

src/action/console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Console Executor
33
order: 2
44
---
55

6-
# {{ $frontmatter.title }}
6+
# Console Executor
77

88
This action will execute the command as the console (terminal)
99

src/action/delay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Delay
33
order: 12
44
---
55

6-
# {{ $frontmatter.title }}
6+
# Delay
77

88
This action will delay the action flow in the specific ticks (20 ticks = 1 second)
99

src/action/menu-back.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Back Menu
33
order: 7
44
---
55

6-
# {{ $frontmatter.title }}
6+
# Back Menu
77

88
This action will send the player to his previous menu, or close the current menu if there is no previous menu.
99

src/action/menu-close.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Close Menu
33
order: 8
44
---
55

6-
# {{ $frontmatter.title }}
6+
# Close Menu
77

88
This action will close the current menu.
99

src/action/menu-open.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Open Menu
33
order: 5
44
---
55

6-
# {{ $frontmatter.title }}
6+
# Open Menu
77

88
This action will open the specific menu.
99

src/action/menu-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Update Menu
33
order: 6
44
---
55

6-
# {{ $frontmatter.title }}
6+
# Update Menu
77

88
This action will execute the update task of the current menu.
99

src/action/op.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OP Executor
33
order: 3
44
---
55

6-
# {{ $frontmatter.title }}
6+
# OP Executor
77

88
This action will execute the command as an operator (`/op`)
99

0 commit comments

Comments
 (0)