Skip to main content

Module: command_meta.attachment

Overview

Module

Provides a unified attachment facility, to attach data to any object.

Color Boxes

Example

◉ Set a attachment.

Issue: /attachment set news today hello world

◉ Get a attachment.

Issue: /attachment get news today

Commands

Command
  • Command Syntax: /attachment get <SubjectName subject> <SubjectId uuid>
  • Document: null
  • Can be executed by console: true
  • Required Level Permission: 4
  • Required String Permission: null
Command
  • Command Syntax: /attachment set <SubjectName subject> <SubjectId uuid> <GreedyString data>
  • Document: null
  • Can be executed by console: true
  • Required Level Permission: 4
  • Required String Permission: null
Command
  • Command Syntax: /attachment unset <SubjectName subject> <SubjectId uuid>
  • Document: null
  • Can be executed by console: true
  • Required Level Permission: 4
  • Required String Permission: null

Argument Types

Argument Type
  • Argument Type Name: [subject-id]
  • Argument Type Class: [SubjectId]
Argument Type
  • Argument Type Name: [subject-name]
  • Argument Type Class: [SubjectName]