Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 416 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 416 Bytes

ClassBroadcasts

The first EXILED plugin written in F#. It allows you to create broadcasts that players receive when spawning a role.

Config

is_enabled: true
debug: false
broadcasts:
  ClassD:
    # The broadcast content
    content: ''
    # The broadcast duration
    duration: 10
    # The broadcast type
    type: Normal
    # Indicates whether the broadcast should be shown or not
    show: true