Skip to content

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.


Creates a renderer at the executing player’s location using the configured defaults.

Terminal window
/pt create <id> <text>

Permission: particletext.command.create Sender: Player only


Permanently removes a renderer and its saved data.

Terminal window
/pt delete <id>

Permission: particletext.command.delete


Lists every configured renderer ID.

Terminal window
/pt list

Permission: particletext.command.list


Opens the interactive renderer management inventory.

Terminal window
/pt menu

Permission: particletext.command.menu Sender: Player only


Teleports you to a renderer or moves a renderer to your current location.

Terminal window
/pt teleport <id>
/pt tphere <id>

Permission: particletext.command.teleport Sender: Player only


Moves a renderer relative to the direction the player is facing. If omitted, the amount is 0.25 blocks.

Terminal window
/pt move <id> <forward|backward|left|right|up|down> [amount]

Permission: particletext.command.edit Sender: Player only Amount range: 0.01 to 100.0


Changes the displayed text. The configured performance.max-text-length limit applies.

Terminal window
/pt text <id> <text>

Permission: particletext.command.edit


Changes the world-space scale of the renderer.

Terminal window
/pt setsize <id> <scale>

Permission: particletext.command.edit Scale range: Greater than 0 and no more than 10


Changes the Java AWT font family, style, and rasterization size.

Terminal window
/pt font <id> <name> <style> <size>

Permission: particletext.command.edit Styles: PLAIN, BOLD, ITALIC, BOLD_ITALIC Size range: 4 to 128


Changes the renderer to a supported data-free Bukkit particle.

Terminal window
/pt particle <id> <particle>

Permission: particletext.command.edit


Enables or disables a renderer, or switches between glyph and background pixels.

Terminal window
/pt enabled <id> <true|false>
/pt inverted <id> <true|false>

Permission: particletext.command.edit


Sets the rotation angle for one axis. Angles are expressed in degrees.

Terminal window
/pt rotate <id> <x|y|z> <angle>

Permission: particletext.command.edit


Reloads cached settings, messages, renderer data, and the render task.

Terminal window
/pt reload

Permission: particletext.command.reload


Terminal window
/pt help
/pt version

Help 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.


PermissionAccessDefault
particletext.*Includes particletext.admin.Operators
particletext.adminIncludes every create, edit, menu, reload, help, version, and tab-completion permission.Operators