Skip to content

status+me.virmesh.worldInstance.create_not_allowed

現在の player が world instance を作成できないことを示します。

errordraft

Description

この status は WorldServer が createInstance 自体はサポートしているが、対象 player や world policy により作成を拒否した場合に返ります。 createInstance をサポートしないサーバーは status+me.virmesh.action.not_supported を返します。

When this happens

  • player が instance 作成権限を持たない
  • world policy が player-created instance を許可しない
  • server quota や rate limit により新規 instance を作成できない

Payload

payload.messagestringRequired

実装依存の詳細メッセージです。

Client handling

  • 既存 instance 一覧に戻る
  • 作成 UI を対象 player または対象 world では無効化する

Related statuses

Referenced by

HTTPAPIAction
403me.virmesh.worldInstance.createInstanceme.virmesh.worldInstance.createInstance