mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-22 16:39:21 +00:00
Fixed typo
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -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";
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user