Info
Run command, get answer. Super simple.
example_command:
type: "info"
name: "example"
message: "Hi there!"Hi there!example_command:
type: "info"
name: "example"
message:
- "First line"
- "Second line"First line
Second lineexample_command:
type: "info"
name: "example"
message: "Please specify a page."
pages:
"1": "Hi"
"lines":
- "Line 1"
- "Line 2"
default: "This page named %page% doesn't exist."Please specify a page.HiLine 1
Line 2This page named %page% doesn't exist.example_command:
type: "info"
name: "example"
message: "Hi there!"
discord_bot:
argument_name: "page"
argument_description: "The page that will be displayed."
message: "Please specify a page."
pages:
"1": "Hi"
"lines":
- "Line 1"
- "Line 2"
"embed":
embeds:
1:
title:
message: "Leaf"
description:
- "**Velocity Proxy Plugin**"
- "Version `<version>`"
- "Author `Smudge`"
default: "This page named %page% doesn't exist."HiHi there!Last updated