QuickVariable | Quick & Easy Command Variable Handler Plugin icon

QuickVariable | Quick & Easy Command Variable Handler Plugin -----

Quick & Easy Command Variable Handler Plugin | 簡單 & 快速的指令變數處理插件



⚡ 插件簡介 / Description
QuickVariable 是一款輕量、直觀的插件,能讓你在伺服器中輕鬆建立、儲存並讀取自定義變數。無論你是在製作 RPG 劇情、處理伺服器資料,或整合其他插件做使用,都能快速上手!

QuickVariable is a lightweight and intuitive plugin that allows you to easily create, store, and retrieve custom variables on your server. Whether you're building RPG quests, managing server data, or integrating with other plugins, it's easy to get started!
✌️ 功能特色 / Features
✅ config.yml 及 commands.yml 配置操作簡單
Easy-to-use configuration via 「config.yml」 and 「commands.yml」
✅ 支援 Paper 1.21+
Compatible with Paper 1.21+
✅ 可以使用有著多個變數的指令
Supports commands with multiple variables
✅ 輕鬆搭配其他插件進行使用
Easily integrated with other plugins
✅ 完全可更改成您使用的語言(包括控制台訊息)
Fully customizable to your preferred language (including console messages)​

⌨️ 指令列表 / Commands
/qv <CommandTag> - 使用已設定的指令標籤 / Execute a registered command tag
/qv reload - 重新加載設定檔 / Reload the configuration (.yml files)​

⚙️ 自定義指令設定說明 / Custom Command Configuration Guide
你可以透過 commands.yml 自定義多組指令標籤,每組指令可包含多個變數輸入提示,並最終執行組合完成的指令。
You can define multiple command tags via commands.yml, each supporting multiple variable prompts and a final assembled command.​
Code (YAML):
# 如何新增更多指令 / How to Add More Commands
# 若要新增可接收變數輸入的自定義指令:
# ➤ 請依照下方格式新增一組標籤(如 give、pay 等)
# ➤ 每個 %v% 對應一個 prompts 的輸入順序
# ➤ 成功訊息可留空表示不顯示
#
# To add more custom commands with variable input:
# ➤ Define a new command tag (e.g., give, pay)
# ➤ Each %v% corresponds to a prompt line in order
# ➤ Leave 'success' blank to disable the success message

## %v% 是變數的佔位符,會根據玩家輸入的順序被依序取代。
## %v% is a placeholder for a variable and will be replaced in order based on the player's input.
commands
:                                     # !!!請勿變更此項目名稱 / Do NOT change this section name
  give
:                                       # 指令標籤 / Command tag
    command
: "give %v% %v% %v%"                 # 要執行的實際指令 / The actual command to execute
    prompts
:
     - "&ePlease enter the player name:"       # 對應第一個 %v% 的提示輸入 / Corresponds to the first %v% prompt input
      - "&ePlease enter the item ID:"           # 對應第二個 %v% 的提示輸入 / Corresponds to the second %v% prompt input
      - "&ePlease enter the quantity:"         # 對應第二個 %v% 的提示輸入 / Corresponds to the third %v% prompt input
    success
: "&aCommand executed: /{command}"   # 執行成功提示 / Success message with executed command

  pay
:                                         # 另一組指令標籤 / Another command tag
    command
: "pay %v% %v%"                     # 要執行的實際指令 / The actual command to execute
    prompts
:
     - "&ePlease enter the player name:"       # 對應第一個 %v% 的提示輸入 / Corresponds to the first %v% prompt input
      - "&ePlease enter the quantity:"         # 對應第二個 %v% 的提示輸入 / Corresponds to the second %v% prompt input
    success
: ""                                 # 留空則無提示 / Blank = no message

↓↓↓Demo video of the QuickVariable plugin↓↓↓





If this plugin has helped you and you enjoy it, and you’d like to buy me a coffee,
you can support me via this link:
https://www.paypal.com/paypalme/Jk8875624
Resource Information
Author:
----------
Total Downloads: 12
First Release: May 12, 2025
Last Update: May 12, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings