Created
May 22, 2019 05:47
-
-
Save tomgidden/1c3d823543737511d263299eec601a8f to your computer and use it in GitHub Desktop.
Console commands to create some flags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/give @p banner 1 15 {display:{Name:"Canada"},BlockEntityTag:{Base:15,Patterns:[{Pattern:cr,Color:1},{Pattern:ls,Color:15},{Pattern:ms,Color:1},{Pattern:bo,Color:15},{Pattern:bs,Color:1},{Pattern:ts,Color:1}]}} | |
/give @p banner 1 12 {display:{Name:"United Nations (globe)"},BlockEntityTag:{Base:12,Patterns:[{Pattern:glb,Color:15}]}} | |
/give @p banner 1 12 {display:{Name:"United Nations"},BlockEntityTag:{Base:12,Patterns:[{Pattern:flo,Color:15}]}} | |
/give @p banner 1 4 {display:{Name:"European Union"},BlockEntityTag:{Base:4,Patterns:[{Pattern:flo,Color:11},{Pattern:mc,Color:4}]}} | |
/give @p banner 1 4 {display:{Name:"United Kingdom"},BlockEntityTag:{Base:4,Patterns:[{Pattern:drs,Color:15},{Pattern:dls,Color:15},{Pattern:cr,Color:1},{Pattern:ms,Color:15},{Pattern:cs,Color:15},{Pattern:sc,Color:1}]}} | |
/give @p banner 1 1 {display:{Name:"United States"},BlockEntityTag:{Base:1,Patterns:[{Pattern:ss,Color:15},{Pattern:tr,Color:4}]}} | |
/give @p banner 1 2 {display:{Name:"Vamp"},BlockEntityTag:{Base:2,Patterns:[{Pattern:bt,Color:5},{Pattern:tt,Color:5},{Pattern:cr,Color:15}]}} | |
/give @p banner 1 1 {display:{Name:"Mojang"},BlockEntityTag:{Base:1,Patterns:[{Pattern:moj,Color:15}]}} | |
/give @p banner 0 1 {display:{Name:"Jolly Roger"},BlockEntityTag:{Base:0,Patterns:[{Pattern:sku,Color:15}]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment