{% extends "base.html" %} {% block title %}Item Editor - Command Storage - Devanturas{% endblock %} {% block description %}Store commands longer than 256 characters temporarily for Minecraft Item Editor plugin{% endblock %} {% block content %} Projects / Item Editor / Command Storage Item Editor Command Storage Store long commands (>256 chars) temporarily and generate a retrievable link Store Command Paste your Minecraft command below. Commands longer than 256 characters will be stored for 30 minutes and a unique retrieval link will be generated. Minecraft Command 0 characters Store Command Command Stored Successfully! Your command has been stored for 30 minutes. Retrieval Link (JSON): Copy Use this link in your Item Editor plugin to load the command. Expires in: 30 minutes Store Another Command How It Works Paste your long Minecraft command Click "Store Command" to generate a link Copy the generated JSON link Use the link in your Item Editor plugin Storage Limits Duration: 30 minutes Max Length: 10,000 characters Format: JSON response Access: Anyone with link Plugin Usage Load command in your plugin: GET https://devanturas.net/projects/itemeditor/storage/{uuid} Response: { "command": "your command here", "created_at": "2026-01-07T12:00:00", "expires_at": "2026-01-07T12:30:00" } {% endblock %}
Store long commands (>256 chars) temporarily and generate a retrievable link
Paste your Minecraft command below. Commands longer than 256 characters will be stored for 30 minutes and a unique retrieval link will be generated.
Your command has been stored for 30 minutes.
Load command in your plugin:
GET https://devanturas.net/projects/itemeditor/storage/{uuid} Response: { "command": "your command here", "created_at": "2026-01-07T12:00:00", "expires_at": "2026-01-07T12:30:00" }