Skip to content

Commit

Permalink
- /g buyregion
Browse files Browse the repository at this point in the history
Replaced by /g rg buy
  • Loading branch information
MarcinWieczorek committed Jan 10, 2016
1 parent 742d808 commit 30512bc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class CommandGuild implements CommandExecutor, Executor {
put("info", Commands.GUILD_INFO);
put("leave", Commands.GUILD_LEAVE);
put("home", Commands.GUILD_HOME);
put("buyregion", Commands.REGION_BUY);
put("region", Commands.REGION_ACCESS);
put("rg", Commands.REGION_ACCESS);
put("ally", Commands.GUILD_ALLY);
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/lang/de-de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ chat:
- "&5* &7/g &citems &2- &3Benötigte Gegenstände"
- "&5* &7/gg &2- &3Gildenmenü"
leader:
- "&5* &7/g &cbuyregion &2- &3Kaufe das ausgewählte Gebiet"
- "&5* &7/g &cbuylife &2- &3Kaufe ein Leben"
- "&5* &7/g &cbuyslot &2- &3Erweiter die maximale Spieleranzahl deiner Gilde!"
- "&5* &7/g &ceffect &2- &3Effekt für deine Gilde"
Expand Down Expand Up @@ -353,7 +352,7 @@ chat:
tooclose: "Das ausgewählte Gebiet ist zu nah an einem anderen Gebiet!"
overlaps: "Das ausgewählte Gebiet geht über ein anderes Gebiet!"
notvalid: "Das ausgewählte Gebiet ist nicht gültigt! Versuch es nochmal."
valid: "Gebiet ausgewählt &c/g buyregion"
valid: "Gebiet ausgewählt &c/g rg buy"
notselected: "Wähle bitte das Gebiet"
size: "Die Größe des ausgewählten Gebietes ist: &c{SIZE} Blöcke groß!"
price: "Dieses Gebiet zu kaufen kostet: &c${PRICE}"
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/lang/en-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ chat:
- "&5* &7/g &citems &2- &3Required items"
- "&5* &7/gg &2- &3Guild's menu"
leader:
- "&5* &7/g &cbuyregion &2- &3Buy selected area"
- "&5* &7/g &cbuylife &2- &3Buy a life"
- "&5* &7/g &cbuyslot &2- &3Extend players count limit!"
- "&5* &7/g &ceffect &2- &3Effect for guild"
Expand Down Expand Up @@ -353,7 +352,7 @@ chat:
tooclose: "Selected area is too close to other region."
overlaps: "This area overlaps other guild's region"
notvalid: "Area you selected is not valid. Try again."
valid: "Area selected. &c/g buyregion"
valid: "Area selected. &c/g rg buy"
notselected: "Please select the area"
size: "Selected area's size: &c{SIZE} blocks"
price: "Buying this area will cost you: &c${PRICE}"
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/lang/pl-pl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ chat:
- "&5* &7/g &citems &2- &3Wymagane przedmioty"
- "&5* &7/gg &2- &3Menu gildii"
leader:
- "&5* &7/g &cbuyregion &2- &3Kup zaznaczony teren"
- "&5* &7/g &cbuylife &2- &3Kup zycie"
- "&5* &7/g &cbuyslot &2- &3Kup dodatkowy slot w gildii."
- "&5* &7/g &ceffect &2- &3Kup efekt dla gildii"
Expand Down Expand Up @@ -353,7 +352,7 @@ chat:
tooclose: "Zaznaczony teren jest zbyt blisko innej gildii."
overlaps: "Zaznaczony teren nachodzi na region innej gildii"
notvalid: "Zaznaczony teren jest niepoprawny."
valid: "Teren zaznaczony. &c/g buyregion"
valid: "Teren zaznaczony. &c/g rg buy"
notselected: "Prosze zaznaczyc teren"
size: "Rozmiar zaznaczonego terenu: &c{SIZE} blokow"
price: "Kupienie terenu bedzie Cie kosztowalo: &c${PRICE}"
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/lang/zh-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ chat:
- "&5* &7/g &citems &2- &3需求的物品"
- "&5* &7/gg &2- &3公会菜单"
leader:
- "&5* &7/g &cbuyregion &2- &3购买选定领地"
- "&5* &7/g &cbuylife &2- &3购买生活区"
- "&5* &7/g &cbuyslot &2- &3扩展公会玩家人数限制!"
- "&5* &7/g &ceffect &2- &3公会特效"
Expand Down Expand Up @@ -353,7 +352,7 @@ chat:
tooclose: "选择的区域与其他公会的领地过近."
overlaps: "该区域与其他公会的领地重叠."
notvalid: "选定的区域无效,请重试."
valid: "区域已选择,请输入&c/g buyregion&3购买领地."
valid: "区域已选择,请输入&c/g rg buy&3购买领地."
notselected: "请先选择区域."
size: "选择的区域大小: &c{SIZE} 方格."
price: "购买该区域需支付的费用: &c${PRICE}"
Expand Down

0 comments on commit 30512bc

Please sign in to comment.