Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceglaa committed Dec 7, 2021
2 parents 406477a + e1102ce commit 9299dba
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# BetterBroadcasts
Plugin that improves how broadcasts works

# Config:
```yaml
bbc:
is_enabled: true
debug_mode: false
# Plugin is using basegame Broadcast Permission. If set to true, you need to grant bbc.broadcast permission for command to work
unique_permission: false
# When you use variables in BetterBroadcast Command they are replaced with provided text
broadcast_variables:
'%variable%': this is a test variable
timed_broadcasts:
- text: Test Timed Broadcast
delay: 10
duration: 10
repeated_broadcasts:
- interval: 100
duration: 10
text: Test Repeated Broadcast
```

0 comments on commit 9299dba

Please sign in to comment.