> For the complete documentation index, see [llms.txt](https://docs.easy.gg/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easy.gg/scripting/bedwars-scripting/objects.md).

# Objects

- [AbilityConfig](https://docs.easy.gg/scripting/bedwars-scripting/objects/abilityconfig.md): Used to define the properties of an ability.
- [Block](https://docs.easy.gg/scripting/bedwars-scripting/objects/block.md): A reference to a block in the world.
- [Entity](https://docs.easy.gg/scripting/bedwars-scripting/objects/entity.md): An Entity is anything that can take damage (player, penguin, skeleton, etc).
- [ImageEntity](https://docs.easy.gg/scripting/bedwars-scripting/objects/entity/imageentity.md): Extends Entity (includes all the functions and parameters of Entity)
- [KitEntity](https://docs.easy.gg/scripting/bedwars-scripting/objects/entity/kitentity.md): Extends Entity (includes all the functions and parameters of Entity)
- [CreatureEntity](https://docs.easy.gg/scripting/bedwars-scripting/objects/entity/creatureentity.md): Extends Entity (includes all the functions and parameters of Entity)
- [Generator](https://docs.easy.gg/scripting/bedwars-scripting/objects/generator.md): Automatically drops an item on an interval (cooldown).
- [Knockback](https://docs.easy.gg/scripting/bedwars-scripting/objects/knockback.md)
- [Leaderboard](https://docs.easy.gg/scripting/bedwars-scripting/objects/leaderboard.md): A leaderboard shown on a player's HUD.
- [MatchState](https://docs.easy.gg/scripting/bedwars-scripting/objects/matchstate.md): Object describing the different match states.
- [Model](https://docs.easy.gg/scripting/bedwars-scripting/objects/model.md)
- [ParticleEmitter](https://docs.easy.gg/scripting/bedwars-scripting/objects/particleemitter.md)
- [Part](https://docs.easy.gg/scripting/bedwars-scripting/objects/part.md)
- [Player](https://docs.easy.gg/scripting/bedwars-scripting/objects/player.md)
- [Prompt](https://docs.easy.gg/scripting/bedwars-scripting/objects/prompt.md): An in-world ProximityPrompt.
- [ProgressBar](https://docs.easy.gg/scripting/bedwars-scripting/objects/progressbar.md): A progress bar shown on a player's HUD.
- [TextLabel](https://docs.easy.gg/scripting/bedwars-scripting/objects/textlabel.md): An in-world text label.
- [Team](https://docs.easy.gg/scripting/bedwars-scripting/objects/team.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.easy.gg/scripting/bedwars-scripting/objects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
