Skip to content

Commit

Permalink
Fix cosmetics.yml and change description
Browse files Browse the repository at this point in the history
  • Loading branch information
ilm9001 committed Sep 3, 2021
1 parent 1cd44b1 commit 17f11a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<name>Cosmetics</name>

<description>Cosmetics plugin for Dreamland</description>
<description>Cosmetics plugin utilizing custom models</description>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
48 changes: 3 additions & 45 deletions src/main/resources/cosmetics.yml
Original file line number Diff line number Diff line change
@@ -1,50 +1,8 @@
Cosmetics:
Crown: # Internally used name, something you can recognize across plugins
name: Crown # Name of cosmetic
name: Test Item # Name of cosmetic
modelID: 0 # customModelData
lore: ["Such a cool crown", "wow! cool!", "model from otDan"] # Lore to display
lore: ["Test item"] # Lore to display
material: PAPER # Material, recommended: PAPER, must be all uppercase
type: HAT # Types: INVENTORY_ITEM, HAT, CHESTPLATE, LEGGINGS, BOOTS
rarity: LEGENDARY # Rarity, must be all Upper-case, Types: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY
TopHat:
name: Top Hat
modelID: 1
lore: ["Top Hat", "Made of organic Silk", "Model by ilm9001"]
material: PAPER
type: HAT
rarity: EPIC
Shirt:
name: Dreamland Shirt
modelID: 2
lore: ["Shirt!", "Made out of 100%", "Model by ilm9001"]
material: PAPER
type: CHESTPLATE
rarity: UNCOMMON
Skirt:
name: Pink Skirt
modelID: 3
lore: ["Skirt!", "9 in 10 doctors recommend!", "Model by ilm9001"]
material: PAPER
type: LEGGINGS
rarity: UNCOMMON
Sneakers:
name: NONE
modelID: 4
lore: ["Sneakers", "Like it was made for your feet.", "Model by ilm9001"]
material: PAPER
type: BOOTS
rarity: COMMON
CoffeeCup:
name: Coffee Cup
modelID: 5
lore: ["Coffee Cup", "Coffee included!", "Model by ilm9001"]
material: PAPER
type: INVENTORY_ITEM
rarity: RARE
NewCosmetic:
name: New Cosmetic
modelID: 6
lore: ["For testing", "Look at me!"]
material: PAPER
type: INVENTORY_ITEM
rarity: COMMON
rarity: LEGENDARY # Rarity, must be all Upper-case, Types: COMMON, UNCOMMON, RARE, EPIC, LEGENDARY

0 comments on commit 17f11a3

Please sign in to comment.