Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/content/docs/setup/crates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ dropping automatically.
- **None, drops manually:** the crate never drops automatically, and you must
always [drop it manually](#dropping-crates-manually).
- **Drop after a specified amount of messages sent:** the crate charges with
each message that is sent in any of its [contributing channels](#reward). Only
messages that earned XP count (see
each message that is sent in any of its [contributing channels](#reward). Not
adding channels to the "contributing channels" section will allow all channels
on the server to charge the crate. Only messages that earned XP count (see
[message spam prevention](/overview/messages#spam-prevention)).
- **Drop on a time interval:** the crate automatically drops a certain number of
minutes after it last became droppable. This means the crate will drop every
Expand Down