<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cobblemon.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Polymeta</id>
	<title>Cobblemon Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cobblemon.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Polymeta"/>
	<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php/Special:Contributions/Polymeta"/>
	<updated>2026-06-03T10:31:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Config&amp;diff=5265</id>
		<title>Config</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Config&amp;diff=5265"/>
		<updated>2024-12-31T16:55:42Z</updated>

		<summary type="html">&lt;p&gt;Polymeta: Added new config options and removed ninjaskCreatesShedinja as it doesnt exist anymore&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Category &lt;br /&gt;
! Setting &lt;br /&gt;
! Default &lt;br /&gt;
! Min-Max/Options&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || maxPokemonLevel || 100 || 1-1000 || The maximum level Pokémon can get to.&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || maxPokemonFriendship || 255 || 0-1000 || The maximum friendship value.&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || announceDropItems || true || true/false || Whether to notify the Player of dropped items from defeating wild Pokémon.&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || defaultDropItemMethod || on-entity || on-entity/on-player/to-inventory || &lt;br /&gt;
&#039;&#039;&#039;entity:&#039;&#039;&#039; Drops the item on the entity that is dying, if it exists. If not, drops at the position parsed into drops.&amp;lt;/br&amp;gt;&amp;lt;/br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;player:&#039;&#039;&#039; Drops the item on the player that caused the drop, if they exist. If not, drops at the position parsed into drops.&amp;lt;/br&amp;gt;&amp;lt;/br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;inventory:&#039;&#039;&#039; Puts the item in the player&#039;s inventory or drops it on the ground if the inventory is full. If the player that caused the drop doesn&#039;t exist, it drops at the position parsed into drops.&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || ambientPokemonCryTicks || 1080 || || Ticks between Pokémon cries. (Currently unused)&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || experienceMultiplier || 2 || || Additional Exp multiplier for Exp calculation.&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon&lt;br /&gt;
|displayEntityNameLabel&lt;br /&gt;
|true&lt;br /&gt;
|true/false&lt;br /&gt;
|Whether to display the Pokémon name (or ??? if undiscovered) above a Pokémon.&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || displayEntityLevelLabel || true || true/false || Whether to display the level above a Pokémon.&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon&lt;br /&gt;
|displayNameForUnknownPokemon&lt;br /&gt;
|false&lt;br /&gt;
|true/false&lt;br /&gt;
|Whether to display ??? or the Pokémon name if the Pokémon is not registered in a player&#039;s Pokédex.&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon&lt;br /&gt;
|displayEntityLabelsWhenCrouchingOnly&lt;br /&gt;
|false&lt;br /&gt;
|true/false&lt;br /&gt;
|Whether to show the label about a Pokémon only when a Player is crouching.&lt;br /&gt;
|-&lt;br /&gt;
|Pokemon&lt;br /&gt;
|shinyNoticeParticlesDistance&lt;br /&gt;
|24&lt;br /&gt;
|&lt;br /&gt;
|Range around a player in which they would get notified about a shiny Pokémon (through sound and subtitles)&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || captureCalculator || cobblemon || cobblemon || The ID of the capture calculator. Can be added by another mod. If the ID doesn&#039;t exist it uses the default capture calculator.&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || playerDamagePokemon || true || true/false || Whether Players can attack Pokémon like normal Minecraft entities.&lt;br /&gt;
|-&lt;br /&gt;
| Pokemon || maxDynamaxLevel || 10 || 0-10 || The maximum Dynamax level Pokémon can be upgraded to.&lt;br /&gt;
|-&lt;br /&gt;
| Storage || defaultBoxCount || 30 || 1-1000 || The number of boxes available in the PC.&lt;br /&gt;
|-&lt;br /&gt;
| Storage || pokemonSaveIntervalSeconds || 30 || 1-120 || Seconds between saving storage data to file. eg Party &amp;amp; PC data.&lt;br /&gt;
|-&lt;br /&gt;
| Storage || storageFormat || nbt || nbt/json/mongodb || The storage format used for storing Cobblemon data.&lt;br /&gt;
|-&lt;br /&gt;
| Storage || preventCompletePartyDeposit || false || true/false || Whether to prevent Players from depositing their last Party Pokémon into the PC.&lt;br /&gt;
|-&lt;br /&gt;
| Storage || mongoDBConnectionString || mongodb://localhost:27017 || mongodb://IP address:port || The database connection string for your mongoDB database for Cobblemon data storage.&lt;br /&gt;
|-&lt;br /&gt;
| Storage || mongoDBDatabaseName || cobblemon || || The name of the mongoDB for Cobblemon data storage.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || maxVerticalCorrectionBlocks || 64 || 1-200 || The maximum number of blocks that can be corrected when choosing a spawning area. The larger this value, the more reliably spawning will work in vertically bumpy terrain such as mountains. Raising this value only has a very small, negative impact on performance.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || minimumLevelRangeMax || 10 || 1-1000 || The value considered to be the highest party Pokémon level when a player&#039;s party is empty or extremely low level. The higher this value, the higher the levels of Pokémon can be around players with no or very weak Pokémon.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || enableSpawning || true || true/false || Whether to allow Pokémon to spawn.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || minimumDistanceBetweenEntities || 8.0 || || The minimum block distance between spawning Pokémon and existing Entities in the World. This prevents clustered Pokémon spawning.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || maxNearbyBlocksHorizontalRange || 4 || || The maximum number of horizontal blocks away that a block can be for it to still be considered &#039;nearby&#039; in a spawn condition. Lowering this value can slightly improve performance.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || maxNearbyBlocksVerticalRange || 2 || || The maximum number of vertical blocks away that a block can be for it to still be considered &#039;nearby&#039; in a spawn condition. Lowering this value can slightly improve performance.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || maxVerticalSpace || 8 || || How far to check above a spawn location to investigate head room. This value exists for performance reasons but should never be less than the largest &#039;height&#039;/&#039;depth&#039; condition in a spawn file.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || worldSliceDiameter || 8 || || The diameter of the world slices that a spawn action can occur in. When this value is large, there is more reliably frequent spawning at the cost of performance.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || worldSliceHeight || 16 || || The height of the world slices that a spawn action can occur in. When this value is large, there is more reliably frequent spawning at the cost of performance.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || ticksBetweenSpawnAttempts || 20.0 || || The amount of ticks (~20/second) between spawn attempts.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || minimumSliceDistanceFromPlayer || 16.0 || || Minimum amount of blocks from the Player that Pokémon can spawn.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || maximumSliceDistanceFromPlayer || 64.0 || || Maximum amount of blocks from the Player that Pokémon can spawn.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || exportSpawnConfig || false || true/false || Whether to generate the spawn config for more specific spawning settings.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || savePokemonToWorld || true || true/false || Whether to save Pokémon to the World so they exist after a Chunk/World is reloaded.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || pokemonPerChunk || 1.0 || || The amount of Pokémon allowed within a Chunk when spawning.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || baseApricornTreeGenerationChance || 0.1 || || Multiplier on biome-based chance for Apricorn trees to spawn during world generation.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || shinyRate || 8192.0 || || The chance for a spawned Pokémon to be shiny. If 0 no spawned Pokémon will be shiny. Calculated as 1/x.&lt;br /&gt;
|-&lt;br /&gt;
| Spawning || teraTypeRate || 20.0 || || The chance for a spawned Pokémon to have a Tera type that doesn&#039;t match it&#039;s typing. Calculated as 1/x.&lt;br /&gt;
|-&lt;br /&gt;
| Starter || exportStarterConfig || false || true/false || Whether to generate starter.json for editing the starter list.&lt;br /&gt;
|-&lt;br /&gt;
| Battles || autoUpdateShowdown || true || true/false || Whether to automatically update Showdown to the version shipped in the current Cobblemon version.&lt;br /&gt;
|-&lt;br /&gt;
| Battles || defaultFleeDistance || 32 || || How far away a Player must get to flee a battle (non-PvP). If the value is -1, battles cannot be fled.&lt;br /&gt;
|-&lt;br /&gt;
| Battles || allowExperienceFromPvP || true || true/false || Whether to allow Exp gain from PvP battles.&lt;br /&gt;
|-&lt;br /&gt;
| Battles || experienceShareMultiplier || 0.5 || || Multiplier of how much of the total Exp is given to a Pokémon holding an Exp. Share.&lt;br /&gt;
|-&lt;br /&gt;
| Battles || luckyEggMultiplier || 1.5 || || Multiplier of how much of the total Exp is given to a Pokémon holding a Lucky Egg.&lt;br /&gt;
|-&lt;br /&gt;
| Battles || allowSpectating || true || true/false || Whether to allow battles to be spectated.&lt;br /&gt;
|-&lt;br /&gt;
| Battles || walkingInBattleAnimations || false || true/false || Whether to allow walking animations to play during battle animations.&lt;br /&gt;
|-&lt;br /&gt;
|Battles&lt;br /&gt;
|battleWildMaxDistance&lt;br /&gt;
|12&lt;br /&gt;
|&lt;br /&gt;
|Max distance a player can initiate a battle with a wild Pokémon.&lt;br /&gt;
|-&lt;br /&gt;
|Battles&lt;br /&gt;
|battlePvPMaxDistance&lt;br /&gt;
|32&lt;br /&gt;
|&lt;br /&gt;
|Max distance a player can initiate a battle with another player.&lt;br /&gt;
|-&lt;br /&gt;
| Passive Status || || 180-300 || || Range of seconds before clearing the status effect. The value is selected randomly from the range each time an effect is applied.&lt;br /&gt;
|-&lt;br /&gt;
| Healing || infiniteHealerCharge || false || true/false || Whether Healing Machines have infinite charges to heal Pokémon.&lt;br /&gt;
|-&lt;br /&gt;
| Healing || maxHealerCharge || 6.0 || || The maximum amount of full HP restoration Healing Machines can have. 1 charge is equivalent to a Max Revive, plus PP restoration.&lt;br /&gt;
|-&lt;br /&gt;
| Healing || chargeGainedPerTick || 0.000333333 || 0.0-maxHealerCharge || The amount of charge a Healing Machine gains per Server tick.&lt;br /&gt;
|-&lt;br /&gt;
| Healing || defaultFaintTimer || 300 || || How many seconds before reviving a fainted Pokémon.&lt;br /&gt;
|-&lt;br /&gt;
| Healing || faintAwakenHealthPercent || 0.2 || || How much HP to restore when defaultFaintTimer is up.&lt;br /&gt;
|-&lt;br /&gt;
| Healing || healPercent || 0.05 || || How much HP to restore when healTimer is up.&lt;br /&gt;
|-&lt;br /&gt;
| Healing || healTimer || 60 || || How many seconds between HP naturally restoring.&lt;br /&gt;
|-&lt;br /&gt;
|World&lt;br /&gt;
|tradeMaxDistance&lt;br /&gt;
|12&lt;br /&gt;
|&lt;br /&gt;
|Max distance a player can initiate a trade with another player.&lt;br /&gt;
|-&lt;br /&gt;
| World || appleLeftoversChance || 0.025 || || The chance to drop Leftovers when a Player eats an item that has &amp;lt;code&amp;gt;#cobblemon:held/leaves_leftovers&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
| World || maxRootsInArea || 5 || || The maximum number of &amp;lt;code&amp;gt;#cobblemon:roots&amp;lt;/code&amp;gt; that can generate within a 8x2x8 sphere.&lt;br /&gt;
|-&lt;br /&gt;
| World || bigRootPropagationChance || 0.1 || || The chance that Big Roots will grow more roots where possible.&lt;br /&gt;
|-&lt;br /&gt;
| World || energyRootChance || 0.25 || || The chance that a Big Root will grow an Energy Root.&lt;br /&gt;
|-&lt;br /&gt;
| World || defaultPasturedPokemonLimit || 16 || || The maximum Pokémon that can be placed in a Pasture block.&lt;br /&gt;
|-&lt;br /&gt;
| World || pastureBlockUpdateTicks || 40 || || The number of server ticks between Pasture block updates.&lt;br /&gt;
|-&lt;br /&gt;
| World || pastureMaxWanderDistance || 64 || || The maximum amount of blocks a Pokémon can move from the Pasture block.&lt;br /&gt;
|-&lt;br /&gt;
| World || pastureMaxPerChunk || 4.0 || || The maximum number of pastured Pokémon that can be sent out in a chunk.&lt;br /&gt;
|-&lt;br /&gt;
| World || maxInsertedFossilItems || 2 || || The maximum amount of fossils that can be added to the FossilAnalyzer.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Polymeta</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Commands&amp;diff=5264</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Commands&amp;diff=5264"/>
		<updated>2024-12-31T16:10:50Z</updated>

		<summary type="html">&lt;p&gt;Polymeta: fix table of content being out of place for two items&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Commands&#039;&#039;&#039; are text actions that can be used to activate features in game.&lt;br /&gt;
&lt;br /&gt;
These commands are not essential for normal gameplay and will require cheats to be enabled to be used.&lt;br /&gt;
&lt;br /&gt;
The following commands allow players to freely access block interfaces and manage Pokémon. They can also be used to spawn or generate new Pokémon, which can be given to the command user or to other players.&lt;br /&gt;
&lt;br /&gt;
== Spawning Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Spawn Pokémon ===&lt;br /&gt;
Used to spawn a specified Pokémon at the command user&#039;s position.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnpokemon &amp;lt;pokemon&amp;gt; [attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokespawn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemon abra shiny ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; the attributes can be arranged in any order, as long as the command has the name of a Pokémon in it. Both of the following commands are valid examples of this.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemon shiny ability=synchronize abra&amp;lt;/nowiki&amp;gt;}}&#039;&#039;&#039;Example&#039;&#039;&#039; 2&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemon shiny abra ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Spawn Pokémon At ===&lt;br /&gt;
Used to spawn a specified Pokémon at the specified coordinates.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnpokemonat &amp;lt;x&amp;gt; &amp;lt;y&amp;gt; &amp;lt;z&amp;gt; &amp;lt;pokemon&amp;gt; [attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemonat ~ ~ ~ abra shiny ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Spawn All Pokémon ===&lt;br /&gt;
&lt;br /&gt;
Used to spawn one of every available Pokémon at the command user&#039;s position.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; This may slow down the game for low-end computers.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnallpokemon&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/spawnallpokemon}}&lt;br /&gt;
&lt;br /&gt;
=== Spawn Pokémon from Spawn Pool ===&lt;br /&gt;
Attempts to force the spawn system to spawn one or more Pokémon around the command user&#039;s location. The command may fail to spawn a Pokémon if spawning it would break configured spawn limits. &#039;&#039;&#039;This command cannot be executed remotely.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnpokemonfrompool [number]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemonfrompool 10&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Check Spawn ===&lt;br /&gt;
Used to check the spawning chance of Pokémon for a specified rarity at the command user&#039;s current exact position.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/checkspawn &amp;lt;rarity&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/checkspawn ultra-rare}}&lt;br /&gt;
&lt;br /&gt;
== Party Editing/Inspecting Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Give Pokémon ===&lt;br /&gt;
Used to give a specified Pokémon to the command user.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/givepokemon &amp;lt;pokemon&amp;gt; [attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokegive&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/givepokemon abra shiny ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Give Pokémon Other ===&lt;br /&gt;
Used to give a specified Pokémon to a specified player.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/givepokemonother &amp;lt;target&amp;gt; &amp;lt;pokemon&amp;gt; [attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/givepokemonother @a abra shiny ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Take Pokémon ===&lt;br /&gt;
Used to remove a Pokémon from a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/takepokemon &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/takepokemon @p 1}}&lt;br /&gt;
&lt;br /&gt;
=== Pokémon Edit ===&lt;br /&gt;
Used to edit a Pokémon in a specified slot in the command user&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokemonedit &amp;lt;slot&amp;gt; [pokemon / attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokeedit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokemonedit 1 abra &amp;lt;nowiki&amp;gt;ability=adaptability nature=adamant&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Pokémon Edit Other ===&lt;br /&gt;
Used to edit a Pokémon in a specified slot of a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokemoneditother &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; [pokemon / attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokeeditother&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokemoneditother Ash_Green123 1 abra &amp;lt;nowiki&amp;gt;ability=adaptability gender=female nature=adamant&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Heal Pokémon ===&lt;br /&gt;
Used to heal a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/healpokemon [target]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokeheal&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/healpokemon @p}}&lt;br /&gt;
&lt;br /&gt;
=== Teach ===&lt;br /&gt;
Used to teach a specified move to a Pokémon in a specified slot in a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/teach &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; &amp;lt;move&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/teach @p 1 synchronoise}}&lt;br /&gt;
&lt;br /&gt;
=== Level Up ===&lt;br /&gt;
Used to increase the level of a Pokémon in a specified slot in a specified player&#039;s party by 1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/levelup &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/levelup @p 1}}&lt;br /&gt;
&lt;br /&gt;
=== Friendship ===&lt;br /&gt;
Used to check a Pokémon&#039;s friendship level in a specified slot in the command user&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/friendship &amp;lt;slot&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/friendship 1}}&lt;br /&gt;
&lt;br /&gt;
=== Held Item ===&lt;br /&gt;
Used to change the held item for a Pokémon in a specified slot in a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/held_item &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; &amp;lt;item&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/held_item @p 1 cobblemon:choice_band}}&lt;br /&gt;
&lt;br /&gt;
=== Poké Box ===&lt;br /&gt;
Used to send a Pokémon in a specified slot from a specified player&#039;s party to the specified box of their PC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokebox &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; [box]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokebox @p 1 1}}&lt;br /&gt;
&lt;br /&gt;
=== Poké Box All ===&lt;br /&gt;
Used to send all Pokémon in a specified from a specified player&#039;s party to the specified box of their PC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokeboxall &amp;lt;target&amp;gt; [box]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokebox @p 1}}&lt;br /&gt;
&lt;br /&gt;
=== Give Held Item ===&lt;br /&gt;
Used to give a Pokémon from a specified player&#039;s party the provided held item.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/held_item &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; &amp;lt;item&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokebox @p 1 cobblemon:shell_bell}}&lt;br /&gt;
&lt;br /&gt;
== Player Data Editing Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Give All Pokémon ===&lt;br /&gt;
Used to give one of every available Pokémon to the command user. The Pokémon will be sent to the command user&#039;s PC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/giveallpokemon&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/giveallpokemon}}&lt;br /&gt;
&lt;br /&gt;
=== Clear Party ===&lt;br /&gt;
Used to completely reset the target&#039;s party.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; As of 1.4 this command does not require a confirmation step. Once executed, immediately erases all Pokémon in the target&#039;s party.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/clearparty &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/clearparty @p}}&lt;br /&gt;
&lt;br /&gt;
=== Clear PC ===&lt;br /&gt;
Used to completely reset the target&#039;s pc.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; As of 1.4 this command does not require a confirmation step. Once executed, immediately erases all Pokémon in the target&#039;s PC.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/clearpc &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/clearpc @p}}&lt;br /&gt;
&lt;br /&gt;
=== Restart Pokémon ===&lt;br /&gt;
Used to completely reset the user&#039;s party and PC.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; As of 1.4 this command does not require a confirmation step. Once executed, immediately erases all Pokémon owned by the user.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokemonrestart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokerestart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokemonrestart}}&lt;br /&gt;
&lt;br /&gt;
=== Restart Pokémon Other ===&lt;br /&gt;
Used to completely reset the target&#039;s party and PC.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; As of 1.4 this command does not require a confirmation step. Once executed, immediately erases all Pokémon owned by the target.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokemonrestartother &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokerestartother&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokemonrestartother @p}}&lt;br /&gt;
&lt;br /&gt;
== UI Accessing Commands ==&lt;br /&gt;
&lt;br /&gt;
=== PC ===&lt;br /&gt;
Used to access the command user&#039;s PC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pc}}&lt;br /&gt;
&lt;br /&gt;
=== Open Starter Screen ===&lt;br /&gt;
Displays the starter Pokémon select interface for a specified player.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/openstarterscreen &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/openstarterscreen @p}}&lt;br /&gt;
&lt;br /&gt;
== Battle Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Stop Battle ===&lt;br /&gt;
Used to stop a specified player&#039;s current battle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/stopbattle &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/stopbattle @p}}&lt;br /&gt;
&lt;br /&gt;
=== Abandon Multi Team===&lt;br /&gt;
Used to remove a player from their MultiBattleTeam. Will disband the team if they are the last remaining member.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/abandonmultiteam&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/abandonmultiteam}}&lt;br /&gt;
&lt;br /&gt;
== Pokedex Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Grant Pokedex Entries ===&lt;br /&gt;
Grants the player all pokemon of the provided Pokedex or a specified species and form.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokedex grant &amp;lt;player&amp;gt; all &amp;lt;dex&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
OR&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokedex grant &amp;lt;player&amp;gt; only &amp;lt;species&amp;gt; &amp;lt;form&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokedex grant @p all alola}}&lt;br /&gt;
OR &lt;br /&gt;
{{ChatInterface|/pokedex grant @p only decidueye hisui}}&lt;br /&gt;
&lt;br /&gt;
=== Revoke Pokedex Entries ===&lt;br /&gt;
Revokes the player of all pokemon of the provided Pokedex or a specified species and form.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokedex revoke &amp;lt;player&amp;gt; all &amp;lt;dex&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
OR&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokedex revoke &amp;lt;player&amp;gt; only &amp;lt;species&amp;gt; &amp;lt;form&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokedex revoke @p all alola}}&lt;br /&gt;
OR &lt;br /&gt;
{{ChatInterface|/pokedex revoke @p only decidueye hisui}}&lt;br /&gt;
&lt;br /&gt;
== NPC Commands ==&lt;br /&gt;
&#039;&#039;&#039;NOTE: NPC&#039;s are currently experimental and may not work as intended&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Spawn NPC ===&lt;br /&gt;
Used to spawn the provided NPC class with the provided skill level on the player.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnnpc &amp;lt;class&amp;gt; &amp;lt;level&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/spawnnpc standard 1}}&lt;br /&gt;
&lt;br /&gt;
=== Spawn NPC At ===&lt;br /&gt;
Used to spawn the provided NPC class with the provided skill level at the given coordinates.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnnpcat &amp;lt;pos&amp;gt; &amp;lt;class&amp;gt; &amp;lt;level&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/spawnnpcat 0 60 0 standard 1}}&lt;br /&gt;
&lt;br /&gt;
=== Delete NPC ===&lt;br /&gt;
Used to delete the NPC you are looking at.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/npcdelete&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/npcdelete}}&lt;br /&gt;
&lt;br /&gt;
=== Edit NPC ===&lt;br /&gt;
Opens the NPC editor GUI (experimental).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/npcedit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/npcedit}}&lt;br /&gt;
&lt;br /&gt;
=== Apply Player Texture ===&lt;br /&gt;
Applies the specified player&#039;s texture to the NPC you are looking at.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/applyplayertexture &amp;lt;playername&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/applyplayertexture jeb_}}&lt;br /&gt;
&lt;br /&gt;
== Misc Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Spawn Bedrock Particle ===&lt;br /&gt;
Spawns the provided bedrock particle on the given entity or position. Useful for testing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/bedrockparticle &amp;lt;effect&amp;gt; &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
OR&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/bedrockparticle &amp;lt;effect&amp;gt; &amp;lt;world&amp;gt; &amp;lt;pos&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/bedrockparticle effectname @p}}&lt;br /&gt;
OR &lt;br /&gt;
{{ChatInterface|/bedrockparticle effectname minecraft:overworld 0 60 0}}&lt;br /&gt;
&lt;br /&gt;
=== Cobblemon Info ===&lt;br /&gt;
Displays current version info&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/cobblemon info&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/cobblemon info}}&lt;br /&gt;
&lt;br /&gt;
=== Freeze Pokemon ===&lt;br /&gt;
Freezes the pokemon the player is looking at for the provided time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/freezepokemon [time]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/freezepokemon 600}}&lt;br /&gt;
&lt;br /&gt;
=== Open Dialogue ===&lt;br /&gt;
Opens the provided dialogue on the provided player.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/opendialogue &amp;lt;dialogue&amp;gt; &amp;lt;player&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/opendialogue example @p}}&lt;br /&gt;
&lt;br /&gt;
=== Run Molang Script ===&lt;br /&gt;
Runs the provided Molang script with the provided optional contexts of the player, NPC or Pokemon entity.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/runmolangscript &amp;lt;script&amp;gt; [player] [npc] [pokemon]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/runmolangscript scriptname @p}}&lt;br /&gt;
&lt;br /&gt;
=== Change Pokemon&#039;s Eye Height ===&lt;br /&gt;
Temporarily changes the eyeheight of a species in the provided pose. Recall Pokemon after running command, useful for addon devs to test heights without having to reload resourcepacks.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/changeeyeheight &amp;lt;species&amp;gt; &amp;lt;standing|flying|swimming&amp;gt; &amp;lt;eyeheight&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/changeeyeheight abomasnow standing 0.5}}&lt;br /&gt;
&lt;br /&gt;
=== Change Scale and Size ===&lt;br /&gt;
Temporarily updates a species with the provided species scale and optionally hitbox width and height. Recall pokemon after running command, useful for addon devs to test heights without having to reload resourcepacks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/changescaleandsize &amp;lt;species&amp;gt; &amp;lt;scale&amp;gt; [&amp;lt;width&amp;gt; &amp;lt;height&amp;gt;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/changescaleandsize abomasnow 5}}&lt;br /&gt;
&lt;br /&gt;
=== Change Walk Speed ===&lt;br /&gt;
Temporarily changes a species walk speed. Recall pokemon after running command, useful for addon devs to test heights without having to reload resourcepacks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/changewalkspeed &amp;lt;species&amp;gt; &amp;lt;walkspeed&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/changewalkspeed abomasnow 5}}&lt;/div&gt;</summary>
		<author><name>Polymeta</name></author>
	</entry>
	<entry>
		<id>https://wiki.cobblemon.com/index.php?title=Commands&amp;diff=5263</id>
		<title>Commands</title>
		<link rel="alternate" type="text/html" href="https://wiki.cobblemon.com/index.php?title=Commands&amp;diff=5263"/>
		<updated>2024-12-31T16:07:21Z</updated>

		<summary type="html">&lt;p&gt;Polymeta: Fix /changeeyeheight usage and example and remove = sign infront of some headers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Commands&#039;&#039;&#039; are text actions that can be used to activate features in game.&lt;br /&gt;
&lt;br /&gt;
These commands are not essential for normal gameplay and will require cheats to be enabled to be used.&lt;br /&gt;
&lt;br /&gt;
The following commands allow players to freely access block interfaces and manage Pokémon. They can also be used to spawn or generate new Pokémon, which can be given to the command user or to other players.&lt;br /&gt;
&lt;br /&gt;
== Spawning Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Spawn Pokémon ===&lt;br /&gt;
Used to spawn a specified Pokémon at the command user&#039;s position.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnpokemon &amp;lt;pokemon&amp;gt; [attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokespawn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemon abra shiny ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; the attributes can be arranged in any order, as long as the command has the name of a Pokémon in it. Both of the following commands are valid examples of this.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemon shiny ability=synchronize abra&amp;lt;/nowiki&amp;gt;}}&#039;&#039;&#039;Example&#039;&#039;&#039; 2&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemon shiny abra ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Spawn Pokémon At ===&lt;br /&gt;
Used to spawn a specified Pokémon at the specified coordinates.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnpokemonat &amp;lt;x&amp;gt; &amp;lt;y&amp;gt; &amp;lt;z&amp;gt; &amp;lt;pokemon&amp;gt; [attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemonat ~ ~ ~ abra shiny ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Spawn All Pokémon ===&lt;br /&gt;
&lt;br /&gt;
Used to spawn one of every available Pokémon at the command user&#039;s position.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; This may slow down the game for low-end computers.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnallpokemon&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/spawnallpokemon}}&lt;br /&gt;
&lt;br /&gt;
=== Spawn Pokémon from Spawn Pool ===&lt;br /&gt;
Attempts to force the spawn system to spawn one or more Pokémon around the command user&#039;s location. The command may fail to spawn a Pokémon if spawning it would break configured spawn limits. &#039;&#039;&#039;This command cannot be executed remotely.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnpokemonfrompool [number]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/spawnpokemonfrompool 10&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Check Spawn ===&lt;br /&gt;
Used to check the spawning chance of Pokémon for a specified rarity at the command user&#039;s current exact position.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/checkspawn &amp;lt;rarity&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/checkspawn ultra-rare}}&lt;br /&gt;
&lt;br /&gt;
== Party Editing/Inspecting Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Give Pokémon ===&lt;br /&gt;
Used to give a specified Pokémon to the command user.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/givepokemon &amp;lt;pokemon&amp;gt; [attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokegive&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/givepokemon abra shiny ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Give Pokémon Other ===&lt;br /&gt;
Used to give a specified Pokémon to a specified player.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/givepokemonother &amp;lt;target&amp;gt; &amp;lt;pokemon&amp;gt; [attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|&amp;lt;nowiki&amp;gt;/givepokemonother @a abra shiny ability=synchronize&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Take Pokémon ===&lt;br /&gt;
Used to remove a Pokémon from a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/takepokemon &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/takepokemon @p 1}}&lt;br /&gt;
&lt;br /&gt;
=== Pokémon Edit ===&lt;br /&gt;
Used to edit a Pokémon in a specified slot in the command user&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokemonedit &amp;lt;slot&amp;gt; [pokemon / attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokeedit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokemonedit 1 abra &amp;lt;nowiki&amp;gt;ability=adaptability nature=adamant&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Pokémon Edit Other ===&lt;br /&gt;
Used to edit a Pokémon in a specified slot of a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokemoneditother &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; [pokemon / attributes]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokeeditother&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokemoneditother Ash_Green123 1 abra &amp;lt;nowiki&amp;gt;ability=adaptability gender=female nature=adamant&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
=== Heal Pokémon ===&lt;br /&gt;
Used to heal a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/healpokemon [target]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokeheal&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/healpokemon @p}}&lt;br /&gt;
&lt;br /&gt;
=== Teach ===&lt;br /&gt;
Used to teach a specified move to a Pokémon in a specified slot in a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/teach &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; &amp;lt;move&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/teach @p 1 synchronoise}}&lt;br /&gt;
&lt;br /&gt;
=== Level Up ===&lt;br /&gt;
Used to increase the level of a Pokémon in a specified slot in a specified player&#039;s party by 1.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/levelup &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/levelup @p 1}}&lt;br /&gt;
&lt;br /&gt;
=== Friendship ===&lt;br /&gt;
Used to check a Pokémon&#039;s friendship level in a specified slot in the command user&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/friendship &amp;lt;slot&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/friendship 1}}&lt;br /&gt;
&lt;br /&gt;
=== Held Item ===&lt;br /&gt;
Used to change the held item for a Pokémon in a specified slot in a specified player&#039;s party.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/held_item &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; &amp;lt;item&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/held_item @p 1 cobblemon:choice_band}}&lt;br /&gt;
&lt;br /&gt;
=== Poké Box ===&lt;br /&gt;
Used to send a Pokémon in a specified slot from a specified player&#039;s party to the specified box of their PC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokebox &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; [box]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokebox @p 1 1}}&lt;br /&gt;
&lt;br /&gt;
=== Poké Box All ===&lt;br /&gt;
Used to send all Pokémon in a specified from a specified player&#039;s party to the specified box of their PC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokeboxall &amp;lt;target&amp;gt; [box]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokebox @p 1}}&lt;br /&gt;
&lt;br /&gt;
=== Give Held Item ===&lt;br /&gt;
Used to give a Pokémon from a specified player&#039;s party the provided held item.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/held_item &amp;lt;target&amp;gt; &amp;lt;slot&amp;gt; &amp;lt;item&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokebox @p 1 cobblemon:shell_bell}}&lt;br /&gt;
&lt;br /&gt;
== Player Data Editing Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Give All Pokémon ===&lt;br /&gt;
Used to give one of every available Pokémon to the command user. The Pokémon will be sent to the command user&#039;s PC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/giveallpokemon&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/giveallpokemon}}&lt;br /&gt;
&lt;br /&gt;
=== Clear Party ===&lt;br /&gt;
Used to completely reset the target&#039;s party.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; As of 1.4 this command does not require a confirmation step. Once executed, immediately erases all Pokémon in the target&#039;s party.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/clearparty &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/clearparty @p}}&lt;br /&gt;
&lt;br /&gt;
=== Clear PC ===&lt;br /&gt;
Used to completely reset the target&#039;s pc.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; As of 1.4 this command does not require a confirmation step. Once executed, immediately erases all Pokémon in the target&#039;s PC.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/clearpc &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/clearpc @p}}&lt;br /&gt;
&lt;br /&gt;
=== Restart Pokémon ===&lt;br /&gt;
Used to completely reset the user&#039;s party and PC.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; As of 1.4 this command does not require a confirmation step. Once executed, immediately erases all Pokémon owned by the user.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokemonrestart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokerestart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokemonrestart}}&lt;br /&gt;
&lt;br /&gt;
=== Restart Pokémon Other ===&lt;br /&gt;
Used to completely reset the target&#039;s party and PC.&amp;lt;blockquote&amp;gt;&#039;&#039;&#039;Warning:&#039;&#039;&#039; As of 1.4 this command does not require a confirmation step. Once executed, immediately erases all Pokémon owned by the target.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokemonrestartother &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alias: &amp;lt;code&amp;gt;/pokerestartother&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokemonrestartother @p}}&lt;br /&gt;
&lt;br /&gt;
== UI Accessing Commands ==&lt;br /&gt;
&lt;br /&gt;
=== PC ===&lt;br /&gt;
Used to access the command user&#039;s PC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pc}}&lt;br /&gt;
&lt;br /&gt;
=== Open Starter Screen ===&lt;br /&gt;
Displays the starter Pokémon select interface for a specified player.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/openstarterscreen &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/openstarterscreen @p}}&lt;br /&gt;
&lt;br /&gt;
== Battle Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Stop Battle ===&lt;br /&gt;
Used to stop a specified player&#039;s current battle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/stopbattle &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/stopbattle @p}}&lt;br /&gt;
&lt;br /&gt;
=== Abandon Multi Team===&lt;br /&gt;
Used to remove a player from their MultiBattleTeam. Will disband the team if they are the last remaining member.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/abandonmultiteam&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/abandonmultiteam}}&lt;br /&gt;
&lt;br /&gt;
== Pokedex Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Grant Pokedex Entries ===&lt;br /&gt;
Grants the player all pokemon of the provided Pokedex or a specified species and form.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokedex grant &amp;lt;player&amp;gt; all &amp;lt;dex&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
OR&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokedex grant &amp;lt;player&amp;gt; only &amp;lt;species&amp;gt; &amp;lt;form&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokedex grant @p all alola}}&lt;br /&gt;
OR &lt;br /&gt;
{{ChatInterface|/pokedex grant @p only decidueye hisui}}&lt;br /&gt;
&lt;br /&gt;
=== Revoke Pokedex Entries ===&lt;br /&gt;
Revokes the player of all pokemon of the provided Pokedex or a specified species and form.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokedex revoke &amp;lt;player&amp;gt; all &amp;lt;dex&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
OR&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/pokedex revoke &amp;lt;player&amp;gt; only &amp;lt;species&amp;gt; &amp;lt;form&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/pokedex revoke @p all alola}}&lt;br /&gt;
OR &lt;br /&gt;
{{ChatInterface|/pokedex revoke @p only decidueye hisui}}&lt;br /&gt;
&lt;br /&gt;
== NPC Commands ==&lt;br /&gt;
&#039;&#039;&#039;NOTE: NPC&#039;s are currently experimental and may not work as intended&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Spawn NPC ===&lt;br /&gt;
Used to spawn the provided NPC class with the provided skill level on the player.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnnpc &amp;lt;class&amp;gt; &amp;lt;level&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/spawnnpc standard 1}}&lt;br /&gt;
&lt;br /&gt;
=== Spawn NPC At ===&lt;br /&gt;
Used to spawn the provided NPC class with the provided skill level at the given coordinates.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/spawnnpcat &amp;lt;pos&amp;gt; &amp;lt;class&amp;gt; &amp;lt;level&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/spawnnpcat 0 60 0 standard 1}}&lt;br /&gt;
&lt;br /&gt;
=== Delete NPC ===&lt;br /&gt;
Used to delete the NPC you are looking at.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/npcdelete&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/npcdelete}}&lt;br /&gt;
&lt;br /&gt;
=== Edit NPC ===&lt;br /&gt;
Opens the NPC editor GUI (experimental).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/npcedit&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/npcedit}}&lt;br /&gt;
&lt;br /&gt;
=== Apply Player Texture ===&lt;br /&gt;
Applies the specified player&#039;s texture to the NPC you are looking at.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/applyplayertexture &amp;lt;playername&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/applyplayertexture jeb_}}&lt;br /&gt;
&lt;br /&gt;
== Misc Commands ==&lt;br /&gt;
&lt;br /&gt;
=== Spawn Bedrock Particle ===&lt;br /&gt;
Spawns the provided bedrock particle on the given entity or position. Useful for testing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/bedrockparticle &amp;lt;effect&amp;gt; &amp;lt;target&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
OR&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/bedrockparticle &amp;lt;effect&amp;gt; &amp;lt;world&amp;gt; &amp;lt;pos&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/bedrockparticle effectname @p}}&lt;br /&gt;
OR &lt;br /&gt;
{{ChatInterface|/bedrockparticle effectname minecraft:overworld 0 60 0}}&lt;br /&gt;
&lt;br /&gt;
=== Cobblemon Info ===&lt;br /&gt;
Displays current version info&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/cobblemon info&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/cobblemon info}}&lt;br /&gt;
&lt;br /&gt;
=== Freeze Pokemon ===&lt;br /&gt;
Freezes the pokemon the player is looking at for the provided time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/freezepokemon [time]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/freezepokemon 600}}&lt;br /&gt;
&lt;br /&gt;
=== Open Dialogue ===&lt;br /&gt;
Opens the provided dialogue on the provided player.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/opendialogue &amp;lt;dialogue&amp;gt; &amp;lt;player&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/opendialogue example @p}}&lt;br /&gt;
&lt;br /&gt;
=== Run Molang Script ===&lt;br /&gt;
Runs the provided Molang script with the provided optional contexts of the player, NPC or Pokemon entity.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/runmolangscript &amp;lt;script&amp;gt; [player] [npc] [pokemon]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/runmolangscript scriptname @p}}&lt;br /&gt;
&lt;br /&gt;
=== Change Pokemon&#039;s Eye Height ===&lt;br /&gt;
Temporarily changes the eyeheight of a species in the provided pose. Recall Pokemon after running command, useful for addon devs to test heights without having to reload resourcepacks.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/changeeyeheight &amp;lt;species&amp;gt; &amp;lt;standing|flying|swimming&amp;gt; &amp;lt;eyeheight&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/changeeyeheight abomasnow standing 0.5}}&lt;br /&gt;
&lt;br /&gt;
== Change Scale and Size ==&lt;br /&gt;
Temporarily updates a species with the provided species scale and optionally hitbox width and height. Recall pokemon after running command, useful for addon devs to test heights without having to reload resourcepacks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/changescaleandsize &amp;lt;species&amp;gt; &amp;lt;scale&amp;gt; [&amp;lt;width&amp;gt; &amp;lt;height&amp;gt;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/changescaleandsize abomasnow 5}}&lt;br /&gt;
&lt;br /&gt;
== Change Walk Speed ==&lt;br /&gt;
Temporarily changes a species walk speed. Recall pokemon after running command, useful for addon devs to test heights without having to reload resourcepacks&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Usage&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code class=&amp;quot;display-block&amp;quot;&amp;gt;/changewalkspeed &amp;lt;species&amp;gt; &amp;lt;walkspeed&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example&#039;&#039;&#039;&lt;br /&gt;
{{ChatInterface|/changewalkspeed abomasnow 5}}&lt;/div&gt;</summary>
		<author><name>Polymeta</name></author>
	</entry>
</feed>