Revisions for ⁨HMCCosmetics 1.10⁩

View the changes made to this paste.

unlisted ⁨2⁩ ⁨files⁩ 2022-03-06 23:01:50 UTC

config.yml

@@ -0,0 +1,14 @@

+wardrobe: # Category of configuration to add to
+  apply-cosmetics-on-close: true
+  open-sound:
+    sound: # Play a sound
+      name: "minecraft:block.chain.break"
+      volume: 1.0
+      pitch: 1.0
+      category: "BLOCKS"
+  close-sound:
+    sound: # Play a sound
+      name: "minecraft:block.chain.break"
+      volume: 1.0
+      pitch: 1.0
+      category: "BLOCKS"
\ No newline at end of file

messages.yml

@@ -0,0 +1,26 @@

+set-balloon: "%prefix% <gradient:#6D9DC5:#45CDE9>Applied Balloon!"
+removed-balloon: "%prefix% <gradient:#6D9DC5:#45CDE9>Removed Balloon!"
+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"
+traded-token: "%prefix% <gradient:#6D9DC5:#45CDE9><green>You have received the cosmetic: %id%"
+already-unlocked: "%prefix% <gradient:#6D9DC5:#45CDE9><green>You have already unlocked the cosmetic: %id%"
+# IMPORTANT: MAKE SURE TO UPDATE THE HELP MESSAGE!
+help-command: "<#6D9DC5><st>                  </st> %prefix%  <gradient:#40B7D6:#6D9DC5>HMCCosmetics - Help</gradient> %prefix% <#6D9DC5> <st>                  </st>
+
+
+<#5AE4B5>- <#40B7D6>/cosmetics - <#6D9DC5>Opens cosmetics GUI.
+
+<#5AE4B5>- <#40B7D6>/cosmetics add <gray><USERNAME> <ID> (#HEX)</gray> - <#6D9DC5>Adds cosmetic to player.
+
+<#5AE4B5>- <#40B7D6>/cosmetics remove <gray><USERNAME> \\<BACKPACK/HAT></gray> - <#6D9DC5>Removes cosmetic from a player.
+
+<#5AE4B5>- <#40B7D6>/cosmetics dye <gray>\\<BACKPACK/HAT></gray> - <#6D9DC5>Opens dye menu for the specified cosmetic type.
+
+<#5AE4B5>- <#40B7D6>/cosmetics token <gray>\\<ID> <USERNAME></gray> - <#6D9DC5>Gives player a cosmetic token.
+
+<#5AE4B5>- <#40B7D6>/cosmetics menu <gray>\\<MENU></gray> - <#6D9DC5>Opens the specified menu.
+
+<#5AE4B5>- <#40B7D6>/cosmetics help - <#6D9DC5>Opens this menu.
+
+
+<st>                                                                        </st>"
\ No newline at end of file