mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Merge branch 'master' of https://github.com/EpicEricEE/ShopChest
This commit is contained in:
commit
400c4730e5
@ -9,7 +9,7 @@ main-command-name: "shop"
|
||||
|
||||
# Set the language of the item-, enchantment-, potion- and arrow-effect names
|
||||
# The value must equal to the name of one of a file in the 'lang' folder (without the '.lang' extension)
|
||||
language-file: "de_DE"
|
||||
language-file: "en_US"
|
||||
|
||||
# Set the maximal distance to the shop where the player can see the hologram.
|
||||
# Value MUST be a number (e.g. 1, 1.5, 2.75, ...)
|
||||
@ -101,4 +101,4 @@ shop-limits:
|
||||
# Important: You must have exactly 4 spaces between the text and the edge.
|
||||
player: []
|
||||
# "EpicEric": 50
|
||||
# "898afbbe-6566-4a0f-b0ac-145868b3cb12": 50
|
||||
# "898afbbe-6566-4a0f-b0ac-145868b3cb12": 50
|
||||
|
@ -1,7 +1,7 @@
|
||||
message.shop-created=&6Shop erstellt.
|
||||
message.chest-already-shop=&cKiste ist bereits ein Shop.
|
||||
message.chest-already-shop=&cTruhe ist bereits ein Shop.
|
||||
message.shop-removed=&6Shop entfernt.
|
||||
message.chest-no-shop=&cKiste ist kein Shop.
|
||||
message.chest-no-shop=&cTruhe ist kein Shop.
|
||||
message.shop-create-not-enough-money=&cNicht genug Geld. Du brauchst &6%CREATION-PRICE% &cum einen Shop zu erstellen.
|
||||
message.shopInfo.vendor=&6Verkäufer: &e%VENDOR%
|
||||
message.shopInfo.product=&6Produkt: &e%AMOUNT% x %ITEMNAME%
|
||||
@ -30,7 +30,7 @@ message.out-of-stock=&cShop ausverkauft.
|
||||
message.error-occurred=&cEin Fehler ist aufgetreten: %ERROR%
|
||||
message.amount-and-price-not-number=&cAnzahl und Preis müssen Zahlen sein.
|
||||
message.no-item-in-hand=&cKein Item in der Hand.
|
||||
message.click-chest-to-create-shop=&aKlicke auf eine Kiste, um einen Shop zu erstellen.
|
||||
message.click-chest-to-create-shop=&aKlicke auf eine Truhe, um einen Shop zu erstellen.
|
||||
message.click-chest-to-remove-shop=&aKlicke auf einen Shop, um ihn zu entfernen.
|
||||
message.click-chest-for-info=&aKlicke auf einen Shop, um Informationen über ihn zu bekommen.
|
||||
message.opened-shop=&aDu hast &6%VENDOR%&as Shop geöffnet.
|
||||
@ -1525,4 +1525,4 @@ tipped_arrow.effect.swiftness=Pfeil der Schnelligkeit
|
||||
tipped_arrow.effect.thick=Getränkter Pfeil
|
||||
tipped_arrow.effect.water=Nasser Pfeil
|
||||
tipped_arrow.effect.water_breathing=Pfeil der Unterwasseratmung
|
||||
tipped_arrow.effect.weakness=Pfeil der Schwäche
|
||||
tipped_arrow.effect.weakness=Pfeil der Schwäche
|
||||
|
Loading…
Reference in New Issue
Block a user