Skip to content

Cobblemon PokeTotem - Configuration

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

Configuration files: cobblemon_poketotem-startup.toml - This file contains the permission nodes for Cobblemon PokeTotem. You can use this file to change the permission nodes for the commands and features of the mod.

cobblemon_poketotem-startup.toml
#Permission Levels for Commands
[permissions]
[permissions.command]
poketototem = "CHEAT_COMMANDS_AND_COMMAND_BLOCKS"
poketototem-server = "CHEAT_COMMANDS_AND_COMMAND_BLOCKS"
totemtopoke = "NONE"
totemtopoke-server = "CHEAT_COMMANDS_AND_COMMAND_BLOCKS"
totemtopoke-redeem = "NONE"
totemtopoke-redeem-server = "CHEAT_COMMANDS_AND_COMMAND_BLOCKS"

Allowed Values:

  • NONE - No permission required.
  • SPAWN_PROTECTION_BYPASS - Permission level required to bypass spawn protection
  • CHEAT_COMMANDS_AND_COMMAND_BLOCKS - Permission level required to use cheat commands and command blocks.
  • MULTIPLAYER_MANAGEMENT - Permission level required to manage multiplayer settings
  • ALL_COMMANDS - Permission level required to use all commands.

The permission level required to use the /poketototem command.

  • Default: CHEAT_COMMANDS_AND_COMMAND_BLOCKS

The permission level required to use the /poketototem-server command.

  • Default: CHEAT_COMMANDS_AND_COMMAND_BLOCKS

The permission level required to use the /totemtopoke command.

  • Default: NONE

The permission level required to use the /totemtopoke-server command.

  • Default: CHEAT_COMMANDS_AND_COMMAND_BLOCKS

The permission level required to use the /totemtopoke-redeem command.

  • Default: NONE

The permission level required to use the /totemtopoke-redeem-server command.

  • Default: CHEAT_COMMANDS_AND_COMMAND_BLOCKS