Browse Source

added pt-br

Minecraft command syntax links to the English Wiki because the Brazilian Portuguese Wiki hasn't updated the commands to 1.13 yet
Markus-Rost 6 years ago
parent
commit
4c798bd8cd
1 changed files with 466 additions and 0 deletions
  1. 466 0
      minecraft.json

+ 466 - 0
minecraft.json

@@ -1847,5 +1847,471 @@
 							]
 			}
 		}
+	},
+	"pt-br": {
+		"link": "minecraft-pt",
+		"aliase": {
+			"cmd": "command",
+			"comando": "command",
+			"erro": "bug",
+		},
+		"bug": {
+			"private": "**Private Issue**"
+		},
+		"cmd": {
+			"page": "en:Commands/",
+			"aliase": {
+				"connect": "wsserver",
+				"tell": "msg",
+				"tp": "teleport",
+				"w": "msg",
+				"xp": "experience"
+			},
+			"list": {
+				"advancement":		[
+								"/advancement grant <targets> everything",
+								"/advancement grant <targets> from <advancement>",
+								"/advancement grant <targets> only <advancement>",
+								"/advancement grant <targets> only <advancement> <criterion>",
+								"/advancement grant <targets> through <advancement>",
+								"/advancement grant <targets> until <advancement>",
+								"/advancement revoke <targets> everything",
+								"/advancement revoke <targets> from <advancement>",
+								"/advancement revoke <targets> only <advancement>",
+								"/advancement revoke <targets> only <advancement> <criterion>",
+								"/advancement revoke <targets> through <advancement>",
+								"/advancement revoke <targets> until <advancement>"
+							],
+				"ban":			[
+								"/ban <targets>",
+								"/ban <targets> <reason>"
+							],
+				"ban-ip":		[
+								"/ban-ip <target>",
+								"/ban-ip <target> <reason>"
+							],
+				"banlist":		[
+								"/banlist",
+								"/banlist ips",
+								"/banlist players"
+							],
+				"bossbar":		[
+								"/bossbar add <id> <name>",
+								"/bossbar get <id> max",
+								"/bossbar get <id> players",
+								"/bossbar get <id> value",
+								"/bossbar get <id> visible",
+								"/bossbar list",
+								"/bossbar remove <id>",
+								"/bossbar set <id> color <color>",
+								"/bossbar set <id> max <max>",
+								"/bossbar set <id> name <name>",
+								"/bossbar set <id> players",
+								"/bossbar set <id> players <targets>",
+								"/bossbar set <id> style <style>",
+								"/bossbar set <id> value <value>",
+								"/bossbar set <id> visible <visible>"
+							],
+				"clear":		[
+								"/clear",
+								"/clear <targets>",
+								"/clear <targets> <item>",
+								"/clear <targets> <item> <maxCount>"
+							],
+				"clone":		[
+								"/clone <begin> <end> <destination>",
+								"/clone <begin> <end> <destination> filtered <filter>",
+								"/clone <begin> <end> <destination> filtered <filter> <mode>",
+								"/clone <begin> <end> <destination> masked",
+								"/clone <begin> <end> <destination> masked <mode>",
+								"/clone <begin> <end> <destination> replace",
+								"/clone <begin> <end> <destination> replace <mode>"
+							],
+				"data":			[
+								"/data get block <pos>",
+								"/data get block <pos> <path>",
+								"/data get block <pos> <path> <scale>",
+								"/data get entity <target>",
+								"/data get entity <target> <path>",
+								"/data get entity <target> <path> <scale>",
+								"/data merge block <pos> <nbt>",
+								"/data merge entity <target> <nbt>",
+								"/data remove block <pos> <path>",
+								"/data remove entity <target> <path>"
+							],
+				"datapack":		[
+								"/datapack disable <name>",
+								"/datapack enable <name>",
+								"/datapack enable <name> after <existing>",
+								"/datapack enable <name> before <existing>",
+								"/datapack enable <name> first",
+								"/datapack enable <name> last",
+								"/datapack list",
+								"/datapack list available",
+								"/datapack list enabled"
+							],
+				"debug":		[
+								"/debug start",
+								"/debug stop"
+							],
+				"defaultgamemode":	[
+								"/defaultgamemode adventure",
+								"/defaultgamemode creative",
+								"/defaultgamemode spectator",
+								"/defaultgamemode survival"
+							],
+				"deop":			[
+								"/deop <targets>"
+							],
+				"difficulty":		[
+								"/difficulty",
+								"/difficulty easy",
+								"/difficulty hard",
+								"/difficulty normal",
+								"/difficulty peaceful"
+							],
+				"effect":		[
+								"/effect clear <targets>",
+								"/effect clear <targets> <effect>",
+								"/effect give <targets> <effect>",
+								"/effect give <targets> <effect> <seconds>",
+								"/effect give <targets> <effect> <seconds> <amplifier>",
+								"/effect give <targets> <effect> <seconds> <amplifier> <hideParticles>"
+							],
+				"enchant":		[
+								"/enchant <targets> <enchantment>",
+								"/enchant <targets> <enchantment> <level>"
+							],
+				"execute":		[
+								"/execute < subcommand >",
+								"\nSubcommands:\n============",
+								"run <command>",
+								"align <axes> < subcommand >",
+								"anchored eyes < subcommand >",
+								"anchored feet < subcommand >",
+								"as <targets> < subcommand >",
+								"at <targets> < subcommand >",
+								"facing entity <targets> eyes < subcommand >",
+								"facing entity <targets> feet < subcommand >",
+								"facing <pos> < subcommand >",
+								"if block <pos> <block> < subcommand >",
+								"if blocks <start> <end> <destination> all < subcommand >",
+								"if blocks <start> <end> <destination> masked < subcommand >",
+								"if entity <entities> < subcommand >",
+								"if score <target> <targetObjective> <operation> <source> <sourceObjective> < subcommand >",
+								"if score <target> <targetObjective> matches <range> < subcommand >",
+								"unless block <pos> <block> < subcommand >",
+								"unless blocks <start> <end> <destination> all < subcommand >",
+								"unless blocks <start> <end> <destination> masked < subcommand >",
+								"unless entity <entities> < subcommand >",
+								"unless score <target> <targetObjective> <operation> <source> <sourceObjective> < subcommand >",
+								"unless score <target> <targetObjective> matches <range> < subcommand >",
+								"in <dimension> < subcommand >",
+								"positioned as <targets> < subcommand >",
+								"positioned <pos> < subcommand >",
+								"rotated as <targets> < subcommand >",
+								"rotated <rot> < subcommand >",
+								"store result block <pos> <path> <dataType> <scale> < subcommand >",
+								"store result bossbar <id> max < subcommand >",
+								"store result bossbar <id> value < subcommand >",
+								"store result entity <targets> <path> <dataType> <scale> < subcommand >",
+								"store result score <targets> <objective> < subcommand >",
+								"store success block <pos> <path> <dataType> <scale> < subcommand >",
+								"store success bossbar <id> max < subcommand >",
+								"store success bossbar <id> value < subcommand >",
+								"store success entity <targets> <path> <dataType> <scale> < subcommand >",
+								"store success score <targets> <objective> < subcommand >"
+							],
+				"experience":		[
+								"/experience add <targets> <amount>",
+								"/experience add <targets> <amount> levels",
+								"/experience add <targets> <amount> points",
+								"/experience query <targets> levels",
+								"/experience query <targets> points",
+								"/experience set <targets> <amount>",
+								"/experience set <targets> <amount> levels",
+								"/experience set <targets> <amount> points"
+							],
+				"fill":			[
+								"/fill <from> <to> <block>",
+								"/fill <from> <to> <block> destroy",
+								"/fill <from> <to> <block> hollow",
+								"/fill <from> <to> <block> keep",
+								"/fill <from> <to> <block> outline",
+								"/fill <from> <to> <block> replace",
+								"/fill <from> <to> <block> replace <filter>"
+							],
+				"forceload":		[
+								"/forceload add <x> <z>",
+								"/forceload add <x> <z> <x> <z>",
+								"/forceload remove <x> <z>",
+								"/forceload remove <x> <z> <x> <z>",
+								"/forceload remove all",
+								"/forceload query",
+								"/forceload query <x> <z>"
+							],
+				"function":		[
+								"/function <name>"
+							],
+				"gamemode":		[
+								"/gamemode adventure",
+								"/gamemode adventure <target>",
+								"/gamemode creative",
+								"/gamemode creative <target>",
+								"/gamemode spectator",
+								"/gamemode spectator <target>",
+								"/gamemode survival",
+								"/gamemode survival <target>"
+							],
+				"gamerule":		[
+								"/gamerule <rule>",
+								"/gamerule <rule> <value>"
+							],
+				"give":			[
+								"/give <targets> <item>",
+								"/give <targets> <item> <count>"
+							],
+				"help":			[
+								"/help",
+								"/help <command>"
+							],
+				"kick":			[
+								"/kick <targets>",
+								"/kick <targets> <reason>"
+							],
+				"kill":			[
+								"/kill <targets>"
+							],
+				"list":			[
+								"/list",
+								"/list uuids"
+							],
+				"locate":		[
+								"/locate <structure>"
+							],
+				"me":			[
+								"/me <action>"
+							],
+				"msg":			[
+								"/msg <targets> <message>"
+							],
+				"op":			[
+								"/op <targets>"
+							],
+				"pardon":		[
+								"/pardon <targets>"
+							],
+				"pardon-ip":		[
+								"/pardon-ip <target>"
+							],
+				"particle":		[
+								"/particle <name>",
+								"/particle <name> <pos> <delta> <speed> <count>",
+								"/particle <name> <pos> <delta> <speed> <count> force",
+								"/particle <name> <pos> <delta> <speed> <count> force <viewers>",
+								"/particle <name> <pos> <delta> <speed> <count> normal",
+								"/particle <name> <pos> <delta> <speed> <count> normal <viewers>"
+							],
+				"playsound":		[
+								"/playsound <sound> <source> <targets>",
+								"/playsound <sound> <source> <targets> <pos>",
+								"/playsound <sound> <source> <targets> <pos> <volume>",
+								"/playsound <sound> <source> <targets> <pos> <volume> <pitch>",
+								"/playsound <sound> <source> <targets> <pos> <volume> <pitch> <minVolume>"
+							],
+				"publish":		[
+								"/publish",
+								"/publish <port>"
+							],
+				"recipe":		[
+								"/recipe give <targets> *",
+								"/recipe give <targets> <recipe>",
+								"/recipe take <targets> *",
+								"/recipe take <targets> <recipe>"
+							],
+				"reload":		[
+								"/reload"
+							],
+				"replaceitem":		[
+								"/replaceitem block <pos> <slot> <item>",
+								"/replaceitem block <pos> <slot> <item> <count>",
+								"/replaceitem entity <targets> <slot> <item>",
+								"/replaceitem entity <targets> <slot> <item> <count>"
+							],
+				"save-all":		[
+								"/save-all",
+								"/save-all flush"
+							],
+				"save-off":		[
+								"/save-off"
+							],
+				"save-on":		[
+								"/save-on"
+							],
+				"say":			[
+								"/say <message>"
+							],
+				"scoreboard":		[
+								"/scoreboard objectives add <objective> <criteria>",
+								"/scoreboard objectives add <objective> <criteria> <displayName>",
+								"/scoreboard objectives list",
+								"/scoreboard objectives modify <objective> displayname <displayName>",
+								"/scoreboard objectives modify <objective> rendertype hearts",
+								"/scoreboard objectives modify <objective> rendertype integer",
+								"/scoreboard objectives remove <objective>",
+								"/scoreboard objectives setdisplay <slot>",
+								"/scoreboard objectives setdisplay <slot> <objective>",
+								"/scoreboard players add <targets> <objective> <score>",
+								"/scoreboard players enable <targets> <objective>",
+								"/scoreboard players get <target> <objective>",
+								"/scoreboard players list",
+								"/scoreboard players list <target>",
+								"/scoreboard players operation <targets> <targetObjective> <operation> <source> <sourceObjective>",
+								"/scoreboard players remove <targets> <objective> <score>",
+								"/scoreboard players reset <targets>",
+								"/scoreboard players reset <targets> <objective>",
+								"/scoreboard players set <targets> <objective> <score>"
+							],
+				"seed":			[
+								"/seed"
+							],
+				"setblock":		[
+								"/setblock <pos> <block>",
+								"/setblock <pos> <block> destroy",
+								"/setblock <pos> <block> keep",
+								"/setblock <pos> <block> replace"
+							],
+				"setidletimeout":	[
+								"/setidletimeout <seconds>"
+							],
+				"setworldspawn":	[
+								"/setworldspawn",
+								"/setworldspawn <pos>"
+							],
+				"spawnpoint":		[
+								"/spawnpoint",
+								"/spawnpoint <targets>",
+								"/spawnpoint <targets> <pos>"
+							],
+				"spreadplayers":	[
+								"/spreadplayers <center> <spreadDistance> <maxRange> <respectTeams> <targets>"
+							],
+				"stop":			[
+								"/stop"
+							],
+				"stopsound":		[
+								"/stopsound <targets>",
+								"/stopsound <targets> <source>",
+								"/stopsound <targets> <source> <sound>"
+							],
+				"summon":		[
+								"/summon <entity>",
+								"/summon <entity> <pos>",
+								"/summon <entity> <pos> <nbt>"
+							],
+				"tag":			[
+								"/tag <targets> add <name>",
+								"/tag <targets> list",
+								"/tag <targets> remove <name>"
+							],
+				"team":			[
+								"/team add <team>",
+								"/team add <team> <displayName>",
+								"/team empty <team>",
+								"/team join <team>",
+								"/team join <team> <members>",
+								"/team leave <members>",
+								"/team list",
+								"/team list <team>",
+								"/team modify <team> <option> <value>",
+								"/team remove <team>"
+							],
+				"teleport":		[
+								"/teleport <destination>",
+								"/teleport <location>",
+								"/teleport <targets> <destination>",
+								"/teleport <targets> <location>",
+								"/teleport <targets> <location> <rotation>",
+								"/teleport <targets> <location> facing <facingLocation>",
+								"/teleport <targets> <location> facing entity <facingEntity> eyes",
+								"/teleport <targets> <location> facing entity <facingEntity> feet"
+							],
+				"tellraw":		[
+								"/tellraw <targets> <message>"
+							],
+				"tickingarea":		[
+								"/* This command is Bedrock Edition only */",
+								"/tickingarea add <from: x y z> <to: x y z>",
+								"/tickingarea add <from: x y z> <to: x y z> <name: string>",
+								"/tickingarea add circle <center: x y z> <radius: int>",
+								"/tickingarea add circle <center: x y z> <radius: int> <name: string>",
+								"/tickingarea remove <name: string>",
+								"/tickingarea remove <position: x y z>",
+								"/tickingarea remove_all",
+								"/tickingarea list",
+								"/tickingarea list all-dimensions"
+							],
+				"time":			[
+								"/time add <time>",
+								"/time query day",
+								"/time query daytime",
+								"/time query gametime",
+								"/time set day",
+								"/time set midnight",
+								"/time set night",
+								"/time set noon",
+								"/time set <time>"
+							],
+				"title":		[
+								"/title <targets> actionbar <title>",
+								"/title <targets> clear",
+								"/title <targets> reset",
+								"/title <targets> subtitle <title>",
+								"/title <targets> times <fadeIn> <stay> <fadeOut>",
+								"/title <targets> title <title>"
+							],
+				"transferserver":		[
+								"/* This command is Bedrock Edition only */",
+								"/transferserver <server: string> <port: int>"
+							],
+				"trigger":		[
+								"/trigger <objective>",
+								"/trigger <objective> add <value>",
+								"/trigger <objective> set <value>"
+							],
+				"weather":		[
+								"/weather clear",
+								"/weather clear <duration>",
+								"/weather rain",
+								"/weather rain <duration>",
+								"/weather thunder",
+								"/weather thunder <duration>"
+							],
+				"whitelist":		[
+								"/whitelist add <targets>",
+								"/whitelist list",
+								"/whitelist off",
+								"/whitelist on",
+								"/whitelist reload",
+								"/whitelist remove <targets>"
+							],
+				"worldborder":		[
+								"/worldborder add <distance>",
+								"/worldborder add <distance> <time>",
+								"/worldborder center <pos>",
+								"/worldborder damage amount <damagePerBlock>",
+								"/worldborder damage buffer <distance>",
+								"/worldborder get",
+								"/worldborder set <distance>",
+								"/worldborder set <distance> <time>",
+								"/worldborder warning distance <distance>",
+								"/worldborder warning time <time>"
+							],
+				"wsserver":		[
+								"/* This command is Bedrock Edition only */",
+								"/wsserver <serverUri: string>"
+							]
+			}
+		}
 	}
 }