Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit eb194c9

Browse files
committed
Update Why-use-LiteCommands.md
1 parent 96001b8 commit eb194c9

File tree

4 files changed

+25
-12
lines changed

4 files changed

+25
-12
lines changed

Writerside/litecommands.tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
<instance-profile id="litecommands"
66
name="LiteCommands"
7-
start-page="Why-use-LiteCommands.md">
7+
start-page="Introdution.md">
88

9-
<toc-element topic="Why-use-LiteCommands.md"/>
9+
<toc-element topic="Introdution.md">
10+
<toc-element topic="Why-use-LiteCommands.md"/>
11+
</toc-element>
12+
<toc-element topic="Platforms.md"/>
1013
</instance-profile>

Writerside/topics/Introdution.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Introduction
2+
3+

Writerside/topics/Platforms.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Platforms
2+
3+
Start typing here...

Writerside/topics/Why-use-LiteCommands.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
# Why use LiteCommands?
22

3-
LiteCommands is a versatile and feature-rich command framework designed to simplify
4-
command handling for a wide range of platforms and implementations. Whether you're
5-
developing for Velocity, Bukkit, Paper, BungeeCord, Minestom, JDA, or other systems,
6-
LiteCommands has got you covered.
3+
LiteCommands is a versatile and feature-rich command framework
4+
designed to simplify command handling for a wide range of platforms and implementations.
5+
Providing a simple and intuitive API, LiteCommands makes it easy to create and manage commands
6+
for your minecraft plugin, mod, or discord bot.
77

8-
## Easy Integration
8+
## Cross-Platform Integration
99
LiteCommands seamlessly integrates with various platforms, making it effortless to manage
10-
commands across different systems. Whether you're building a plugin or a mod,
11-
LiteCommands ensures a consistent and convenient command experience.
10+
commands across different systems.
11+
Whether you're developing for Velocity, Bukkit, Paper, BungeeCord, Minestom, JDA,
12+
or any other platform, LiteCommands has you covered.
13+
14+
See the [Platforms](Platforms.md) page for more information.
1215

1316
## More Clear Logic
14-
LiteCommands offers a more intuitive and clear approach to handling commands when
15-
compared to the traditional Bukkit method.
17+
LiteCommands offers a more intuitive and clear approach to handling commands when
18+
compared to the traditional methods.
1619

17-
For example if you want to create a command that toggles chat, you would have to do something like this:
20+
For example, if you want to create a command that toggles chat, you would have to do
21+
something like this:
1822

1923
```java
2024
@Command(name = "chat")

0 commit comments

Comments
 (0)