9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
HeroBrineGoat
2022-02-02 16:12:39 -05:00
4 changed files with 18 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ plugins {
}
group = "io.github.fisher2911"
version = "1.6.2"
description = "The ultimate cosmetic plugin for your server."
version = "1.7.1"
description = "Intuitive, easy-to-use cosmetics plugin, designed for servers using resource packs.\n"
repositories {
mavenCentral()

View File

@@ -95,4 +95,6 @@ items:
name: "<#F7DCFA>Previous Page"
amount: 1
model-data: 1
open-menu: main
action: # See how the action system works on the wiki
any:
open-menu: main

View File

@@ -18,7 +18,9 @@ items:
red: 5
green: 230
blue: 100
open-menu: dye-menu # Automatically open the dye menu when applying this cosmetic
action: # See how the action system works on the wiki
any:
open-menu: dye-menu
permission: "cosmetics.colorful_hat" # Can be anything you want.
id: colorful_hat # Internal identifier. Can be anything you want.
2:
@@ -68,16 +70,22 @@ items:
name: "<#40B7D6>Previous Page"
amount: 1
model-data: 1
open-menu: menu-2
action:
any:
open-menu: menu-2
40:
material: PAPER
name: "<rainbow>Customization Menu</rainbow>"
amount: 1
model-data: 3
open-menu: dye-menu
action:
any:
open-menu: dye-menu
43:
material: PAPER
name: "<#40B7D6>Next Page"
amount: 1
model-data: 2
open-menu: menu-2
action:
any:
open-menu: menu-2

View File

@@ -18,7 +18,7 @@ help-command: "<#6D9DC5><st> </st> <white> <gradient:#40B7D
<#5AE4B5>- <#40B7D6>/cosmetics - <#6D9DC5>Opens cosmetics GUI.
<#5AE4B5>- <#40B7D6>/cosmetics add <gray><USERNAME> <ID></gray> - <#6D9DC5>Adds cosmetic to player.
<#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.