Skip to content

Commit

Permalink
Added Cosmetic Armor Reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeviantCrafter committed Jun 18, 2020
1 parent 1821c25 commit 55fd7fa
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions config/cosmeticarmorreworked.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Configuration file

general {
# If you want to disable the RecipeBook in CosmeticArmorInventory, change this to true. (you need to make sure this is same as the server to avoid potential de-sync issues)
B:CosArmorDisableRecipeBook=false

# Hide CosArmorGuiButton? (this has no effect on the server side)
B:CosArmorGuiButton_Hidden=false

# The distance from left of the inventory gui for CosArmorGuiButton. (this has no effect on the server side)
I:CosArmorGuiButton_Left=65

# The distance from top of the inventory gui for CosArmorGuiButton. (this has no effect on the server side)
I:CosArmorGuiButton_Top=67

# If you want to keep your cosmetic slots through death, change this to true. (if you are on a server, only the setting on the server side will take effect)
B:CosArmorKeepThroughDeath=false

# Add buttons to bauble slots so that you can hide them. (this has no effect on the server side)
B:CosArmorToggleButton_Baubles=true

# Hide CosArmorToggleButton? (this has no effect on the server side)
B:CosArmorToggleButton_Hidden=false

# The distance from left of the inventory gui for CosArmorToggleButton. (this has no effect on the server side)
I:CosArmorToggleButton_Left=59

# The distance from top of the inventory gui for CosArmorToggleButton. (this has no effect on the server side)
I:CosArmorToggleButton_Top=72
}


0 comments on commit 55fd7fa

Please sign in to comment.