Advertisement
Guest User

cfg

a guest
Oct 29th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.97 KB | None | 0 0
  1. modelsconfigs:
  2.     -Command&Displayname : "Elf"
  3.          -model-used: "elf"
  4.          -enabled:true
  5.          -parts-allowed: "ears, capes, hairs"
  6.          -min-color-range:
  7.               -saturation:50%
  8.                -opacity:50%
  9.          -max-color-range:
  10.               -saturation:100%
  11.                -opacity:100%
  12.          -min-size-range:
  13.               -total:100%
  14.                -body-parts:85%
  15.          -max-size-range:
  16.               -total:110%
  17.                -body-parts:115%
  18.  
  19.     -Command&Displayname : "Fairy"
  20.          -model-used: "elf"
  21.          -enabled:true
  22.          -parts-allowed: "ears, wings, hairs"
  23.          -min-color-range:
  24.               -saturation:70%
  25.                -opacity:40%
  26.          -max-color-range:
  27.               -saturation:100%
  28.                -opacity:90%
  29.          -min-size-range:
  30.               -total:60%
  31.                -body-parts:50%
  32.          -max-size-range:
  33.               -total:80%
  34.                -body-parts:90%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement