From 9d2f40b0bfbdc12825e2b3358d0c5a83dd32d633 Mon Sep 17 00:00:00 2001 From: Taner <11832079-Tanerx@users.noreply.gitlab.com> Date: Fri, 3 Mar 2023 15:41:49 +0000 Subject: [PATCH] Update custom-stats.yml --- MMOItems-Dist/src/main/resources/default/custom-stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MMOItems-Dist/src/main/resources/default/custom-stats.yml b/MMOItems-Dist/src/main/resources/default/custom-stats.yml index 8bc37deb..9224b6f0 100644 --- a/MMOItems-Dist/src/main/resources/default/custom-stats.yml +++ b/MMOItems-Dist/src/main/resources/default/custom-stats.yml @@ -8,7 +8,7 @@ custom-stats: # The lore for each stat can be defined in language/stats.yml 1: # The name will be used in the edition GUI and also for the stat id - # Format: "MyLuck" will be replaced with "CUSTOM_MYLUCK" + # Format: "MyLuck" will be replaced with "custom-myluck" name: "MyLuck" # Allowed stats type: @@ -19,4 +19,4 @@ custom-stats: # The lore must be a list of strings lore: - "This is a test line #1" - - "This is a test line #2" \ No newline at end of file + - "This is a test line #2"