Admin Commands
All Particle Text management commands use /pt. The full /particletext alias is also available. Operators receive the administrative permissions by default through particletext.admin.
Create Command
Section titled “Create Command”Creates a renderer at the executing player’s location using the configured defaults.
/pt create <id> <text>Permission: particletext.command.create
Sender: Player only
Delete Command
Section titled “Delete Command”Permanently removes a renderer and its saved data.
/pt delete <id>Permission: particletext.command.delete
List Command
Section titled “List Command”Lists every configured renderer ID.
/pt listPermission: particletext.command.list
Menu Command
Section titled “Menu Command”Opens the interactive renderer management inventory.
/pt menuPermission: particletext.command.menu
Sender: Player only
Teleport Commands
Section titled “Teleport Commands”Teleports you to a renderer or moves a renderer to your current location.
/pt teleport <id>/pt tphere <id>Permission: particletext.command.teleport
Sender: Player only
Move Command
Section titled “Move Command”Moves a renderer relative to the direction the player is facing. If omitted, the amount is 0.25 blocks.
/pt move <id> <forward|backward|left|right|up|down> [amount]Permission: particletext.command.edit
Sender: Player only
Amount range: 0.01 to 100.0
Text Command
Section titled “Text Command”Changes the displayed text. The configured performance.max-text-length limit applies.
/pt text <id> <text>Permission: particletext.command.edit
Size Command
Section titled “Size Command”Changes the world-space scale of the renderer.
/pt setsize <id> <scale>Permission: particletext.command.edit
Scale range: Greater than 0 and no more than 10
Font Command
Section titled “Font Command”Changes the Java AWT font family, style, and rasterization size.
/pt font <id> <name> <style> <size>Permission: particletext.command.edit
Styles: PLAIN, BOLD, ITALIC, BOLD_ITALIC
Size range: 4 to 128
Particle Command
Section titled “Particle Command”Changes the renderer to a supported data-free Bukkit particle.
/pt particle <id> <particle>Permission: particletext.command.edit
State Commands
Section titled “State Commands”Enables or disables a renderer, or switches between glyph and background pixels.
/pt enabled <id> <true|false>/pt inverted <id> <true|false>Permission: particletext.command.edit
Rotate Command
Section titled “Rotate Command”Sets the rotation angle for one axis. Angles are expressed in degrees.
/pt rotate <id> <x|y|z> <angle>Permission: particletext.command.edit
Reload Command
Section titled “Reload Command”Reloads cached settings, messages, renderer data, and the render task.
/pt reloadPermission: particletext.command.reload
Help and Version Commands
Section titled “Help and Version Commands”/pt help/pt versionHelp permission: particletext.command.help
Version permission: particletext.command.version
The version permission is granted to all players by default. Standard tab completions require particletext.command.tabcomplete.
Parent Permissions
Section titled “Parent Permissions”| Permission | Access | Default |
|---|---|---|
particletext.* | Includes particletext.admin. | Operators |
particletext.admin | Includes every create, edit, menu, reload, help, version, and tab-completion permission. | Operators |