Skip to content

Instantly share code, notes, and snippets.

@PJZ9n
Created March 13, 2020 01:07
Show Gist options
  • Save PJZ9n/e80b38c8383ce43d2fb2581a08e6c121 to your computer and use it in GitHub Desktop.
Save PJZ9n/e80b38c8383ce43d2fb2581a08e6c121 to your computer and use it in GitHub Desktop.
Messages For CustomShopUI
Titles:
Category: "ShopUI" # Title on the Main Shop!
Items: "アイテム" # Title on the Items Section (All of these three things can have colors using the "§" Symbol!)
Amount: "個数" # Title on the Buying area with Sliders and Things!
Messages:
Survival: "ショップを使用するには、サバイバルモードである必要があります!" # Message for when player is in creative and shop is set to survival only
ExitButton: "§c§l戻る" # Button for Item Category
Category_ExitButton: "§c§l終了" # Button for Exiting Plugin!
Input: "個数" # The Words above the Input Amount!
Each: "$(各)" # Signs for the Buttons like Steak 4($ Each) that is the part it changes
# You can add {sell} here For Showing the Sell Price of the Item.
BuySell: "購入/売却(各{sell}$)" # The words next to the Toggle Switch
# You can Also add {sell} to here if you prefer it in the message up top.
Information: "{item}を各{cost}$で購入しますか?"
## You can use {amount}, {item} and {cost} here.
Paid_for: "{cost}$で{item}を{amount}個購入しました。"
## You can use {amount}, {item}, {cost}, and {missing} here.
Not_enough_money: "あなたは{cost}$で{item}を{amount}個購入しようとしましたが、{missing}$足りませんでした。"
Paid: "{pay}$で{item}を{amount}個売却しました。"
Not_enough_items: "{pay}$で{item}を{amount}個売却しようとしましたが、アイテムが足りませんでした。"
Thanks: "ショップを使用していただきありがとうございました!" # Message sent on Item Buy!
Thanks2: "ショップを見ていただきありがとうございました!" #Message sent on Shop Close!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment