_Kurimatzu_ 58 Posted July 23, 2015 Report post Posted July 23, 2015 Estou fazendo uma nova borda do mundo, alguém sabe como carrega shematic, e coloca ela no mundo? (Sem Dependencias) 0 Share this post Link to post Share on other sites More sharing options...
leonardosc 758 Posted August 1, 2015 Report post Posted August 1, 2015 (edited) Se for a schematic do worldedit tu vai ter que usar o método do worldedit a não ser que queira refazer tudo novamente. Eu usei esse no meu plugin de terrenos... Por favor, registre-se ou entre para visualizar isso. CuboidClipboard.loadSchematic é obsoleto, mas só conheço esse. Edited August 1, 2015 by leonardosc 0 Share this post Link to post Share on other sites More sharing options...
Guest zBlack_Skull Posted July 23, 2015 Report post Posted July 23, 2015 (edited) isso é em plugin?@EditSe for tenta olhar esse código Por favor, registre-se ou entre para visualizar isso. Edited July 23, 2015 by zBlack_Skull 0 Share this post Link to post Share on other sites More sharing options...
GranTY 132 Posted July 23, 2015 Report post Posted July 23, 2015 isso é em plugin? Ta na área de java deve ser um plugin talvez. Estou fazendo uma nova borda do mundo, alguém sabe como carrega shematic, e coloca ela no mundo? (Sem Dependencias) Acho que da pra fazer com worldedit(API) 0 Share this post Link to post Share on other sites More sharing options...
Guest GabrielZanella Posted July 23, 2015 Report post Posted July 23, 2015 Mano usa o worldedit Coloca o .schematics em /plugins/worldedit/schematics/ Digite o comando //schem load mcedit [Nome Do Arquivo]Depois cole onde quiser com o //paste 0 Share this post Link to post Share on other sites More sharing options...
_Kurimatzu_ 58 Posted July 24, 2015 Report post Posted July 24, 2015 Uma outra opção é essa: Por favor, registre-se ou entre para visualizar isso. Não funcionou(Is not GPZIP format algo assim) Mano usa o worldedit Coloca o .schematics em /plugins/worldedit/schematics/ Digite o comando //schem load mcedit [Nome Do Arquivo] Depois cole onde quiser com o //paste Quero sem dependencias 0 Share this post Link to post Share on other sites More sharing options...
Karamujo 46 Posted July 24, 2015 Report post Posted July 24, 2015 Não funcionou(Is not GPZIP format algo assim) Tenta gerar com esse FileInputStream stream = new FileInputStream(file); InputStream teste = new GZIPInputStream(stream); 0 Share this post Link to post Share on other sites More sharing options...
_Kurimatzu_ 58 Posted July 24, 2015 Report post Posted July 24, 2015 Tenta gerar com esse FileInputStream stream = new FileInputStream(file); InputStream teste = new GZIPInputStream(stream); Por favor, registre-se ou entre para visualizar isso. Erro no nbtStream.readTag(); (The method readTag() is undefined for the type InputStream) 0 Share this post Link to post Share on other sites More sharing options...
Karamujo 46 Posted July 25, 2015 Report post Posted July 25, 2015 Seguinte usa Try para ver se pelomenos achando o arquivo ta FileInputStream x = new FileInputStream("file"); GZIPInputStream y = new GZIPInputStream(x); Depois tenta asssim InputStream y = new FileInputStream(x) Caso nao der tenta usar algum metodo ler os byte 0 Share this post Link to post Share on other sites More sharing options...
Guest zBlack_Skull Posted July 28, 2015 Report post Posted July 28, 2015 tenta olhar esse código Por favor, registre-se ou entre para visualizar isso. 0 Share this post Link to post Share on other sites More sharing options...
_Kurimatzu_ 58 Posted July 28, 2015 Report post Posted July 28, 2015 tenta olhar esse código Por favor, registre-se ou entre para visualizar isso. Nada... Seguinte usa Try para ver se pelomenos achando o arquivo ta FileInputStream x = new FileInputStream("file"); GZIPInputStream y = new GZIPInputStream(x); Depois tenta asssim InputStream y = new FileInputStream(x) Caso nao der tenta usar algum metodo ler os byte Não foi.. #UP 0 Share this post Link to post Share on other sites More sharing options...
Karamujo 46 Posted July 29, 2015 Report post Posted July 29, 2015 Nada... Não foi.. #UP Pode passar seu code? na parte onde le os bytes? 0 Share this post Link to post Share on other sites More sharing options...
Guest Alexandre Posted August 4, 2015 Report post Posted August 4, 2015 Sua dúvida foi marcada como [Resolvido] e movido à área de dúvidas resolvidas. Atenciosamente, Gamer's Board 0 Share this post Link to post Share on other sites More sharing options...
Question
_Kurimatzu_ 58
Estou fazendo uma nova borda do mundo, alguém sabe como carrega shematic, e coloca ela no mundo? (Sem Dependencias)
Share this post
Link to post
Share on other sites
12 answers to this question
Recommended Posts