ユーザ用ツール

サイト用ツール


quickshop_reremake

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
quickshop_reremake [2022/01/20 22:43] – 作成 omoikanequickshop_reremake [2022/01/21 01:45] (現在) omoikane
行 1: 行 1:
-====== 名前プラグイン ======+====== QuickShopプラグイン ======
  
 このプラグインは全ユーザーが使用可能です。\\ このプラグインは全ユーザーが使用可能です。\\
行 6: 行 6:
 \\ \\
 開発元ページ:\\ 開発元ページ:\\
-https://www.spigotmc.org/resources/signboard.29024/+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.1642686217.txt.gz · 最終更新: by omoikane

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki