Skip to content

Configuration

All of the configuration files for Cobblemon Poke Paste are located in the <game_directory>/config/cobble_paste/ directory.

Configuration files:

  • server.toml - This file contains the server-side configuration options for the Cobblemon Poke Paste mod.
  • permissions.toml - This file contains the permissions configuration options for the Cobblemon Poke Paste mod.
server.toml
[general]
#Author name to display on pokepast.es when exporting.
pasteAuthor = "CobblePaste"
[item_mappings]
#Showdown item name to registry id mapping. Use UNMAPPED:prefix to skip unsupported items.
entries = ["Leftovers=cobblemon:leftovers", "Choice Band=cobblemon:choice_band", "Choice Specs=cobblemon:choice_specs", "Choice Scarf=cobblemon:choice_scarf", "Life Orb=cobblemon:life_orb", "Assault Vest=cobblemon:assault_vest", "Rocky Helmet=cobblemon:rocky_helmet", "Focus Sash=cobblemon:focus_sash", "Eviolite=cobblemon:eviolite", "Heavy-Duty Boots=cobblemon:heavy_duty_boots", "Black Sludge=cobblemon:black_sludge", "Weakness Policy=cobblemon:weakness_policy", "Safety Goggles=cobblemon:safety_goggles", "Air Balloon=cobblemon:air_balloon", "Throat Spray=cobblemon:throat_spray", "Clear Amulet=cobblemon:clear_amulet", "Loaded Dice=cobblemon:loaded_dice", "Covert Cloak=cobblemon:covert_cloak", "Mirror Herb=cobblemon:mirror_herb", "Shed Shell=cobblemon:shed_shell", "Iron Ball=cobblemon:iron_ball", "Toxic Orb=cobblemon:toxic_orb", "Flame Orb=cobblemon:flame_orb", "Expert Belt=cobblemon:expert_belt", "White Herb=cobblemon:white_herb", "Power Herb=cobblemon:power_herb", "Mental Herb=cobblemon:mental_herb", "Bright Powder=cobblemon:bright_powder", "Wide Lens=cobblemon:wide_lens", "Zoom Lens=cobblemon:zoom_lens", "Scope Lens=cobblemon:scope_lens", "Metronome=cobblemon:metronome", "Charcoal=cobblemon:charcoal_stick", "Sitrus Berry=cobblemon:sitrus_berry", "Lum Berry=cobblemon:lum_berry", "Oran Berry=cobblemon:oran_berry", "Chesto Berry=cobblemon:chesto_berry", "Pecha Berry=cobblemon:pecha_berry", "Rawst Berry=cobblemon:rawst_berry", "Aspear Berry=cobblemon:aspear_berry", "Leppa Berry=cobblemon:leppa_berry", "Persim Berry=cobblemon:persim_berry", "Cheri Berry=cobblemon:cheri_berry", "Booster Energy=UNMAPPED:booster_energy", "Normalium Z=UNMAPPED:normalium_z", "Firium Z=UNMAPPED:firium_z", "Waterium Z=UNMAPPED:waterium_z", "Electrium Z=UNMAPPED:electrium_z", "Grassium Z=UNMAPPED:grassium_z", "Icium Z=UNMAPPED:icium_z", "Fightinium Z=UNMAPPED:fightinium_z", "Poisonium Z=UNMAPPED:poisonium_z", "Groundium Z=UNMAPPED:groundium_z", "Flyinium Z=UNMAPPED:flyinium_z", "Psychium Z=UNMAPPED:psychium_z", "Buginium Z=UNMAPPED:buginium_z", "Rockium Z=UNMAPPED:rockium_z", "Ghostium Z=UNMAPPED:ghostium_z", "Dragonium Z=UNMAPPED:dragonium_z", "Darkinium Z=UNMAPPED:darkinium_z", "Steelium Z=UNMAPPED:steelium_z", "Fairium Z=UNMAPPED:fairium_z", "Pikashunium Z=UNMAPPED:pikashunium_z", "Aloraichium Z=UNMAPPED:aloraichium_z", "Snorlium Z=UNMAPPED:snorlium_z", "Eevium Z=UNMAPPED:eevium_z", "Mewnium Z=UNMAPPED:mewnium_z", "Charizardite X=UNMAPPED:charizardite_x", "Charizardite Y=UNMAPPED:charizardite_y", "Venusaurite=UNMAPPED:venusaurite", "Blastoisinite=UNMAPPED:blastoisinite", "Gengarite=UNMAPPED:gengarite", "Kangaskhanite=UNMAPPED:kangaskhanite", "Pinsirite=UNMAPPED:pinsirite", "Gyaradosite=UNMAPPED:gyaradosite", "Aerodactylite=UNMAPPED:aerodactylite", "Mewtwonite X=UNMAPPED:mewtwonite_x", "Mewtwonite Y=UNMAPPED:mewtwonite_y", "Scizorite=UNMAPPED:scizorite", "Heracronite=UNMAPPED:heracronite", "Houndoominite=UNMAPPED:houndoominite", "Tyranitarite=UNMAPPED:tyranitarite", "Blazikenite=UNMAPPED:blazikenite", "Gardevoirite=UNMAPPED:gardevoirite", "Mawilite=UNMAPPED:mawilite", "Aggronite=UNMAPPED:aggronite", "Medichamite=UNMAPPED:medichamite", "Manectite=UNMAPPED:manectite", "Banettite=UNMAPPED:banettite", "Absolite=UNMAPPED:absolite", "Salamencite=UNMAPPED:salamencite", "Metagrossite=UNMAPPED:metagrossite", "Latiasite=UNMAPPED:latiasite", "Latiosite=UNMAPPED:latiosite", "Lopunnite=UNMAPPED:lopunnite", "Garchompite=UNMAPPED:garchompite", "Lucarionite=UNMAPPED:lucarionite", "Abomasite=UNMAPPED:abomasite", "Galladite=UNMAPPED:galladite", "Audinite=UNMAPPED:audinite", "Diancite=UNMAPPED:diancite", "Sharpedonite=UNMAPPED:sharpedonite", "Glalitite=UNMAPPED:glalitite", "Cameruptite=UNMAPPED:cameruptite", "Altarianite=UNMAPPED:altarianite", "Swampertite=UNMAPPED:swampertite", "Sceptilite=UNMAPPED:sceptilite"]

Allows configuration of General settings for the Cobblemon Poke Paste mod.

The author name to display on pokepast.es when exporting. This can be set to any string value.

  • Type: string
  • Default: "CobblePaste"

Allows configuration of item mappings for the Cobblemon Poke Paste mod. This allows you to map Showdown item names to registry ids for items that are not supported by default.

A list of Showdown item name to registry id mappings. Use UNMAPPED:prefix to skip unsupported items. For example, if you want to skip the “Booster Energy” item, you can add UNMAPPED:booster_energy to the list, or assign a custom registry id to it, such as Booster Energy=modid:booster_energy. This allows you to customize the item mappings for your server.

  • Type: array
permissions.toml
[permissions]
#The permission level required to use the /cobble-paste import command.
#Allowed Values: NONE, SPAWN_PROTECTION_BYPASS, CHEAT_COMMANDS_AND_COMMAND_BLOCKS, MULTIPLAYER_MANAGEMENT, ALL_COMMANDS
commandPasteImportPermLevel = "ALL_COMMANDS"
#The permission level required to use the /cobble-paste export command.
#Allowed Values: NONE, SPAWN_PROTECTION_BYPASS, CHEAT_COMMANDS_AND_COMMAND_BLOCKS, MULTIPLAYER_MANAGEMENT, ALL_COMMANDS
commandPasteExportPermLevel = "ALL_COMMANDS"

Allows configuration of command permissions for the Cobblemon Poke Paste mod. This allows you to control which permission levels can run each command.

  • Allowed Values:
    • NONE - No one can use this command.
    • SPAWN_PROTECTION_BYPASS - Only players with spawn protection bypass can use this command.
    • CHEAT_COMMANDS_AND_COMMAND_BLOCKS - Only players with cheat commands and command blocks can use this command.
    • MULTIPLAYER_MANAGEMENT - Only players with multiplayer management permissions can use this command.
    • ALL_COMMANDS - All players can use this command.

The permission level required to use the /cobble-paste import command.

  • Type: enum
  • Default: ALL_COMMANDS

The permission level required to use the /cobble-paste export command.

  • Type: enum
  • Default: ALL_COMMANDS