You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdin/lang/pt-BR/messages.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"no-creative-break": "&cVocê não pode quebrar lojas de outros jogadores no modo criativo, mude para o modo sobrevivência ou tente usar a super-ferramenta {0}.",
18
18
"trading-in-creative-mode-is-disabled": "&cVocê não pode negociar com a loja no modo criativo.",
19
19
"supertool-is-disabled": "&cSuper-ferramenta foi desativada, não será possível quebrar nenhuma loja.",
20
-
"disabled-in-this-world": "&cQuickShop is disabled in this world",
20
+
"disabled-in-this-world": "Este comando está desativado neste mundo",
21
21
"no-double-chests": "&cVocê não pode criar a loja com baú duplo.",
22
22
"not-managed-shop": "&cVocê não é o proprietário ou moderador desta loja",
Objects.requireNonNull(worldSection).set("hopper.disable-move-event-quickshop-tips", "QuickShop automatic disabled this due it will allow other players steal items from shop. This notice only shown when have shops in current world and hopper protection is on and also disable-move-event turned on.");
124
-
yamlConfiguration.save(paperConfigYaml);
125
174
}
126
175
}
127
176
} catch (Exceptionex) {
@@ -130,6 +179,15 @@ public void scanAndFixPaperListener() {
if (section != null && section.isSet("hopper.disable-move-event") && section.getBoolean("hopper.disable-move-event")) {
184
+
section.set("hopper.disable-move-event", false);
185
+
section.set("hopper.disable-move-event-quickshop-tips", "QuickShop automatic disabled this due it will allow other players steal items from shop. This notice only shown when have shops in current world and hopper protection is on and also disable-move-event turned on.");
0 commit comments