You are looking at the HTML representation of the XML format.
HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format.
To see the non HTML representation of the XML format, set format=xml.
See the complete documentation, or API help for more information.
<?xml version="1.0"?>
<api>
  <query-continue>
    <allpages gapcontinue="XChest" />
  </query-continue>
  <query>
    <pages>
      <page pageid="2" ns="0" title="Wanted">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">== Format ==

Copied from: http://wiki.sk89q.com/wiki/WorldEdit/Configuration/Bukkit

The file is written in the YAML format and you must follow these guidelines:

* '''Do not use tabs.''' You MUST use spaces or Bukkit will complain. If you use an editor like Notepad++ (recommended for Windows users), you must configure it to &quot;replace tabs with spaces.&quot; In Notepad++, this can be changed in Settings &gt; Preferences &gt; Language Menu.
* Don't get rid of the indents. They are indented so some entries are in categories (like &quot;max-blocks-changed&quot; is in the &quot;limits&quot; category.
* If you want to check the format of this file before putting it into WorldEdit, paste it into http://yaml-online-parser.appspot.com/ and see if it gives &quot;ERROR:&quot;.
* Lines starting with # are comments and so they are ignored.

== Configuration ==

Note: For every period in the configuration's name as listed below, that means you indent it one level below the previous.

=== config.yml ===

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! Description
|-
| lobby-mode || Boolean || Whether the plugin should enable it's lobby features, or all game features.
|-
| test-mode || Boolean || Whether the plugin should enable in testing mode and disable updating player stats, enabling test commands, etc.
|-
| mysql.ip || String || MySQL ip address to connect to.
|-
| mysql.port || String || MySQL port.
|-
| mysql.user || String || MySQL username.
|-
| mysql.pass || String || MySQL password.
|-
| mysql.database || String || MySQL database.
|-
| mysql.tables.players || String || MySQL Players table (stores player information, such as kills).
|-
| lobby.countdown || Integer || Duration (in seconds) until the game begins.
|-
| arena.max-time || Integer || Duration (in minutes) until the game ends.
|-
| points.name || String || Name of the in-game points system.
|-
| points.kill-reward || Integer || Amount of points to reward a player for getting a kill.
|-
| points.death-reward || Integer || Amount of points to reward a player for dying.
|-
| points.win-reward || Integer || Amount of points to reward a player for winning a game.
|-
| points.loss-reward || Integer || Amount of points to reward a player for losing a game.
|-
| listeners.enabled.chat-listener || Boolean || Whether this plugin should handle chat messages.
|-
| listeners.enabled.motd-listener || Boolean || Whether this plugin should handle server MOTD messages (changes according to the game state).
|-
| listeners.enabled.misc-listener || Boolean || Whether this plugin should handle default game mechanics, such as disabling rain, crafting, picking up/dropping items, etc.
|-
| group.&lt;name&gt;.color || String || Display name colors to assign to players in this group
|-
| group.&lt;name&gt;.multiplier || Double || The number to multiply any points players in this group receive by.
|-
| miscellaneous.message-prefix || String || The prefix to be displayed in certain messages. (Can be empty)
|-
| miscellaneous.max-players || Integer || The maximum amount of regular players allowed on the server.
|-
| miscellaneous.max-reserved || Integer || The amount of reserved slots on the server.
|-
| miscellaneous.minimum-players || Integer || The amount of players required for the game to begin.
|-
| miscellaneous.idle-kick || Integer || Duration (in seconds) before a player gets kicked for being dead too long.
|-
| miscellaneous.hub-command || String || Command to execute when the game is over. (Leave empty for no command)
|-
| miscellaneous.debug-messages || Boolean || Whether this plugin should output debug messages to the log.
|-
| miscellaneous.compass-scramble || Integer || The distance between a player and their target till their compass starts scrambling.
|-
| miscellaneous.cooldown || Integer || Duration (in seconds) before players can join again after a game has ended.
|}

=== arenas.yml ===

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! Description
|-
| load || String || The name of the arena that the server should load up.
|-
| name.* || String || The name of the arena (Must not change once set). It is recommended to keep all characters lowercase and use &quot;_&quot; instead of white spaces. If players bought the map prior to the name changing, the plugin will fail to register the players as an owner of this arena.
|-
| name.alias || String || Alias name of the arena (The name that players will visually see.
|-
| name.description || String || Description of the arena (Displayed when the game starts or in the shop)
|-
| name.point1 || Location || First cuboid point location of the arena
|-
| name.point2 || Location || Second cuboid point location of the arena
|-
| name.spawns || List(Location) || Locations where a player can spawn in the arena.
|-
| name.price || Integer || The amount of points required to purchase this item, if price is bigger than 0 then players that do not own it will not be able to join the game. Use -1 to disable purchasing it.
|-
| name.must-own || Boolean || Whether players must own this arena to join the server.
|}

=== classes.yml ===

==== Default ====
{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! Description
|-
| classes.&lt;name&gt; || String || Changing this will break the plugin.
|-
| classes.&lt;name&gt;.enabled || Boolean || Whether to enable or disable this class. By disabling the class, no players will be able to use it and will automatically unequip it when they join.
|-
| classes.name.alias || String || Alias name of the class (The name that players will visually see).
|-
| classes.name.description || String || Description of the class (Displayed in the shop).
|-
| classes.name.price || Integer || The amount of points required to purchase this class. Use -1 to disable purchasing it.
|-
| classes.name.shop-icon || Item || The item to be displayed in the shop gui.
|}

==== Archer ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| classes.archer.arrows || Integer || 1 || Amount of arrows players get when respawning.
|-
| classes.archer.power-level || Integer ||  1 || Level of the damage enchantment on the bow.
|-
| classes.archer.infinity || Boolean || true || Whether the bow should have infinity.
|}

==== Arsonist ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| classes.arsonist.ticks || Integer || 0 || Amount of ticks (a second is 20 ticks) till it blows up. 0 will let set the ticks to default tnt ticks.
|-
| classes.arsonist.tnts || Integer || 20 || Amount of tnts players get upon respawning.
|}

==== Froster ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| classes.froster.freeze-time || Integer || 3 || Duration (in seconds) the player stays frozen.
|-
| classes.froster.snowballs || Integer || 3 || Amount of snowballs players get upon respawning.
|}

==== Scorcher ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| classes.scorcher.item || Integer || 369 || id of the item to give the player
|-
| classes.scorcher.chance || Integer || 25 || The chance of the Scorcher setting their target on fire.
|}

==== Scout ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| classes.scout.potion-amplifier || Integer || 2 || Level of speed effect the player gets upon respawning
|}

==== Toxic ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| classes.toxic.potion-amplifier || Integer || 1 || Level of the poison effect.
|-
| classes.toxic.potion-duration || Integer || 10 || Duration (in seconds) the poison effect lasts.
|-
| classes.toxic.potions || Integer || 5 || Amount of poison potions players get upon respawning.
|}

=== equipments.yml ===

==== Default ====
{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! Description
|-
| equipments.&lt;name&gt; || String || Changing this will break the plugin.
|-
| equipments.&lt;name&gt;.enabled || Boolean || Whether to enable or disable this equipment. By disabling the equipment, no players will be able to use it and will automatically unequip it when they join.
|-
| equipments.&lt;name&gt;.alias || String || Alias name of the equipment (The name that players will visually see).
|-
| equipments.&lt;name&gt;.description || String || Description of the equipment (Displayed in the shop).
|-
| equipments.&lt;name&gt;.price || Integer || The amount of points required to purchase this equipment. Use -1 to disable purchasing it.
|}

==== End Stone Helmet ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| equipments.endstonehead.potion-amplifier || Integer || 1 || Level of the resistance effect.
|-
| equipments.endstonehead.potion-duration || Integer || 6000 || Duration (in seconds) the resistance effect lasts.
|}

==== Glass Helmet ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| equipments.glasshead.potion-duration || Integer || 6000 || Duration (in seconds) the night vision effect lasts.
|}

==== Ice Helmet ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| equipments.icehead.potion-amplifier || Integer || 1 || Level of the speed effect.
|-
| equipments.icehead.potion-duration || Integer || 6000 || Duration (in seconds) the speed effect lasts.
|}

==== Invisibility Perk ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| equipments.invisibilityperk.potion-duration || Integer || 10 || Duration (in seconds) the invisibility effect lasts.
|}

==== Obsidian Helmet ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| equipments.obsidianhead.resistance-potion-amplifier || Integer || 1 || Level of the resistance effect.
|-
| equipments.obsidianhead.resistance-potion-duration || Integer || 6000 || Duration (in seconds) the resistance effect lasts.
|-
| equipments.obsidianhead.slowness-potion-amplifier || Integer || 1 || Level of the slowness effect.
|-
| equipments.obsidianhead.slowness-potion-duration || Integer || 6000 || Duration (in seconds) the slowness effect lasts.
|}

==== Quartz Helmet ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| equipments.quartzhead.distance || Integer || 30 || Distance when the players' target's compass starts scrambling.
|}

==== Sponge Helmet ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| equipments.spongehead.potion-amplifier || Integer || 1 || Level of the absorption effect.
|-
| equipments.spongehead.potion-duration || Integer || 6000 || Duration (in seconds) the absorption effect lasts.
|}

==== TnT Helmet ====

{| class=&quot;wiki-table&quot;
! width=&quot;240&quot;| Configuration
! width=&quot;100&quot;| Value
! width=&quot;100&quot;| Default
! Description
|-
| equipments.tnthead.heal-percentage || Integer || 50 || A percentage of the amount to heal. 0 being none, 100 being all damage.
|}</rev>
        </revisions>
      </page>
      <page pageid="108" ns="0" title="XChat">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">XChat is a 1337 plugin for cross server communication, backend and front end.
==Configuration==
{{tip|text=Before starting to mess around with a configuration file, please head over [[Configurations|here]] and familiarise yourself.}}

=== config.yml ===
{| class=&quot;wiki-table&quot;
! Configuration
! width=&quot;100&quot;| Value
! Description
|-
| server-id || [[Configurations#String|String]] || This is used to identify the server in various ways. &lt;br /&gt;If this is null (or unset) XChat will fallback to server.properties' server-name. &lt;br /&gt;If the server-name in ''server_properties'' is null, this server-id will be set to 'XChat'. &lt;br /&gt;If a server-id already actively exists, the id is appended with an integer that keeps incrementing until the server-id becomes unique.
|-
| databases || [[Configurations#Section|Section]] || This configuration section contains a list of databases that the instance of XChat should connect to and retrieve information from. &lt;br /&gt;Only '''MySQL''' and '''Redis''' are supported.
|-
| databases.mysql || [[Configurations#Section|Section]] || This configuration section contains the MySQL connection info.
|-
| databases.mysql.ip || [[Configurations#String|String]] || This is the ip address of the MySQL database to connect to.
|-
| databases.mysql.port || [[Configurations#Integer|Integer]] || This is the port of the MySQL database to connect to.
|-
| databases.mysql.user || [[Configurations#String|String]] || This is the username to use when connecting to the MySQL database.
|-
| databases.mysql.password || [[Configurations#String|String]] || This is the password to use when connecting to the MySQL database.
|-
| databases.redis || [[Configurations#Section|Section]] || This configuration section contains the Redis connection info.
|-
| databases.redis.ip || [[Configurations#String|String]] || This is the ip address of the Redis database to connect to.
|-
| databases.redis.port || [[Configurations#Integer|Integer]] || This is the port of the Redis database to connect to.
|}</rev>
        </revisions>
      </page>
    </pages>
  </query>
</api>