Skip to main content

marketplace.can_sell

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 54
  • Header: MARKETPLACE_SELL_ITEM
  • Direction: Server to Client (s2c)
  • Realm: Economy & Trading
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Indicate whether the player can create Marketplace listings

Payload fields

FieldTypeRequiredDescription
resultint32requiredResult code (1=allowed, other=denied).
tokenCountint32requiredNumber of listing tokens the player has.

Behavior

Sender

Sent in response to a can-sell eligibility check.

Receiver

The client enables or disables the sell button based on eligibility.

Notes

  • No additional notes