Johnanater

IceSpawnProtection Config - 1.0.0

Dec 15th, 2020 (edited)
1,277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.62 KB | None | 0 0
  1. # IceSpawnProtection Config File
  2. # Made by Johnanater
  3.  
  4. # How long should spawn protection be for?
  5. SpawnProtectionSeconds: 30
  6.  
  7. # UI Settings
  8. UiConfig:
  9.   EnableUi: true
  10.   # Image for the UI icon
  11.   UiImageUrl: "https://i.imgur.com/K8ouFs5.png"
  12.  
  13. # Chat
  14. ChatConfig:
  15.  # Icon for the chat messages sent
  16.   ChatMessageIconUrl: "https://i.imgur.com/K8ouFs5.png"
  17.   ChatUseRichText: false
  18.  
  19.   # These chat colors are from Unity
  20.   # You can find out how to specify colors here:
  21.   # https://docs.unity3d.com/ScriptReference/ColorUtility.TryParseHtmlString.html
  22.   ChatMessageColor: "#00FF00"
  23.   ChatMessageErrorColor: "#FF0000"
  24.  
Add Comment
Please, Sign In to add comment