9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-22 16:39:21 +00:00

Fixed typo

This commit is contained in:
Fisher2911
2022-03-06 16:41:22 -05:00
parent 1888145ee0
commit 8da9100dd3
26 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ opened-other-wardrobe: "%prefix% <gradient:#6D9DC5:#45CDE9><red>Opening %player%
gave-token: "%prefix% <gradient:#6D9DC5:#45CDE9><green>You gave %player% a %id% token" gave-token: "%prefix% <gradient:#6D9DC5:#45CDE9><green>You gave %player% a %id% token"
received-token: "%prefix% <gradient:#6D9DC5:#45CDE9><green>You were given a %id% token" received-token: "%prefix% <gradient:#6D9DC5:#45CDE9><green>You were given a %id% token"
traded-token: "%prefix% <gradient:#6D9DC5:#45CDE9><green>You have received the cosmetic: %id%" traded-token: "%prefix% <gradient:#6D9DC5:#45CDE9><green>You have received the cosmetic: %id%"
already-unlocked<green>You have already unlocked the cosmetic: " + %id%); already-unlocked: "%prefix% <gradient:#6D9DC5:#45CDE9><green>You have already unlocked the cosmetic: %id%"
help-command: "<#6D9DC5><st> </st> %prefix% <gradient:#40B7D6:#6D9DC5>HMCCosmetics - Help</gradient> %prefix% <#6D9DC5> <st> </st> help-command: "<#6D9DC5><st> </st> %prefix% <gradient:#40B7D6:#6D9DC5>HMCCosmetics - Help</gradient> %prefix% <#6D9DC5> <st> </st>

View File

@@ -32,7 +32,7 @@ public class WardrobeSettings {
private static final String ROTATION_SPEED_PATH = "rotation-speed"; private static final String ROTATION_SPEED_PATH = "rotation-speed";
private static final String SPAWN_DELAY_PATH = "spawn-delay"; private static final String SPAWN_DELAY_PATH = "spawn-delay";
private static final String DESPAWN_DELAY_PATH = "despawn-delay"; private static final String DESPAWN_DELAY_PATH = "despawn-delay";
private static final String APPLY_COSMETICS_ON_CLOSE = "apply-cosmetcics-on-close"; private static final String APPLY_COSMETICS_ON_CLOSE = "apply-cosmetics-on-close";
private static final String OPEN_SOUND = "open-sound"; private static final String OPEN_SOUND = "open-sound";
private static final String CLOSE_SOUND = "close-sound"; private static final String CLOSE_SOUND = "close-sound";
private static final String STATIC_LOCATION_PATH = "wardrobe-location"; private static final String STATIC_LOCATION_PATH = "wardrobe-location";

View File

@@ -36,7 +36,7 @@ wardrobe:
# how long in ticks until the wardrobe should be despawned # how long in ticks until the wardrobe should be despawned
despawn-delay: 40 despawn-delay: 40
# if cosmetics that the user have permissions for should be applied on close of wardrobe # if cosmetics that the user have permissions for should be applied on close of wardrobe
apply-cosmetcics-on-close: true apply-cosmetics-on-close: true
open-sound: open-sound:
sound: # Play a sound sound: # Play a sound
name: "minecraft:block.chain.break" name: "minecraft:block.chain.break"