-
Notifications
You must be signed in to change notification settings - Fork 0
Default Configuration
papershredder432 edited this page May 28, 2020
·
1 revision
<PSEssentialsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<connectionMessagesConfig>
<enabled>true</enabled>
<enableWebhooks>false</enableWebhooks>
<webhookUrl />
<connectMessage>{0} has joined the server.</connectMessage>
<disconnectMessage>{0} has left the server.</disconnectMessage>
<connectColor>yellow</connectColor>
<disconnectColor>yellow</disconnectColor>
<connectImg />
<disconnectImg />
</connectionMessagesConfig>
<deathMessagesConfig>
<enabled>true</enabled>
<enableWebhooks>false</enableWebhooks>
<webhookUrl />
<color>yellow</color>
<img />
</deathMessagesConfig>
<autoBroadcastConfig>
<enabled>true</enabled>
<interval>180</interval>
<Broadcast>
<Broadcast Text="Welcome to our server network, enjoy your gaming!" Color="Green" Img="" />
<Broadcast Text="Join our Discord at: https://discord.gg/ydjYVJ2" Color="Green" Img="https://www.freepnglogos.com/uploads/discord-logo-png/discord-logo-logodownload-download-logotipos-1.png" />
<Broadcast Text="Please be polite to others." Color="Green" Img="" />
</Broadcast>
</autoBroadcastConfig>
<webCommandsConfig>
<enabled>true</enabled>
<WebCommands>
<WebCommand>
<Url>https://discord.gg/ydjYVJ2</Url>
<Description>Join our Discord here!</Description>
<Command>discord</Command>
<Help>Requests you to our Discord.</Help>
</WebCommand>
</WebCommands>
</webCommandsConfig>
<warpsConfig>
<enabled>true</enabled>
<Warps>
<Warp Name="Warp" X="0" Y="0" Z="0" />
</Warps>
</warpsConfig>
<homeConfig>
<enabled>true</enabled>
</homeConfig>
<backConfig>
<enabled>true</enabled>
</backConfig>
</PSEssentialsConfiguration>```