Skip to content

Block Logging Configuration

Ren edited this page Aug 17, 2019 · 4 revisions

» Home » Block Logging » Configuration

Recommended cache sizes

  • rpkit_block_change id: About the size of the maximum expected amount of blocks involved in an operation multiplied by the amount of stages back they're likely to be rolled
  • rpkit_block_history id: About the size of the maximum expected amount of blocks involved in an operation
  • rpkit_block_inventory_change id: About the size of the maximum expected amount of inventory changes involved in an action

Permissions

rpkit.blocklogging.command.history:
    description: Allows viewing block history
    default: op
rpkit.blocklogging.command.inventoryhistory:
    description: Allows viewing inventory history
    default: op
rpkit.blocklogging.command.rollback:
    description: Allows rolling back changes
    default: op
Clone this wiki locally