Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/config/paper/bukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ settings:
description: >-
Specifies the path to the folder where world files are saved. By default, this is the folder where the server JAR file is located.
Note: Worlds must be manually moved to this folder for the server to recognize them.

spawn-limits:
monsters:
default: "70"
Expand Down
9 changes: 4 additions & 5 deletions src/config/paper/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ ignore-vanilla-permissions:
default: "false"
description: Whether to use Vanilla permission levels when executing commands.
aliases:
icanhasbukkit:
default: "[version $1-]"
description: >-
A built-in alias. Set aliases to an empty list ([]) to persistently remove.
<alias name>:
default: "[<commands to run>]"
description: >
Expand All @@ -30,8 +34,3 @@ aliases:


Each alias registered cannot (easily) be overridden by a plugin.
icanhasbukkit:
default: "[version $1-]"
description: >-
A built-in alias. Set aliases to an empty list ([]) to persistently
remove.
Loading