🛏
🛏
🛏
🛏
BedWars Creative
Search
⌃
K
🎨
Sandbox Mode
🪓
WorldEdit Commands
🍊
BedWars Scripting
📜
Changelog
🚜
Services
🤝
Events
BlockPlace
BlockBreak
BedAlarmTriggered
ConsumeItem
Enchant
EntityDamage
EntityDeath
EntitySpawn
Forged
InventoryItemAdded
ItemPurchase
MatchStart
PlayerChatted
PlayerAdded
PlayerRemoving
PlayerDropItem
PlayerPickupItem
ProjectileLaunched
ProjectileHit
StatusEffectAdded
StatusEffectRemoved
WeaponSwing
TeamUpgradePurchased
Telepearled
UseAbility
📦
Objects
📚
Types
⚙
Utilities
Powered By
GitBook
Comment on page
MatchStart
Fires when the match starts
Example usage:
-- Play halloween music at the start of the game
Events
.
MatchStart
(
function
(
event
)
SoundService
.
playSound
(
Sound
.
HALLOWEEN_2022_BOSS_MUSIC
)
end
)
Previous
ItemPurchase
Next
PlayerChatted
Last modified
5mo ago