Appearance
status+me.virmesh.worldInstance.create_not_allowed
現在の player が world instance を作成できないことを示します。
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
| HTTP | API | Action |
|---|---|---|
403 | me.virmesh.worldInstance.createInstance | me.virmesh.worldInstance.createInstance |