> For the complete documentation index, see [llms.txt](https://jxffreyb.gitbook.io/skript/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jxffreyb.gitbook.io/skript/skripts/advancedbuycraft/configuration.md).

# Configuration

```
options:

#! MESSAGES

	NoPermission: &c&l(!) &cYou don't have &npermissionc&c to execute this command.
	GGWaveStarted: "&f&l*** &2&lGG WAVE &a&lSTARTED &f&l**"
	GGWaveStopped: "&f&l*** &4&lGG WAVE &c&lOVER &f&l***"
	GGWaveAlreadyActive: "&c&l(!) &cThere is already a ggwave going."
	GGWaveNotActive: "&c&l(!) &cThere is no ggwave active."

#! COMMANDS ON DONATION # AS CONSOLE

	CommandsOnDonation: true
	Commands: "eco give * 100" and "give %{_p}% diamond 1" and "donation start"

#! BROADCAST MESSAGE

	MessageCentered: true
	BroadcastMessageOnDonation: "", "&f&l** &6%{_p}% &ehas just purchased &6%{_package}%&e! &f&l**", "&f&l** &eEverybody has been awarded with effects! &f&l**",  " " and "&7&o(( Donations help us to keep the server alive! ))"

#! EFFECTS ON DONATION

	PotionsEffects: true
	Potion: SPEED
	PotionTier: 3
	PotionDuration: 30 seconds

	Sounds: true
	Sound: "ENTITY_PLAYER_LEVELUP"
	SoundVolume: 10
	SoundPitch: 0.5

	TitleBar: true
	Title: "&8[&2&l$&8] &a&lDONATION &8[&2&l$&8]"
	SubTitle: "&e%{_p}% &7just donated for &e%{_package}%"

	Firework: true
	FireworkColors: red and orange and yellow and lime and blue and purple
	FireWorkFadingColors: red and orange and yellow and lime and blue and purple
```


---

# 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://jxffreyb.gitbook.io/skript/skripts/advancedbuycraft/configuration.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.
