Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # RagdollEffect Configuration
- # By Johnanater
- # Should ragdoll effects cost money to switch to?
- EnableCost: true
- # How much should each be worth?
- NONE: 0
- ZERO_KELVIN: 500
- BRONZE: 50
- SILVER: 200
- GOLD: 400
- #
- # Chat
- #
- ChatConfig:
- # Icon for the chat messages sent
- ChatMessageIconUrl: "https://i.imgur.com/GOXZuVT.png"
- ChatUseRichText: false
- # These chat colors are from Unity
- # You can find out how to specify colors here:
- # https://docs.unity3d.com/ScriptReference/ColorUtility.TryParseHtmlString.html
- ChatMessageColor: "#00FF00"
- ErrorChatMessageColor: "#FF0000"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement