Skip to content

Commit 63f5415

Browse files
authored
chore: cleanup config files (#642)
1 parent 6c553ea commit 63f5415

File tree

6 files changed

+799
-810
lines changed

6 files changed

+799
-810
lines changed

src/config/paper/bukkit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ settings:
5656
description: >-
5757
Specifies the path to the folder where world files are saved. By default, this is the folder where the server JAR file is located.
5858
Note: Worlds must be manually moved to this folder for the server to recognize them.
59-
6059
spawn-limits:
6160
monsters:
6261
default: "70"

src/config/paper/commands.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ ignore-vanilla-permissions:
1212
default: "false"
1313
description: Whether to use Vanilla permission levels when executing commands.
1414
aliases:
15+
icanhasbukkit:
16+
default: "[version $1-]"
17+
description: >-
18+
A built-in alias. Set aliases to an empty list ([]) to persistently remove.
1519
<alias name>:
1620
default: "[<commands to run>]"
1721
description: >
@@ -30,8 +34,3 @@ aliases:
3034
3135
3236
Each alias registered cannot (easily) be overridden by a plugin.
33-
icanhasbukkit:
34-
default: "[version $1-]"
35-
description: >-
36-
A built-in alias. Set aliases to an empty list ([]) to persistently
37-
remove.

0 commit comments

Comments
 (0)