Advertisement
Johnanater

[OpenMod] RagdollEffect Config - 2.0.0

Jul 31st, 2021
1,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.60 KB | None | 0 0
  1. # RagdollEffect Configuration
  2. # By Johnanater
  3.  
  4. # Should ragdoll effects cost money to switch to?
  5. EnableCost: true
  6.  
  7. # How much should each be worth?
  8. NONE: 0
  9. ZERO_KELVIN: 500
  10. BRONZE: 50
  11. SILVER: 200
  12. GOLD: 400
  13.  
  14. #
  15. # Chat
  16. #
  17.  
  18. ChatConfig:
  19.  # Icon for the chat messages sent
  20.   ChatMessageIconUrl: "https://i.imgur.com/GOXZuVT.png"
  21.   ChatUseRichText: false
  22.  
  23.   # These chat colors are from Unity
  24.   # You can find out how to specify colors here:
  25.   # https://docs.unity3d.com/ScriptReference/ColorUtility.TryParseHtmlString.html
  26.   ChatMessageColor: "#00FF00"
  27.   ErrorChatMessageColor: "#FF0000"
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement