From 93bb33ba28b910b517b67c37a96f15cba9a079d2 Mon Sep 17 00:00:00 2001 From: Exanthiax <107284021+Exanthiax@users.noreply.github.com> Date: Fri, 7 Apr 2023 16:16:42 +0100 Subject: [PATCH] Update _example.yml --- .../core-plugin/src/main/resources/categories/_example.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/categories/_example.yml b/eco-core/core-plugin/src/main/resources/categories/_example.yml index 508029a..d52c938 100644 --- a/eco-core/core-plugin/src/main/resources/categories/_example.yml +++ b/eco-core/core-plugin/src/main/resources/categories/_example.yml @@ -83,6 +83,10 @@ items: require: "%player_rank% > 1" # (Optional) This expression must hold true to be allowed to sell this item. + sell-command: # (Optional) Enter commands that should be executed when a player sells items. You can use %player% and %amount% placeholders + - "give %player% stone %amount%" + sell-message: # (Optional) Enter messages to send to the player when the player sells this specific items. It will still send the 'sold-item/sold-multiple' from lang.yml + - "&" gui: column: 4 # How far left to right (1-9). row: 3 # How far up or down (1-6).