内容へ移動
OSMIC MC SERVER Wiki
ユーザ用ツール
ユーザー登録
ログイン
サイト用ツール
ツール
文書の表示
以前のリビジョン
メディアマネージャー
ユーザー登録
ログイン
>
メディアマネージャー
トレース:
•
cmdref
quickshop_reremake
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== QuickShopプラグイン ====== このプラグインは全ユーザーが使用可能です。\\ 文字が書き込める看板に大幅に機能を追加するプラグインです。\\ 長い説明文などを、装飾を加えつつ記入することが可能です。\\ \\ 開発元ページ:\\ https://www.spigotmc.org/resources/quickshop-reremake-1-18-ready-multi-currency.62575/ ===== 基本的な使い方 ===== ===== コマンドリファレンス ===== ==== 一般ユーザー向け ==== <Code>/qs create <price> [item]</Code> 指定した<item>または手に持っているアイテムを<price>で販売するショップを作成します。\\ \\ <Code>/qs remove</Code> ショップを削除します。\\ \\ <Code>/qs buy</Code> ショップを買取モードに変更します。\\ \\ <Code>/qs sell</Code> ショップを販売モードに変更します。\\ \\ <Code>/qs price <price></Code> アイテムの売値・買値を変更します。\\ \\ <Code>/qs find <item></Code> 近くのショップを検索し、<item>で始まるアイテムを販売しているショップを表示します。\\ 例:/qs find dia ⇒diamondsを販売している最寄りのショップを表示\\ \\ <Code>/qs item</Code> ショップで販売するアイテムを変更します。\\ \\ === Staff機能 === 他のユーザーをショップの共同運営スタッフに追加できます。\\ \\ <Code>/qs staff</Code> Manage staff in your shop.\\ \\ <Code>/qs staff add <player></Code> Add a player as staff to your shop.\\ \\ <Code>/qs staff del <player></Code> Remove a player as staff from your shop.\\ \\ <Code>/qs staff clear</Code> Remove all staff-members from your shop.\\ \\ <Code>/qs staff list</Code> Show all current staff-members of your shop.\\ \\ ==== 管理者向け ==== <Code>/qs clean</Code> Removes any loaded shop that doesn't have any items in stock.\\ \\ <Code>/qs unlimited</Code> Makes your Shop buy/sell Items in unlimited quantity or limited\\ \\ <Code>/qs setowner <player></Code> Change the Shop Owner.\\ \\ <Code>/qs fetchmessage</Code> Fetch shop message manually from the database.\\ \\ <Code>/qs info</Code> Show QuickShop information.\\ \\ <Code>/qs debug</Code> Enable/Disable Debug Mode.\\ \\ <Code>/qs supercreate</Code> Create a shop while bypassing any protection checks.\\ \\ <Code>/qs paste</Code> Collects useful information and pastes it on Pastebin.\\ \\ <Code>/qs cleanghost</Code> Remove all broken shops.\\ \\ <Code>/qs export</Code> Export all shop data to a TXT file. This command is CONSOLE ONLY!\\ \\ <Code>/qs recovery</Code> Recover all shops from a TXT file or Paste. This command is CONSOLE ONLY and may remove/override any existing shop on your Server! Make a backup first and try it with a clean database!\\ \\ <Code>/qs convert [sqlite|mysql]</Code> Convert your database to either sqlite or mysql. This command is CONSOLE ONLY and first make sure to create a backup using /qs export!\\ \\ <Code>/qs size</Code> Change the bulk size. Requires the "allow-stacks" option in the config to be enabled for the command to work.\\ \\ <Code>/qs alwayscounting</Code> Making a shop alway counting shop even is unlimited, which making real admin shop is possible.\\ \\ <Code>/qs transfer</Code> Transfer ALL shops from one player to another.\\ \\ <Code>/qs removeworld</Code> Remove all shops in a specific world.\\ \\ ==== 使用しない ==== <Code>/qs purge</Code> Purge the old shops, for more inforamtion please check the purge option in config.yml\\ Requires the "purge" option in the config to be enabled for the command to work.\\ \\ <Code>/qs currency <currency name></Code> Command to specified the currency the shop using.\\ The Economy plugin must support the Multi Currency feature and supported by QuickShop. We support GemsEconomy and TNE now.\\ \\ ===== パーミッション ===== ==== 一般ユーザー向け ==== * **quickshop.use**:Required for any QuickShop Actions. * **quickshop.create.sell**:Required to make a shop (Sell-Mode) * **quickshop.create.buy**:Required to make a shop (Buy-Mode) or to switch from Sell to Buy-Mode. * **quickshop.create.stacks**:Required to allow selling items in stacks. * **quickshop.create.changeitem**:Allows a player to change a shop's item. * **quickshop.create.changeamount**:Allows a player to change the item-amount per buy/sell. * **quickshop.create.changeprice**:Allows a player to change the buy/sell price of their shops. * **quickshop.create.double**:Allows a player to create a double chest shop. * **quickshop.create.cmd**:Required to have access to the /qs create command. This command may bypass certain protections of not-supported protection plugins! * **quickshop.transfer**:Required to transfer all owned shops to another player. * **quickshop.find**:Required to use /qs find <item> * **quickshop.fetchmessage**:Required to use /qs fetchmessage * **quickshop.staff**:Required to use /qs staff and all its subcommands. * **quickshop.preview**:Required to use the GUI Item Preview. * **quickshop.currency**:Required to use the /qs currency <currency> ==== 管理者向け ==== * **quickshop.unlimited**:Required to use /qs unlimited * **quickshop.alwayscounting**:Required to use /qs alwayscounting * **quickshop.setowner**:Required to use /qs setowner * **quickshop.other.destroy**:Allows the player to remove/destroy shops of others. * **quickshop.other.open**:Allows the player to open chests of other shops and take/put items from/into it. * **quickshop.other.price**:Allows the player to change the price of someone's shop. * **quickshop.transfer.other**:Required to transfer ALL shops of someone to another player. * **quickshop.refill**:Allows the player to refill their shops using a command, essentially making the shop having unlimited items. * **quickshop.empty**:Allows the player to clear the shop's inventory. * **quickshop.clean**:Allows the purging/removal of any Shops that have no items in stock. * **quickshop.bypass.<ItemID>**:Required to sell blacklisted items (E.g. bedrock). * **quickshop.alerts**:Required to receive notifications about possible cheating, plugin warnings and updates. * **quickshop.info**:Required to use /qs info * **quickshop.debug**:Required to use /qs debug * **quickshop.paste**:Required to use /qs paste * **quickshop.purge**:Required to use /qs purge * **quickshop.create.admin**:Required to bypass any protection-checks while creating a shop using /qs supercreate * **quickshop.tax**:Permission to bypass the tax fee. * **quickshop.tax.bypassunlimited**:Permission to bypass the tax fee but only in unlimited shop. * **quickshop.cleanghost**:Permission to remove any broken shop using /qs cleanghost * **quickshop.export**:Permission to use /qs export. This permission is pointless since the command is console only. * **quickshop.recovery**:Permission to use /qs recovery. This permission is pointless since the command is console only. * **quickshop.removeworld**:Permission to remove all shops in a world using /qs removeworld * **quickshop.other.changeitem**:Allows the player to change the item of someone's shop. * **quickshop.other.changeamount**:Allows the player to change the bulk-amount of someone's shop.
quickshop_reremake.txt
· 最終更新:
2022/01/21 01:45
by
omoikane
ページ用ツール
文書の表示
以前のリビジョン
文書の先頭へ