2016-06-08 22:56:15 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-06-08 23:02:32 pokechu22 Patralos: Sometimes protocol history gets out of date unfortuantely; it hasn't been as actively maintained as it should be. I'll update it. (Do note, pre-release protocol is usually up to date though, and is presented as changes from the current protocol version) 2016-06-08 23:04:42 GingerGeek Sounds have changed 2016-06-08 23:17:17 pokechu22 Yes. 2016-06-08 23:17:23 pokechu22 One sec... auto diffs comming. 2016-06-08 23:18:48 pokechu22 http://pokechu22.github.io/Burger/diff_1.10-pre2_1.10.html (http://pokechu22.github.io/Burger/diff_1.10-pre2_1.10.json) 2016-06-08 23:19:00 pokechu22 http://pokechu22.github.io/Burger/1.10.html (http://pokechu22.github.io/Burger/1.10.json) 2016-06-08 23:20:24 rom1504 hmm 2016-06-08 23:20:31 rom1504 did anything change between pre1 and pre2 ? 2016-06-08 23:20:57 Matsv Yeah some new sounds 2016-06-08 23:21:14 rom1504 ok, nothing protocol wise ? 2016-06-08 23:21:31 Matsv Let me check, don't think so 2016-06-08 23:21:47 Matsv Nope 2016-06-08 23:21:52 Matsv Only the protocol version 2016-06-08 23:21:59 rom1504 okay thanks 2016-06-08 23:24:10 pokechu22 I'm trying to get a 1.9.4 -> 1.10 diff, but it's taking a while 2016-06-08 23:24:21 pokechu22 It should include the sound ID changes 2016-06-08 23:29:56 pokechu22 Full 1.9.4 -> 1.10 diff: http://pokechu22.github.io/Burger/diff_1.9.4_1.10.html (http://pokechu22.github.io/Burger/diff_1.9.4_1.10.json). It includes numeric sound changes. 2016-06-08 23:31:03 rom1504 ah 2016-06-08 23:31:07 rom1504 now I see it 2016-06-08 23:31:19 rom1504 1.9.4 : 110 2016-06-08 23:31:30 rom1504 1.10 : 210 2016-06-08 23:31:51 rom1504 1.11 : 310 2016-06-08 23:33:02 rom1504 1.42 : 3410 2016-06-08 23:33:46 * rom1504 update protocol version number page 2016-06-08 23:41:05 pokechu22 Matsv: You might find it useful to not do that numerical adding to sound IDs but instead remap sound IDs to the string ones and then unremap it (or even just stick with the string ones). 2016-06-08 23:42:18 Matsv Wait where are you talking about right now pokechu22 2016-06-08 23:42:46 pokechu22 In ViaVersion 2016-06-08 23:42:54 Matsv Oh yeah that's such a mess 2016-06-08 23:44:14 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-06-08 23:45:21 rom1504 do you have some intermediary representation in ViaVersion or do you write all the transformations ? 2016-06-08 23:45:29 rom1504 say for packets 2016-06-08 23:46:30 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-06-08 23:46:30 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-06-08 23:47:29 Matsv We write them 2016-06-08 23:47:51 Matsv pokechu22: yeah but how could we do that without making it pretty complex? 2016-06-08 23:54:34 pokechu22 Use burger! If you just use the sounds topping and embed the JSON in your plugin, you could use check the id for each sound on the given version (burger does include the ID) and then get the name back. 2016-06-09 00:01:48 --> Akaibu (uid118096@gateway/web/irccloud.com/x-dofwpzjzxqtirqxb) a rejoint #mcdevs 2016-06-09 00:35:46 Matsv pokechu22: but that'll also have ~500 not necessarily values stored. I mean, hardcoding is bad, but it feels like it'd require more resource then needed :S. It's btw not my plugin, _MylesC created it. I'm helping with the development :) 2016-06-09 00:40:51 pokechu22 Hardcoding numeric differences is probably easier right now, but if you ever decided to support 1.8 clients on a 1.10 server, then you'd have to deal with number->text conversion anyways :) 2016-06-09 00:43:13 Matsv Yeah true, any idea why the numeric sound packet is still in the game? Isn't every sound id changed to a named sound packet? 2016-06-09 00:43:43 Matsv Named sound?* 2016-06-09 00:45:06 pokechu22 Named sound was the first version; numeric sound is the new one. I honestly don't know why they switched to numeric sounds from named ones... 2016-06-09 00:50:42 --> dexter0_ (~dexter0@2601:647:5801:300:2062:e80b:9c48:ea70) a rejoint #mcdevs 2016-06-09 00:52:52 <-- dexter0 (~dexter0@2601:647:5801:300:cc1a:f55:a700:c64b) a quitté (Ping timeout: 260 seconds) 2016-06-09 00:52:52 -- dexter0_ est maintenant connu sous le nom dexter0 2016-06-09 01:05:04 -- r04r est maintenant connu sous le nom zz_r04r 2016-06-09 01:21:52 +Fenhl probably because numbers take up less bandwidth than text 2016-06-09 01:35:11 rom1504 do minecraft server use lot of bandwidth ? 2016-06-09 01:35:33 Gjum no only wam 2016-06-09 01:36:09 rom1504 wam ? 2016-06-09 01:36:35 Gjum yeah, even if it's dedudated 2016-06-09 01:43:56 Not-b880 [Charge] Wallbraker pushed 1 commit to master [+1/-1/±0] https://git.io/voYJn 2016-06-09 01:43:58 Not-b880 [Charge] Wallbraker 6584f5d - math: Correct wrong filename 2016-06-09 01:44:55 Not-8606 [wiki] Edit by Gjum to Entities -> http://tinyurl.com/zo73fr5 2016-06-09 02:05:40 <-- gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 246 seconds) 2016-06-09 02:12:31 +Fenhl this again 2016-06-09 02:14:43 +Fenhl rom1504: it's a meme, the origin was some panel at a Minecon https://www.youtube.com/watch?v=_pVNvSuA2mM 2016-06-09 02:15:54 redstonehelper Fenhl: jeb never smiles 2016-06-09 02:16:05 redstonehelper shitty memes \o/ 2016-06-09 02:16:18 +Fenhl though I don't particularly like how people are making fun of someone who just wanted to start their own server or whatever 2016-06-09 02:16:35 +Fenhl redstonehelper never smiles 2016-06-09 02:16:41 redstonehelper nice meme 2016-06-09 02:16:47 +Fenhl :P 2016-06-09 02:18:02 rom1504 Meme is grandmother in French. That's all I understood :p 2016-06-09 02:18:16 redstonehelper le 2016-06-09 02:36:43 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Ping timeout: 240 seconds) 2016-06-09 02:48:26 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-09 03:42:09 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 260 seconds) 2016-06-09 03:43:24 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Read error: Connection reset by peer) 2016-06-09 03:44:27 Akaibu ammar2: did you ever get the regex from the DFA? 2016-06-09 03:44:54 +ammar2 Akaibu: the one for the TLDs? oh god no, I didn't wanna convert it by hand 2016-06-09 03:45:19 +ammar2 it probably would have been around 60-70 characters btw 2016-06-09 03:46:57 Akaibu rom1504: ayy, i actually call my grandmother Meme 2016-06-09 03:47:05 Akaibu it like "me me" 2016-06-09 03:47:19 Akaibu not like "mem" 2016-06-09 03:50:09 <-- _MylesC (~Myles@the.sexiest.man.alive.just.joined.and.he.is.called.myles.us) a quitté (Quit: Exception in thread "main" java.lang.IllegalAccessException: no private access for field: disconnectReason) 2016-06-09 04:06:34 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Excess Flood) 2016-06-09 04:07:12 --> NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2016-06-09 04:07:17 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-09 04:21:40 <-- PunKeel (~PunKeel@unaffiliated/punkeel) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-06-09 04:51:20 ecx86 1.10 is out 2016-06-09 04:51:22 ecx86 fml 2016-06-09 05:09:48 Aikar Grum: can yall update the windows java on launcher, getting so many people getting jvm crashes. u25 is pretty old now! 2016-06-09 05:10:53 Aikar though seems intel driver related hmm 2016-06-09 05:13:15 Aikar what all changed with this update with video drivers? got like 4 threads that they cant play on 1.9 either 2016-06-09 05:45:34 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté 2016-06-09 06:11:20 --> redstonehelper_ (~redstoneh@p4FCCF1F6.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-09 06:11:20 <-- redstonehelper_ (~redstoneh@p4FCCF1F6.dip0.t-ipconnect.de) a quitté (Changing host) 2016-06-09 06:11:20 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-06-09 06:13:33 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 250 seconds) 2016-06-09 06:13:33 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-06-09 07:03:09 --> Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a rejoint #mcdevs 2016-06-09 07:03:17 <-- Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a quitté (Max SendQ exceeded) 2016-06-09 07:03:50 --> Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a rejoint #mcdevs 2016-06-09 07:06:35 --> Set3 (~u291187@c-73-246-190-10.hsd1.il.comcast.net) a rejoint #mcdevs 2016-06-09 07:12:32 Set3 hello, im trying to write code to connect to servers using javascript. ive got authentication down, but i dont understand any part of the whole client server communication. any tips? im using http://wiki.vg/Protocol_FAQ for reference but understand none of it 2016-06-09 07:13:04 +ammar2 js, node? 2016-06-09 07:13:22 Set3 im fairly new to the whole client server thing so Im surprised i even got the authentication down? 2016-06-09 07:13:46 +ammar2 are you using node.js? 2016-06-09 07:14:00 Set3 no i dont think so 2016-06-09 07:21:29 <-- Set3 (~u291187@c-73-246-190-10.hsd1.il.comcast.net) a quitté (Remote host closed the connection) 2016-06-09 07:23:38 --> Set3 (~u291187@2601:246:c603:2910:c06f:cc4d:8f81:2bd2) a rejoint #mcdevs 2016-06-09 07:23:45 <-- MasterGberry (sid92636@gateway/web/irccloud.com/x-wawxjwmzyndvfwne) a quitté (Ping timeout: 250 seconds) 2016-06-09 07:23:45 <-- gamingrobot (sid10990@gateway/web/irccloud.com/x-wbdeefwdufjwusjg) a quitté (Ping timeout: 250 seconds) 2016-06-09 07:23:45 <-- williamtdr (uid27909@gateway/web/irccloud.com/x-vlridjikwfvgxhqk) a quitté (Ping timeout: 250 seconds) 2016-06-09 07:24:01 Set3 sorry did i miss something? 2016-06-09 07:24:37 <-- Brandon15811__ (uid13052@gateway/web/irccloud.com/x-bfxnhelwnccqtuzx) a quitté (Ping timeout: 250 seconds) 2016-06-09 07:24:53 <-- Fenhl (sid30770@gateway/web/irccloud.com/x-pxqctflgqzexurtg) a quitté (Ping timeout: 260 seconds) 2016-06-09 07:24:53 <-- JeanSebTr_ (sid50581@gateway/web/irccloud.com/x-pmehojahxdvpkuyw) a quitté (Ping timeout: 260 seconds) 2016-06-09 07:25:26 <-- deathrat (sid14886@gateway/web/irccloud.com/x-klnlztizzdhgnvto) a quitté (Ping timeout: 272 seconds) 2016-06-09 07:26:02 <-- hansihe (sid106603@gateway/web/irccloud.com/x-ihjepovtlttjovfb) a quitté (Ping timeout: 260 seconds) 2016-06-09 07:26:02 <-- Jeebiss (sid25046@gateway/web/irccloud.com/x-eduniflywgvebunk) a quitté (Ping timeout: 260 seconds) 2016-06-09 07:26:04 <-- ryantheleach (uid90087@gateway/web/irccloud.com/x-vswjcksnfsgzpxqh) a quitté (Ping timeout: 272 seconds) 2016-06-09 07:29:16 <-- Set3 (~u291187@2601:246:c603:2910:c06f:cc4d:8f81:2bd2) a quitté (Remote host closed the connection) 2016-06-09 07:29:35 <-- Patralos (~user@62.93.124.214) a quitté (Remote host closed the connection) 2016-06-09 07:30:05 --> hansihe (sid106603@gateway/web/irccloud.com/x-bjqkqzeynivvdoqg) a rejoint #mcdevs 2016-06-09 07:30:05 --> Set3 (~u291187@2601:246:c603:2910:c06f:cc4d:8f81:2bd2) a rejoint #mcdevs 2016-06-09 07:31:49 --> Fenhl (sid30770@gateway/web/irccloud.com/x-kkkutkjxgwkrsfvr) a rejoint #mcdevs 2016-06-09 07:31:49 -- Mode #mcdevs [+v Fenhl] par ChanServ 2016-06-09 07:32:19 --> MasterGberry (sid92636@gateway/web/irccloud.com/x-vzryctwknzidklnr) a rejoint #mcdevs 2016-06-09 07:32:56 <-- Set3 (~u291187@2601:246:c603:2910:c06f:cc4d:8f81:2bd2) a quitté (Remote host closed the connection) 2016-06-09 07:34:21 --> williamtdr (sid27909@gateway/web/irccloud.com/x-jkrkiefhtiwgbtjs) a rejoint #mcdevs 2016-06-09 07:34:31 --> Jeebiss (sid25046@gateway/web/irccloud.com/x-yosyhlqbkzdneldc) a rejoint #mcdevs 2016-06-09 07:35:15 --> gamingrobot (sid10990@gateway/web/irccloud.com/x-yqglzbduuevusqug) a rejoint #mcdevs 2016-06-09 07:35:53 --> Addisonep (uid86198@gateway/web/irccloud.com/x-jovrnicialpyuolv) a rejoint #mcdevs 2016-06-09 07:35:54 --> ryantheleach (uid90087@gateway/web/irccloud.com/x-zcnazkuvtgoqwzco) a rejoint #mcdevs 2016-06-09 07:36:37 --> Brandon15811__ (uid13052@gateway/web/irccloud.com/x-fpizdownrqxnlfil) a rejoint #mcdevs 2016-06-09 07:36:51 --> JeanSebTr_ (sid50581@gateway/web/irccloud.com/x-veajfnfcdajxfavh) a rejoint #mcdevs 2016-06-09 07:37:04 --> deathrat (sid14886@gateway/web/irccloud.com/x-dtucsxcgjwlfwgjg) a rejoint #mcdevs 2016-06-09 08:04:03 --> gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-06-09 08:07:33 <-- deathrat (sid14886@gateway/web/irccloud.com/x-dtucsxcgjwlfwgjg) a quitté (Ping timeout: 250 seconds) 2016-06-09 08:07:59 <-- Addisonep (uid86198@gateway/web/irccloud.com/x-jovrnicialpyuolv) a quitté (Ping timeout: 250 seconds) 2016-06-09 08:08:25 <-- ryantheleach (uid90087@gateway/web/irccloud.com/x-zcnazkuvtgoqwzco) a quitté (Ping timeout: 250 seconds) 2016-06-09 08:08:54 --> ryantheleach (uid90087@gateway/web/irccloud.com/x-dqmjxyckewjzxucp) a rejoint #mcdevs 2016-06-09 08:09:44 --> Addisonep (uid86198@gateway/web/irccloud.com/x-ayzgrquwdmeacvmz) a rejoint #mcdevs 2016-06-09 08:11:36 --> deathrat (sid14886@gateway/web/irccloud.com/x-drlwlhduxowtdgdn) a rejoint #mcdevs 2016-06-09 09:28:52 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 276 seconds) 2016-06-09 09:43:01 -- Pseudos #mcdevs : [@ChanServ +Amaranth +ammar2 +AndrewPH +Dinnerbone +Fador +Fenhl +fragmer +Grum +jnoah +md_5 +SinZ +Thinkofname +Wallbraker +XorBoole +Zaneo __0x277F Adam Addisonep Aikar ajvpot Akaibu AlJaMa AlphaBlend angal ashka Aster balrog benbaptist benbaptist__ bildramer BlackHole Brandon15811 Brandon15811_ Brandon15811__ Byteflux C4K3 cindy_k clonejo cnr Cxom Dadido3 Danielh90 DarkFox dav1d deathrat Deaygo DemonWav dexter0 dranghek dx Dykam_ ecx86 edk eeew enchi EvilJStoker Extreme- ferrybig fl4sh_ Flemmard fortytwo Frigolit gabizou gamingrobot ghac|away GingerGeek Gjum GunfighterJ gurun_ hansihe hkaga humerusj I9hdkill Jailout20001 jamietech jast Jckf JeanSebTr_ Jeebiss jflory7 kashike KeithGS KHobbits killme KnownUnown Krenair l4mRh4X0r laxask_ LaxWasHere levifig LordAkkarin lukegb M-ou-se m0r13 M4GNV5 madaal manuelgu MasterGberry Matsv matthewprenger mbaxter McLive Me4502 Meeeh meiamsome MeltedLux mfj MiniDigger Monkey0x9 Morrolan MrARM nickelpro NickG365 Not-8606 Not-b880 Owexz Paprikachu PhonicUK programmerq prplz Pyker realz redstonehelper roblabot rom1504 ryan-c ryantheleach Samfty ScruffyRules sgtbigman ShaRose Shnaw shoghicp swifteh TheUnnamedDude tktech TobiX Tristitia umby24 unascribed vemacs vemacs- VoidWhisperer Voltasalt walle303 williammck williamtdr willies952002 winny WizardCM x10A94 x56 xnrand yawkat ylt yorick yosafbridge YukonAppleGeek_ Z750 Zachoz zahlex zml zz_r04r |Blaze|] 2016-06-09 09:43:01 -- Canal #mcdevs : 165 pseudos (1 op, 15 voices, 149 normaux) 2016-06-09 10:01:58 <-- Cxom (~Trinoxtio@24.15.130.157) a quitté (Ping timeout: 244 seconds) 2016-06-09 10:03:56 <-- Addisonep (uid86198@gateway/web/irccloud.com/x-ayzgrquwdmeacvmz) a quitté (Quit: Connection closed for inactivity) 2016-06-09 10:15:35 Not-8606 [wiki] Edit by Cubist to Protocol History -> http://tinyurl.com/hunlxau 2016-06-09 10:19:38 -- zz_r04r est maintenant connu sous le nom r04r 2016-06-09 10:38:26 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-09 11:04:19 <-- gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 250 seconds) 2016-06-09 11:36:21 --> gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-06-09 11:52:41 --> _MylesC (~Myles@the.sexiest.man.alive.just.joined.and.he.is.called.myles.us) a rejoint #mcdevs 2016-06-09 12:02:10 --> PunKeel (~PunKeel@unaffiliated/punkeel) a rejoint #mcdevs 2016-06-09 12:06:48 <-- PunKeel (~PunKeel@unaffiliated/punkeel) a quitté (Client Quit) 2016-06-09 12:17:35 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-dofwpzjzxqtirqxb) a quitté (Quit: Connection closed for inactivity) 2016-06-09 12:28:54 --> PunKeel (~PunKeel@unaffiliated/punkeel) a rejoint #mcdevs 2016-06-09 12:48:16 <-- PunKeel (~PunKeel@unaffiliated/punkeel) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-06-09 15:09:16 --> PunKeel (~PunKeel@unaffiliated/punkeel) a rejoint #mcdevs 2016-06-09 15:18:00 --> bart_ (~bart@s537568a7.adsl.online.nl) a rejoint #mcdevs 2016-06-09 15:18:13 bart_ Hi there. 2016-06-09 15:58:01 <-- PunKeel (~PunKeel@unaffiliated/punkeel) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-06-09 16:15:20 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-09 16:56:43 <-- bart_ (~bart@s537568a7.adsl.online.nl) a quitté (Ping timeout: 276 seconds) 2016-06-09 17:01:00 --> Akaibu (uid118096@gateway/web/irccloud.com/x-cxwecbgyirjwfpek) a rejoint #mcdevs 2016-06-09 17:23:19 --> Cxom (~Trinoxtio@24.15.130.157) a rejoint #mcdevs 2016-06-09 18:06:02 --> PunKeel (~PunKeel@unaffiliated/punkeel) a rejoint #mcdevs 2016-06-09 18:19:48 --> bart_ (~bart@s537568a7.adsl.online.nl) a rejoint #mcdevs 2016-06-09 18:21:49 bart_ So how are we doing today. 2016-06-09 18:46:55 <-- bart_ (~bart@s537568a7.adsl.online.nl) a quitté (Remote host closed the connection) 2016-06-09 19:06:11 --> PunKeel_ (~PunKeel@unaffiliated/punkeel) a rejoint #mcdevs 2016-06-09 19:09:03 <-- PunKeel (~PunKeel@unaffiliated/punkeel) a quitté (Ping timeout: 240 seconds) 2016-06-09 19:15:29 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 260 seconds) 2016-06-09 19:21:21 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-06-09 19:21:21 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-06-09 19:29:54 <-- M-ou-se (~m-ou.se@m-ou.se) a quitté (Quit: No Ping reply in 60 seconds.) 2016-06-09 19:30:21 --> M-ou-se (~m-ou.se@m-ou.se) a rejoint #mcdevs 2016-06-09 19:59:15 --> PunKeel (~PunKeel@unaffiliated/punkeel) a rejoint #mcdevs 2016-06-09 19:59:42 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 260 seconds) 2016-06-09 20:00:34 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-06-09 20:00:40 <-- Fenhl (sid30770@gateway/web/irccloud.com/x-kkkutkjxgwkrsfvr) a quitté (Ping timeout: 276 seconds) 2016-06-09 20:01:59 --> Fenhl (sid30770@gateway/web/irccloud.com/x-bopwhpipookqwvol) a rejoint #mcdevs 2016-06-09 20:01:59 -- Mode #mcdevs [+v Fenhl] par ChanServ 2016-06-09 20:02:37 <-- PunKeel_ (~PunKeel@unaffiliated/punkeel) a quitté (Ping timeout: 276 seconds) 2016-06-09 20:02:42 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-09 20:12:35 --> Vector (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-09 20:14:18 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 272 seconds) 2016-06-09 20:35:38 <-- Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a quitté (Ping timeout: 264 seconds) 2016-06-09 20:45:51 <-- Vector (~whizkid30@71.118.183.40) a quitté (Ping timeout: 250 seconds) 2016-06-09 20:46:11 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-09 20:48:26 <-- gamingrobot (sid10990@gateway/web/irccloud.com/x-yqglzbduuevusqug) a quitté (Ping timeout: 240 seconds) 2016-06-09 20:50:40 --> gamingrobot (sid10990@gateway/web/irccloud.com/x-kmjlzgluqjkszxfx) a rejoint #mcdevs 2016-06-09 20:53:56 <-- Jeebiss (sid25046@gateway/web/irccloud.com/x-yosyhlqbkzdneldc) a quitté (Ping timeout: 240 seconds) 2016-06-09 20:55:42 --> Jeebiss (sid25046@gateway/web/irccloud.com/x-tydkggdhjttcyzij) a rejoint #mcdevs 2016-06-09 21:02:49 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 260 seconds) 2016-06-09 21:03:04 <-- gamingrobot (sid10990@gateway/web/irccloud.com/x-kmjlzgluqjkszxfx) a quitté (Ping timeout: 272 seconds) 2016-06-09 21:04:18 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-06-09 21:04:18 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-06-09 21:04:30 --> gamingrobot (sid10990@gateway/web/irccloud.com/x-qrkgyctfxuhopwnz) a rejoint #mcdevs 2016-06-09 21:23:47 <-- BlackHole (~BlackHole@p2003007E4F4AB5000C498F4A797EDE97.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2016-06-09 21:33:30 --> BlackHole (~BlackHole@p2003007E4F4AB500F853F9D2B685106B.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-09 21:44:39 --> NathanWolf (~NathanWol@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2016-06-09 22:27:57 <-- gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Quit: Leaving) 2016-06-09 22:28:16 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-06-09 23:13:56 kashike hm, resource pack hash removed from resource pack status? 2016-06-09 23:14:16 Matsv Yeah 2016-06-09 23:28:52 --> barneygale (~barneygal@90.206.144.185) a rejoint #mcdevs 2016-06-10 00:02:35 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 250 seconds) 2016-06-10 00:08:23 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-06-10 00:10:22 --> UUID01 (~UUID00@cgn-nat-188-64-25-216.simobil.net) a rejoint #mcdevs 2016-06-10 00:10:41 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Ping timeout: 258 seconds) 2016-06-10 00:14:43 --> UUID00 (~UUID00@cgn-nat-188-64-25-173.simobil.net) a rejoint #mcdevs 2016-06-10 00:18:12 <-- UUID01 (~UUID00@cgn-nat-188-64-25-216.simobil.net) a quitté (Ping timeout: 250 seconds) 2016-06-10 00:46:05 --> Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a rejoint #mcdevs 2016-06-10 00:50:42 <-- dexter0 (~dexter0@2601:647:5801:300:2062:e80b:9c48:ea70) a quitté (Ping timeout: 250 seconds) 2016-06-10 00:52:48 --> dexter0 (~dexter0@2601:647:5801:300:4cd8:6ca1:b6c9:6b54) a rejoint #mcdevs 2016-06-10 01:00:17 <-- Aikar (~quassel@wikia/Aikar) a quitté (Remote host closed the connection) 2016-06-10 01:02:17 --> UUID01 (~UUID00@cgn-nat-188-64-25-205.simobil.net) a rejoint #mcdevs 2016-06-10 01:06:16 <-- UUID00 (~UUID00@cgn-nat-188-64-25-173.simobil.net) a quitté (Ping timeout: 272 seconds) 2016-06-10 01:18:11 --> Aikar (~quassel@wikia/Aikar) a rejoint #mcdevs 2016-06-10 01:48:54 <-- _MylesC (~Myles@the.sexiest.man.alive.just.joined.and.he.is.called.myles.us) a quitté (Quit: Exception in thread "main" java.lang.IllegalAccessException: no private access for field: disconnectReason) 2016-06-10 02:12:43 <-- UUID01 (~UUID00@cgn-nat-188-64-25-205.simobil.net) a quitté (Read error: Connection reset by peer) 2016-06-10 02:17:38 <-- JeanSebTr_ (sid50581@gateway/web/irccloud.com/x-veajfnfcdajxfavh) a quitté (Ping timeout: 264 seconds) 2016-06-10 02:18:14 <-- ryantheleach (uid90087@gateway/web/irccloud.com/x-dqmjxyckewjzxucp) a quitté (Ping timeout: 264 seconds) 2016-06-10 02:18:14 <-- Brandon15811__ (uid13052@gateway/web/irccloud.com/x-fpizdownrqxnlfil) a quitté (Ping timeout: 264 seconds) 2016-06-10 02:18:14 <-- hansihe (sid106603@gateway/web/irccloud.com/x-bjqkqzeynivvdoqg) a quitté (Ping timeout: 264 seconds) 2016-06-10 02:18:22 --> JeanSebTr_ (sid50581@gateway/web/irccloud.com/x-iocvailhdthmqdeo) a rejoint #mcdevs 2016-06-10 02:18:50 <-- gamingrobot (sid10990@gateway/web/irccloud.com/x-qrkgyctfxuhopwnz) a quitté (Ping timeout: 264 seconds) 2016-06-10 02:20:24 --> ryantheleach (uid90087@gateway/web/irccloud.com/x-jfdjrzpvigygsmhp) a rejoint #mcdevs 2016-06-10 02:20:48 --> Brandon15811__ (uid13052@gateway/web/irccloud.com/x-wcwycvpqfregerqr) a rejoint #mcdevs 2016-06-10 02:21:13 --> gamingrobot (sid10990@gateway/web/irccloud.com/x-onhxudejpmnchwwb) a rejoint #mcdevs 2016-06-10 02:22:15 --> hansihe (sid106603@gateway/web/irccloud.com/x-szgbvtojkxfhkxah) a rejoint #mcdevs 2016-06-10 02:22:47 <-- PunKeel (~PunKeel@unaffiliated/punkeel) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-06-10 02:35:54 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 260 seconds) 2016-06-10 02:36:14 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-10 02:39:54 <-- barneygale (~barneygal@90.206.144.185) a quitté (Ping timeout: 250 seconds) 2016-06-10 03:03:49 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 276 seconds) 2016-06-10 03:04:52 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-10 04:07:54 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Read error: Connection reset by peer) 2016-06-10 04:08:18 --> NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2016-06-10 04:25:53 <-- Cxom (~Trinoxtio@24.15.130.157) a quitté (Quit: Leaving) 2016-06-10 04:59:34 <-- NathanWolf (~NathanWol@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2016-06-10 05:00:24 --> NathanWolf (~NathanWol@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2016-06-10 05:11:40 <-- ShaRose (~ShaRose@i.am.sharo.se) a quitté (Quit: I appear to have left for some reason.) 2016-06-10 05:13:09 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2016-06-10 05:32:30 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-06-10 06:09:37 --> redstonehelper_ (~redstoneh@p57952661.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-10 06:09:37 <-- redstonehelper_ (~redstoneh@p57952661.dip0.t-ipconnect.de) a quitté (Changing host) 2016-06-10 06:09:37 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-06-10 06:12:19 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 276 seconds) 2016-06-10 06:12:19 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-06-10 06:23:34 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (Quit: I appear to have left for some reason.) 2016-06-10 06:23:43 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2016-06-10 06:38:26 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Ping timeout: 250 seconds) 2016-06-10 06:54:39 --> Cxom (~Trinoxtio@24.15.130.157) a rejoint #mcdevs 2016-06-10 07:06:00 <-- Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a quitté (Ping timeout: 272 seconds) 2016-06-10 07:06:24 --> Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a rejoint #mcdevs 2016-06-10 07:06:34 <-- Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a quitté (Max SendQ exceeded) 2016-06-10 07:07:04 --> Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a rejoint #mcdevs 2016-06-10 08:19:40 --> PunKeel (~PunKeel@unaffiliated/punkeel) a rejoint #mcdevs 2016-06-10 08:47:28 <-- PunKeel (~PunKeel@unaffiliated/punkeel) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-06-10 08:53:03 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 240 seconds) 2016-06-10 08:54:30 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-10 09:03:23 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 250 seconds) 2016-06-10 09:30:52 --> barneygale (~barneygal@90.206.144.185) a rejoint #mcdevs 2016-06-10 10:15:22 <-- Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a quitté (Ping timeout: 272 seconds) 2016-06-10 10:16:28 --> Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a rejoint #mcdevs 2016-06-10 10:18:21 <-- barneygale (~barneygal@90.206.144.185) a quitté (Ping timeout: 250 seconds) 2016-06-10 11:04:35 --> PunKeel (~PunKeel@unaffiliated/punkeel) a rejoint #mcdevs 2016-06-10 12:06:12 --> Byteflux_ (~Byteflux@minelink.net) a rejoint #mcdevs 2016-06-10 12:06:20 <-- Byteflux (~Byteflux@minelink.net) a quitté (Read error: Connection reset by peer) 2016-06-10 12:11:04 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-10 12:49:33 <-- PunKeel (~PunKeel@unaffiliated/punkeel) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-06-10 12:54:14 <-- Adam (Adam@unaffiliated/adam-) a quitté (Ping timeout: 264 seconds) 2016-06-10 12:54:55 --> Adam (Adam@unaffiliated/adam-) a rejoint #mcdevs 2016-06-10 13:27:05 MrARM so Edu Ed is out ... anyone could get me the Mac version binaries of it? 2016-06-10 13:27:33 MrARM it's based off Pocket so it might have some interesting stuff for me inside 2016-06-10 13:59:32 <-- Byteflux_ (~Byteflux@minelink.net) a quitté (Remote host closed the connection) 2016-06-10 14:01:21 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2016-06-10 14:11:26 <-- Dadido3 (~quassel@pD9E18BEF.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2016-06-10 14:13:45 --> Dadido3 (~quassel@pD9E18BEF.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-10 14:32:54 <-- Byteflux (~Byteflux@minelink.net) a quitté (Remote host closed the connection) 2016-06-10 14:34:48 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2016-06-10 14:42:16 <-- Byteflux (~Byteflux@minelink.net) a quitté (Remote host closed the connection) 2016-06-10 14:44:08 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2016-06-10 14:49:09 <-- Byteflux (~Byteflux@minelink.net) a quitté (Remote host closed the connection) 2016-06-10 14:50:54 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2016-06-10 14:59:18 --> PunKeel (~PunKeel@unaffiliated/punkeel) a rejoint #mcdevs 2016-06-10 15:13:05 <-- Byteflux (~Byteflux@minelink.net) a quitté (Remote host closed the connection) 2016-06-10 15:15:08 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2016-06-10 15:19:33 <-- Byteflux (~Byteflux@minelink.net) a quitté (Remote host closed the connection) 2016-06-10 15:21:37 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2016-06-10 15:26:28 <-- Byteflux (~Byteflux@minelink.net) a quitté (Remote host closed the connection) 2016-06-10 15:28:19 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2016-06-10 15:46:43 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-10 16:25:07 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 258 seconds) 2016-06-10 16:57:35 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-cxwecbgyirjwfpek) a quitté (Quit: Connection closed for inactivity) 2016-06-10 17:45:47 --> Akaibu (uid118096@gateway/web/irccloud.com/x-kcuazluizdpnjqhl) a rejoint #mcdevs 2016-06-10 17:50:03 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-06-10 17:50:18 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-10 18:33:12 --> _MylesC (~Myles@the.sexiest.man.alive.just.joined.and.he.is.called.myles.us) a rejoint #mcdevs 2016-06-10 19:02:33 <-- PunKeel (~PunKeel@unaffiliated/punkeel) a quitté (Quit: Ninja) 2016-06-10 19:22:16 <-- _MylesC (~Myles@the.sexiest.man.alive.just.joined.and.he.is.called.myles.us) a quitté (Quit: Exception in thread "main" java.lang.IllegalAccessException: no private access for field: disconnectReason) 2016-06-10 19:40:54 --> _MylesC (~Myles@the.sexiest.man.alive.just.joined.and.he.is.called.myles.us) a rejoint #mcdevs 2016-06-10 20:04:07 <-- Zaneo (~Zaneo@45.55.2.85) a quitté (Disconnected by services) 2016-06-10 20:04:52 --> Zaneo|Away (~Zaneo@45.55.2.85) a rejoint #mcdevs 2016-06-10 20:04:52 -- Mode #mcdevs [+v Zaneo|Away] par ChanServ 2016-06-10 20:16:14 <-- cnr (~connor@unaffiliated/conehead) a quitté (Ping timeout: 244 seconds) 2016-06-10 20:16:45 --> cnr (~connor@unaffiliated/conehead) a rejoint #mcdevs 2016-06-10 20:47:17 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Read error: Connection reset by peer) 2016-06-10 20:50:47 --> HOUmmel (~HOUmmel@p5B2DA674.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-10 20:54:21 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-10 21:27:35 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-kcuazluizdpnjqhl) a quitté (Quit: Connection closed for inactivity) 2016-06-10 21:50:18 --> ryanw-se (~ryanw-se@pool-74-106-202-181.syrcny.fios.verizon.net) a rejoint #mcdevs 2016-06-10 22:03:18 <-- HOUmmel (~HOUmmel@p5B2DA674.dip0.t-ipconnect.de) a quitté 2016-06-10 22:04:24 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-06-10 22:04:50 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-10 22:19:24 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 250 seconds) 2016-06-10 22:19:57 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-10 22:47:43 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-06-10 23:28:50 --> barneygale (~barneygal@90.206.144.185) a rejoint #mcdevs 2016-06-10 23:47:33 -- Zaneo|Away est maintenant connu sous le nom Zaneo 2016-06-11 00:16:22 --> barneygale_ (~barneygal@2.125.91.194) a rejoint #mcdevs 2016-06-11 00:17:42 <-- barneygale (~barneygal@90.206.144.185) a quitté (Ping timeout: 272 seconds) 2016-06-11 00:49:52 <-- dexter0 (~dexter0@2601:647:5801:300:4cd8:6ca1:b6c9:6b54) a quitté (Ping timeout: 260 seconds) 2016-06-11 00:51:30 --> dexter0 (~dexter0@2601:647:5801:300:7510:1552:63e4:d98) a rejoint #mcdevs 2016-06-11 01:04:49 --> erai (~erai@ip68-13-207-42.hr.hr.cox.net) a rejoint #mcdevs 2016-06-11 01:47:51 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 258 seconds) 2016-06-11 01:53:21 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-11 02:01:03 -- r04r est maintenant connu sous le nom zz_r04r 2016-06-11 02:21:41 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-11 03:20:34 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 250 seconds) 2016-06-11 03:52:27 <-- barneygale_ (~barneygal@2.125.91.194) a quitté (Ping timeout: 244 seconds) 2016-06-11 03:54:06 --> barneygale (~barneygal@2.125.91.194) a rejoint #mcdevs 2016-06-11 04:01:47 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Quit: Leaving) 2016-06-11 04:37:46 <-- barneygale (~barneygal@2.125.91.194) a quitté (Remote host closed the connection) 2016-06-11 04:39:09 <-- NathanWolf (~NathanWol@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2016-06-11 04:41:11 --> NathanWolf (~NathanWol@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2016-06-11 04:51:34 <-- NathanWolf (~NathanWol@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2016-06-11 05:33:28 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (Quit: I appear to have left for some reason.) 2016-06-11 05:34:05 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2016-06-11 05:39:21 --> Addisonep (uid86198@gateway/web/irccloud.com/x-qemaumypjqilaqac) a rejoint #mcdevs 2016-06-11 06:07:50 --> redstonehelper_ (~redstoneh@p4FCCF762.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-11 06:07:50 <-- redstonehelper_ (~redstoneh@p4FCCF762.dip0.t-ipconnect.de) a quitté (Changing host) 2016-06-11 06:07:50 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-06-11 06:11:37 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2016-06-11 06:11:37 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-06-11 06:24:42 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté 2016-06-11 07:50:05 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 250 seconds) 2016-06-11 07:51:00 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-11 07:52:21 <-- ryanw-se (~ryanw-se@pool-74-106-202-181.syrcny.fios.verizon.net) a quitté (Quit: Leaving...) 2016-06-11 07:53:56 <-- Addisonep (uid86198@gateway/web/irccloud.com/x-qemaumypjqilaqac) a quitté (Quit: Connection closed for inactivity) 2016-06-11 07:55:17 --> Addisonep (uid86198@gateway/web/irccloud.com/x-qwstyzdkgceyqydn) a rejoint #mcdevs 2016-06-11 08:23:22 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 244 seconds) 2016-06-11 08:32:38 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 264 seconds) 2016-06-11 08:33:43 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2016-06-11 08:43:57 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-11 09:34:52 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 276 seconds) 2016-06-11 10:13:21 -- zz_r04r est maintenant connu sous le nom r04r 2016-06-11 11:42:59 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 252 seconds) 2016-06-11 11:43:27 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-11 11:53:56 <-- Addisonep (uid86198@gateway/web/irccloud.com/x-qwstyzdkgceyqydn) a quitté (Quit: Connection closed for inactivity) 2016-06-11 12:30:09 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-11 13:54:40 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Quit: ZNC - http://znc.in) 2016-06-11 14:01:02 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2016-06-11 14:13:43 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-06-11 14:13:50 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-11 16:51:11 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-06-11 17:05:20 pokechu22 This is interesting: https://www.youtube.com/watch?v=mzfLHNeqjuY 2016-06-11 17:13:55 --> pokechu22_ (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-06-11 17:14:06 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Ping timeout: 250 seconds) 2016-06-11 17:14:20 -- pokechu22_ est maintenant connu sous le nom pokechu22 2016-06-11 17:28:12 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-11 18:35:38 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-11 18:48:24 --> Addisonep (uid86198@gateway/web/irccloud.com/x-ynkuioyhtxpuhtvs) a rejoint #mcdevs 2016-06-11 19:07:49 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-06-11 19:46:43 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-11 20:56:42 +Amaranth Grum: Huge quality of life fix that seems pretty easy: https://bugs.mojang.com/browse/MC-911 it seems the "empty sections below the lightmap limit have to exist" logic didn't get copied from the server chunk handling to the client chunk handling 2016-06-11 21:05:25 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 246 seconds) 2016-06-11 21:08:01 redstonehelper Amaranth: this is https://bugs.mojang.com/browse/MC-80966 right? 2016-06-11 21:08:13 redstonehelper in that case, already assigned to elmo 2016-06-11 21:08:45 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2016-06-11 21:08:46 +Amaranth Oh, shit, yeah, those are the same bug 2016-06-11 21:09:09 +Amaranth I wonder if we should dupe 80966 to 911 and modify the description or dupe 911 to 80966 since it has the right information 2016-06-11 21:09:21 +Amaranth So it's not a client bug, it's a packet serialization bug 2016-06-11 21:11:06 redstonehelper 911 is older and has more watchers 2016-06-11 21:11:14 redstonehelper but the other one is assigned already 2016-06-11 21:11:23 +Amaranth Heck it's probably better to just remove the empty chunk section optimization entirely 2016-06-11 21:11:35 redstonehelper I'll resolve to the newer ticket 2016-06-11 21:11:42 edk definitely dupe 911 2016-06-11 21:11:55 +Amaranth The new in memory compression scheme makes empty chunk sections take up basically no room 2016-06-11 21:11:57 edk i want to tell 9/11 truthers that it's part of a conspiracy 2016-06-11 21:12:02 +Amaranth And could probably be optimized to actually take no room 2016-06-11 21:12:56 +Amaranth edk: Did you know there is a data structure that is basically as fast as ArrayList for all operations but is immutable and persistent? 2016-06-11 21:13:00 +Amaranth It's super cool 2016-06-11 21:13:35 edk immutable and persistent? 2016-06-11 21:13:38 * edk raises an eyebrow 2016-06-11 21:13:42 edk is it .rodata? 2016-06-11 21:13:45 +Amaranth Actually I think it's even faster for prepends and pops 2016-06-11 21:14:01 edk oh, i see 2016-06-11 21:14:08 edk what is it called? 2016-06-11 21:14:10 +Amaranth No, it's an array mapped trie with a tail and transients 2016-06-11 21:14:33 +Amaranth It's actually O(log(32, n)) but that's like 7 2016-06-11 21:14:54 edk haha 2016-06-11 21:15:58 edk i am having trouble finding things to read about it 2016-06-11 21:16:00 +Amaranth The basic idea is you have an Node that contains an array of length 32 of Nodes or values and you mask off 5 bits of the index as you traverse down it to find the value 2016-06-11 21:16:57 +Amaranth https://infoscience.epfl.ch/record/64394/files/triesearches.pdf is the original paper 2016-06-11 21:17:05 +Amaranth It doesn't have the tail or transients though 2016-06-11 21:17:33 +Amaranth The tail is an optimization where next to the root node you keep another array of length 32 that contains values, once it fills up you push it into the trie and make a new one 2016-06-11 21:17:50 edk aha 2016-06-11 21:18:03 +Amaranth And transients is a scheme that lets you temporary treat the structure as mutable so you can efficiently push new things to it 2016-06-11 21:18:40 +ammar2 what is a persistent data structure? 2016-06-11 21:18:46 +Amaranth Those improvements come from Rich Bagley, dunno if he wrote a paper but Clojure's PersistentVector uses it 2016-06-11 21:19:08 +Amaranth ammar2: It's an immutable data structure that also has the property that old references are still valid 2016-06-11 21:19:22 edk i.e. changing it gives you a new changed thing 2016-06-11 21:19:25 +Amaranth a = listOf(1, 2, 3); b = a.push(4); 2016-06-11 21:19:58 +Amaranth a and b share the (1, 2, 3) part but b also has the 4 so is (4, 1, 2, 3) 2016-06-11 21:20:12 +Amaranth So it doesn't waste a bunch of memory doing a copy-on-write thing 2016-06-11 21:20:19 +ammar2 oh I see 2016-06-11 21:21:06 +Amaranth It let's you modify the middle by doing something called path copying, it makes a copy of the node the entry lives in and all of its parents (including the root) for the new version 2016-06-11 21:21:21 +Amaranth But other branches and things below this level are still shared 2016-06-11 21:22:02 +Amaranth You can also use this to make a HashMap by hashing a key and then using it as the index instead 2016-06-11 21:22:43 +Amaranth The HashMap can't do the tail optimization though so it isn't as fast as a mutable one 2016-06-11 21:23:18 +Amaranth I mean it could have a tail but it wouldn't be very useful since hashing makes the indices random 2016-06-11 21:24:11 +XorBoole Amaranth uh, doesn't haskell do that? 2016-06-11 21:24:19 +XorBoole classic linked lists do that 2016-06-11 21:24:32 +XorBoole though this is nice if it skips n layers of indirection 2016-06-11 21:24:44 +Amaranth Classic singly linked lists are the simplest persistent data structure, so long as you apply the path copying 2016-06-11 21:25:04 +Amaranth Haskell does have versions of Clojure's PersistentVector and PersistentHashMap though, I think 2016-06-11 21:25:12 +Amaranth Scala does but they implement them a little differently 2016-06-11 21:25:12 +XorBoole ah, this includes insertion 2016-06-11 21:25:30 +XorBoole scala's kind of wierd, because it relies on java collections beneath the hood 2016-06-11 21:25:37 +Amaranth And I don't know if Scale or Haskelll have the transients optimization, Haskell probably doesn't since it doesn't like mutability even under the hood 2016-06-11 21:25:48 +XorBoole mutable.HashMap is a wrapper around java.util.HashMap 2016-06-11 21:25:59 +Amaranth and immutable.HashMap is one of these 2016-06-11 21:26:02 +XorBoole well haskell can cheat by being lazy 2016-06-11 21:26:20 +XorBoole scala can but to a much lesser degree since it lives on the JVM 2016-06-11 21:26:21 +Amaranth Yeah, you could probably use laziness to replicate the transients idea 2016-06-11 21:26:22 +ammar2 how do they store the pathing data? 2016-06-11 21:26:25 +XorBoole and has to abide by JVM semantics 2016-06-11 21:26:32 +Amaranth ammar2: It's a trie 2016-06-11 21:26:51 +Amaranth You don't need to store the path to an index, that's inherent in the structure 2016-06-11 21:26:52 +XorBoole collections.Stream (can't remember which subpackage it's in) is basically a lazy seq though 2016-06-11 21:26:55 +ammar2 so everytime you have to access an index it goes down the trie to find the actual location? 2016-06-11 21:26:59 +Amaranth Yeah 2016-06-11 21:27:23 +XorBoole oh hey openemu finished cloning 2016-06-11 21:27:27 +Amaranth So it's a little slower than an ArrayList but since the trie has a fanout of 32 it's not very tall 2016-06-11 21:27:28 +XorBoole holy shit talk about a long clone job 2016-06-11 21:28:51 +Amaranth ammar2: http://www.hypirion.com/musings/persistent-vector-performance-summarised 2016-06-11 21:28:55 +XorBoole meh I have a habit of using Vector when I need something fast 2016-06-11 21:29:03 +XorBoole or arraybuffer 2016-06-11 21:29:14 +XorBoole bad habit, stream is usually better 2016-06-11 21:29:21 +Amaranth A Vector in Clojure and Scala is this thing 2016-06-11 21:29:28 +Amaranth I don't think they have a mutable version of those 2016-06-11 21:29:45 +XorBoole no, the mutable version is "essentially" ArrayBuffer, which is scala's ArrayList 2016-06-11 21:29:54 pokechu22 I do think that empty sections are a useful optimization (since the minimum bitsperblock is 4, meaning that a section must be at least 2048 bytes at minimum even if it's all air, though that is the uncompressed size). Maybe if it was sent as 0 bitsperblock instead and the lighting data was still sent (and remove the bitmask then) 2016-06-11 21:30:04 +Amaranth I think Haskell's Vector was using 2-3 finger trees, dunno if they changed that 2016-06-11 21:30:21 +Amaranth But they optimized their GC to understand and efficiently layout finger trees so it's probably good enough 2016-06-11 21:30:21 +XorBoole I'm not an expert on haskell internals *shrug* 2016-06-11 21:30:46 +XorBoole god, you know what ticks me off 2016-06-11 21:30:48 +Amaranth The only problem with finger trees and they aren't cache friendly, otherwise you can implement a persistent version of basically every data structure with them that has good big O 2016-06-11 21:31:06 +XorBoole it's impossible to imitate co(ntra)variance in java via typesave .castUp() methods 2016-06-11 21:31:12 +XorBoole really ticks me off like you have no idea 2016-06-11 21:31:24 +Amaranth That's what ? extends Foo and ? super Foo are for 2016-06-11 21:31:31 +XorBoole no that's not legal 2016-06-11 21:32:07 +XorBoole Foo cast() // method in Foo 2016-06-11 21:32:12 +XorBoole doesn't compile 2016-06-11 21:32:20 +XorBoole reasoning is apparently "no use cases" 2016-06-11 21:32:23 +XorBoole fuck you javac 2016-06-11 21:35:22 +XorBoole more unrelated: compiling 20 emulators via clang is fun 2016-06-11 21:35:27 +XorBoole ALL HAIL CLANG 2016-06-11 21:35:32 +Amaranth Foo Foo cast() 2016-06-11 21:35:35 +Amaranth Does something like that work? 2016-06-11 21:36:43 +XorBoole no 2016-06-11 21:36:48 +XorBoole you can only have one <> clause per method 2016-06-11 21:37:10 +Amaranth Damn 2016-06-11 21:37:11 +XorBoole it's known to be impossible 2016-06-11 21:37:22 +XorBoole which is really, really stupid given that they added lambdas 2016-06-11 21:37:25 +Amaranth I think Kotlin allows it 2016-06-11 21:37:40 +Amaranth Not allows that crazy thing I wrote but what you tried to do 2016-06-11 21:37:42 +XorBoole so Function isn't even an instance of Function 2016-06-11 21:37:44 +XorBoole like what the hell 2016-06-11 21:38:08 +XorBoole kotlin has Foo and Foo which is isomorphic fo Foo[+A] and Foo[-A] in scala 2016-06-11 21:38:17 +Amaranth Right 2016-06-11 21:38:30 +XorBoole "here at oracle, the hom functor is neither covariant or contravariant" 2016-06-11 21:38:38 +XorBoole pls, read a category theory book 2016-06-11 21:39:04 +Amaranth The real fun is when you have something like Map where you'd like Map but would also like to use V covariant for method arguments 2016-06-11 21:39:17 +Amaranth I think they have a special annotation that makes the compiler shut up and accept it 2016-06-11 21:40:07 +XorBoole scala has complicated variance rules 2016-06-11 21:40:18 +Amaranth It's a complicated part of type theory 2016-06-11 21:40:24 +XorBoole somethign something def map[U :< B]: U = ... 2016-06-11 21:40:43 +XorBoole contravaiance already messes me up when I do my irl research 2016-06-11 21:40:49 Meeeh XorBoole, wat o.O, But what Foo cast() // method in Foo should do? 2016-06-11 21:40:50 +XorBoole ALL HAIL DELTA-OP 2016-06-11 21:41:04 +XorBoole Meeeh it would cast Foo to Foo 2016-06-11 21:41:17 +XorBoole if Foo is covariant in A, then this cast should always succeed 2016-06-11 21:41:37 Meeeh no 2016-06-11 21:42:02 +XorBoole Meeeh http://docs.scala-lang.org/tutorials/tour/variances.html 2016-06-11 21:42:07 +Amaranth I don't understand why all functional(ish) languages insist on wacky sigals (fuck I forgot how to spell that) 2016-06-11 21:42:33 +XorBoole blame math 2016-06-11 21:42:47 +XorBoole functional languages are the mathiest onces, and we mathematicians like wacky symbols 2016-06-11 21:42:55 Meeeh if you have like: Foo and Integer extends Number then you have Foo not just Foo 2016-06-11 21:43:03 +Amaranth No, not symbol, how do you spell the word I tried to use? :P 2016-06-11 21:43:10 +XorBoole signal? 2016-06-11 21:43:15 +XorBoole sigils? 2016-06-11 21:43:21 +Amaranth sigils! 2016-06-11 21:43:23 +Amaranth Wow I'm dumb 2016-06-11 21:43:33 +XorBoole I want a shirt that says "I \otimes Algebra" 2016-06-11 21:43:40 +XorBoole where \otimes is the tensor product 2016-06-11 21:44:15 Meeeh as Foo will expect integer in methods as input, so with Foo it will be "different method". I don't see anything weird here 2016-06-11 21:44:41 +XorBoole what if you want to pass Foo to a function that takes Foo? 2016-06-11 21:44:54 +XorBoole clearly Foo should be instanceof Foo 2016-06-11 21:45:07 +XorBoole but it's not, you need a cast, which is not type-checked 2016-06-11 21:46:35 +Amaranth Shouldn't the function take Foo? 2016-06-11 21:46:53 +Amaranth I know Java folks took a while to realize generics worked this way so old APIs don't do it right 2016-06-11 21:47:05 +Amaranth Which is why it'd be nice if they allowed the cast method as a fixup 2016-06-11 21:48:17 +Amaranth But new APIs can be class Foo { void add(Foo element) } and be fine, afaik 2016-06-11 21:48:27 +Amaranth Err, should be 2016-06-11 21:49:14 +Amaranth It sucks that changing Foo to Foo changes the API too since it doesn't change the ABI 2016-06-11 21:50:06 +Amaranth And anything that takes a Foo should be able to take a Foo 2016-06-11 21:50:23 Meeeh XorBoole, java don't allow for that as this change .set behavior then, as function expect that it can use set(Number) like set(Long) but you pass object with set(Integer) 2016-06-11 21:50:57 +Amaranth Hmm, right, forgot about that 2016-06-11 21:51:21 +Amaranth type theory is hard 2016-06-11 21:51:37 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-06-11 21:51:51 +Amaranth But wait, no, you can't do that 2016-06-11 21:52:21 +Amaranth If you have a Number and pass it to something that wants a Long you'd have to do an unchecked cast which would break if you had any Number that isn't a Long 2016-06-11 21:54:28 Meeeh and if you really want method like that... 2016-06-11 21:54:34 Meeeh code is a bit weird then :D 2016-06-11 21:54:41 Meeeh Example with list: 2016-06-11 21:54:43 Meeeh List list = new ArrayList<>(); 2016-06-11 21:55:11 Meeeh static > void method(T list) it will work, but as far as I know it will be pain to use 2016-06-11 21:55:53 +Amaranth Looks like some of the generics Wolvereness added to Bukkit that ended up breaking things for people :P 2016-06-11 21:55:54 Meeeh anyway, I think that type system in java is right here anyway, it just always expect that every generic type can be used as input or output 2016-06-11 21:56:21 +Amaranth afaik the things that broke only worked by accident anyway because we happened to not use them in a way that violated the variance we wanted 2016-06-11 23:15:19 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-11 23:37:22 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 272 seconds) 2016-06-11 23:46:16 --> ryanw-se (~ryanw-se@pool-74-106-202-181.syrcny.fios.verizon.net) a rejoint #mcdevs 2016-06-12 00:01:26 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Ping timeout: 250 seconds) 2016-06-12 00:07:58 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-06-12 00:17:28 <-- Cxom (~Trinoxtio@24.15.130.157) a quitté (Ping timeout: 244 seconds) 2016-06-12 00:31:16 +XorBoole I love how apple makes me update their ENTIRE IDE in order to update clang 2016-06-12 00:44:57 --> dexter0_ (~dexter0@2601:647:5801:300:3e07:54ff:fe09:f4c7) a rejoint #mcdevs 2016-06-12 00:47:58 <-- dexter0 (~dexter0@2601:647:5801:300:7510:1552:63e4:d98) a quitté (Ping timeout: 250 seconds) 2016-06-12 00:47:58 -- dexter0_ est maintenant connu sous le nom dexter0 2016-06-12 00:58:51 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Ping timeout: 250 seconds) 2016-06-12 00:59:04 --> UUID00 (~UUID00@cgn-nat-188-64-25-241.simobil.net) a rejoint #mcdevs 2016-06-12 01:00:40 --> UUID01 (~UUID00@cgn-nat-188-64-25-25.simobil.net) a rejoint #mcdevs 2016-06-12 01:03:56 <-- UUID00 (~UUID00@cgn-nat-188-64-25-241.simobil.net) a quitté (Ping timeout: 240 seconds) 2016-06-12 01:43:57 <-- Addisonep (uid86198@gateway/web/irccloud.com/x-ynkuioyhtxpuhtvs) a quitté (Quit: Connection closed for inactivity) 2016-06-12 02:17:29 --> cebreidian (~c@c-73-224-87-206.hsd1.fl.comcast.net) a rejoint #mcdevs 2016-06-12 03:08:23 --> SupaHam (~SupaHam@supaham.com) a rejoint #mcdevs 2016-06-12 03:22:42 pokechu22 Am I making a valid argument about empty chunk sections in the comments on https://bugs.mojang.com/browse/MC-80966? Or does it seem like it probably wouldn't be a useful optimization? 2016-06-12 03:26:00 redstonehelper pokechu22: "Your solution only covers the case where isEmpty is true, but NULL_BLOCK_STORAGE may also apply" <- panda's video about deliberately causing a stackoverflow during block updates to abort block updates prematurely may provide a way for this to actually happen if that stackoverflow thing also applies to lighting updates 2016-06-12 03:26:54 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-12 03:31:44 redstonehelper pokechu22: even in maps where this issue happens very frequently (cavern-style adventure maps) I don't think it would have a big impact 2016-06-12 03:32:17 redstonehelper though, what you suggest is already planned in some way, let me dig up a source 2016-06-12 03:34:10 redstonehelper no source, but it's in my list of future plans 2016-06-12 03:34:37 redstonehelper must have picked it up in irc - regarding planned changes to the world format: "Chunks have type ids (to indicate for example "this chunk is full of stone")" 2016-06-12 03:34:48 redstonehelper most likely also applicable to air 2016-06-12 03:34:56 redstonehelper and possibly very outdated plans, that's from 2y ago 2016-06-12 03:36:54 pokechu22 Hm, that sounds _similar_ to the palette we already have, but different in that it would indicate an entire area is set (and is similar to what I'm suggesting except that it's more general). 2016-06-12 03:38:09 redstonehelper yeah, this was way before 1.9 and talking about world format, not packets 2016-06-12 03:39:02 redstonehelper would run-length encoding make sense for some 16^3 sections or is that something the compression algorithm should worry about? 2016-06-12 03:40:55 pokechu22 Pretty sure compression would already handle that, though I haven't fully investigated. 2016-06-12 03:42:32 redstonehelper then I don't think we need a 0-length encoding just for this one issue 2016-06-12 03:42:41 redstonehelper in general there may be other usecases 2016-06-12 03:42:46 --> Momo (68dd50ad@gateway/web/freenode/ip.104.221.80.173) a rejoint #mcdevs 2016-06-12 03:43:37 <-- cebreidian (~c@c-73-224-87-206.hsd1.fl.comcast.net) a quitté (Max SendQ exceeded) 2016-06-12 03:43:52 Momo What packet does the client send to the server when the player changes stuff in the Command Block UI (1.9+) e.g. Chain/Repeat/Impulse 2016-06-12 03:45:10 pokechu22 MC|AutoCmd plugin channel, I think: http://wiki.vg/Plugin_channels#MC.7CAutoCmd 2016-06-12 03:45:56 Momo Thanks 2016-06-12 04:41:20 <-- UUID01 (~UUID00@cgn-nat-188-64-25-25.simobil.net) a quitté (Read error: Connection reset by peer) 2016-06-12 05:07:53 Momo What does the server need to receive/send when a player clicks a command block? 2016-06-12 05:20:42 pokechu22 Ooh, that's more complicated. 1.9 did something wierd with command blocks, so that the client doesn't imediately get their tile entity. 2016-06-12 05:21:08 -- r04r est maintenant connu sous le nom zz_r04r 2016-06-12 05:21:27 pokechu22 You need to send an update block entity packet after the player right-clicks it (iff the player has permission to edit the command block). You shouldn't send the tile entity when it first loads. 2016-06-12 05:30:49 Momo pokechu22: So I should exclude command blocks from C0x20 (Chunk Data) 2016-06-12 05:30:52 Momo ? 2016-06-12 05:31:09 pokechu22 I'm not sure... I just know that they avoid it with update block entity. Let me check. 2016-06-12 05:36:03 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-06-12 05:36:47 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-12 05:38:26 pokechu22 ... yes...? OK, for whatever reason it doesn't do it with update block entity but it does in chunk data... maybe I'm reading the code wrong. 2016-06-12 05:39:23 Momo Yeah, tried sending a UpdateBlockEntity, didn't open the UI :/ 2016-06-12 05:43:31 pokechu22 Player's in creative mode, right? And you're using an action of 2? 2016-06-12 05:45:56 pokechu22 Also, you need to set their OP level to at least 2 - you can do this with the entity status packet 2016-06-12 05:46:19 Momo Player's in creative, sends Action.RIGHT_CLICK_BLOCK. This is the NBT I'm sending to the player: https://gist.github.com/momothereal/daedee10b38ee083ffb0c74a4ab3ef97 2016-06-12 05:47:04 Momo What triggers the update to OP_LEVEL_2? 2016-06-12 05:48:29 pokechu22 Send an entity status packet with their entity ID and a value of 26 (27 or 28 will also work). 2016-06-12 05:50:58 pokechu22 OP levels also control whether the client thinks it can do F3+N to switch between creative and spectator. 2016-06-12 05:51:55 Momo When should I send that info? Is it when the player joins, is /op-ed, changes mode...? 2016-06-12 05:53:45 pokechu22 If you don't have a notion of op levels on the server, you'd probably want to send a value of 28 whenever log in, are opped, or are deopped. 2016-06-12 05:59:46 Momo I'm sending EntityStatusMessage with status of 26, client still thinks it can't switch modes... ._. 2016-06-12 06:03:09 pokechu22 Not sure... I need to go to sleep right now sorry, I'll look more into this tomorrow. 2016-06-12 06:03:33 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Quit: Goodnight) 2016-06-12 06:03:42 Momo Cya, thanks for the help 2016-06-12 06:06:58 --> redstonehelper_ (~redstoneh@p4FCCF979.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-12 06:06:58 <-- redstonehelper_ (~redstoneh@p4FCCF979.dip0.t-ipconnect.de) a quitté (Changing host) 2016-06-12 06:06:58 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-06-12 06:10:08 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 252 seconds) 2016-06-12 06:10:08 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-06-12 07:43:37 <-- Momo (68dd50ad@gateway/web/freenode/ip.104.221.80.173) a quitté (Quit: Page closed) 2016-06-12 08:10:05 <-- erai (~erai@ip68-13-207-42.hr.hr.cox.net) a quitté (Ping timeout: 260 seconds) 2016-06-12 08:17:32 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 260 seconds) 2016-06-12 08:51:11 <-- KHobbits (khf@2600:3c03::21:1210) a quitté (Ping timeout: 250 seconds) 2016-06-12 08:52:09 +Grum Amaranth: not touching anything light related unless systemrewrite 2016-06-12 08:52:28 +Amaranth You're assigned to it :P 2016-06-12 08:52:41 +Grum history has shown that touching it breaks all kinds of other shit around it 2016-06-12 08:53:57 +Grum it's quite amazing how something as seemingly trivial as light-calculations can be this broken :( 2016-06-12 08:58:37 +Grum that said, multiple people looked at it and it seems 'hard to solve' 2016-06-12 09:02:39 +Grum seemingly not hard to do right, but hard to do right fast enough to be usable 2016-06-12 09:02:52 +Grum but apparently doing it broken enough so it is slow and then having lots of fixing code around is also not a solution ;D 2016-06-12 09:15:35 --> KHobbits (khf@2600:3c03::21:1210) a rejoint #mcdevs 2016-06-12 09:20:02 <-- KHobbits (khf@2600:3c03::21:1210) a quitté (Ping timeout: 264 seconds) 2016-06-12 09:31:56 <-- ryanw-se (~ryanw-se@pool-74-106-202-181.syrcny.fios.verizon.net) a quitté (Quit: Leaving...) 2016-06-12 09:33:30 --> KHobbits (khf@2600:3c03::21:1210) a rejoint #mcdevs 2016-06-12 09:37:56 <-- KHobbits (khf@2600:3c03::21:1210) a quitté (Ping timeout: 250 seconds) 2016-06-12 09:45:01 --> KHobbits (khf@2600:3c03::21:1210) a rejoint #mcdevs 2016-06-12 10:48:44 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 276 seconds) 2016-06-12 11:51:55 +Amaranth XorBoole: http://scala-miniboxing.org/ 2016-06-12 13:20:49 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 276 seconds) 2016-06-12 13:24:44 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-12 13:41:44 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-12 15:58:23 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 250 seconds) 2016-06-12 15:59:12 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-12 16:18:08 <-- Jailout20001 (~Jailout20@unaffiliated/jailout2000) a quitté #mcdevs 2016-06-12 16:31:43 -- zz_r04r est maintenant connu sous le nom r04r 2016-06-12 17:13:22 --> DJmaxZPL4Y (5a28ebb9@gateway/web/freenode/ip.90.40.235.185) a rejoint #mcdevs 2016-06-12 17:14:38 <-- DJmaxZPL4Y (5a28ebb9@gateway/web/freenode/ip.90.40.235.185) a quitté (Client Quit) 2016-06-12 17:27:42 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 244 seconds) 2016-06-12 17:36:17 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-12 17:38:48 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-12 17:42:37 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Read error: Connection reset by peer) 2016-06-12 17:55:29 <-- BlackHole (~BlackHole@p2003007E4F4AB500F853F9D2B685106B.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2016-06-12 17:57:54 --> BlackHole (~BlackHole@p2003007E4F4AB5001CBB1126FB653161.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-12 18:23:35 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-06-12 18:35:07 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-12 18:59:36 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Quit: into the real world!) 2016-06-12 19:09:13 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté 2016-06-12 19:09:53 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-12 19:20:52 --> cebreidian (~c@c-73-224-87-206.hsd1.fl.comcast.net) a rejoint #mcdevs 2016-06-12 19:23:08 +XorBoole Amaranth oh, I've seen that. pretty cool 2016-06-12 19:53:55 +Amaranth I want it :P 2016-06-12 19:53:55 +Amaranth Fuck trove and fastutil, let me just write one map 2016-06-12 19:54:01 +Amaranth That's more or less how C#'s generics work I think except they do it at runtime 2016-06-12 19:54:07 +Amaranth Also holy shit Scala has value types 2016-06-12 19:54:13 +Amaranth Sort of, anyway 2016-06-12 19:54:19 +Amaranth What it really has are compile-time only type safe wrappers around a single primitive but that's enough quite often 2016-06-12 19:59:43 Matsv I accidentally sent a wrong base64 favicon response to myself, and it's now crashing every time I open the multiplayer screen. Does anyone know where the favicons are stored inside the .minecraft folder? 2016-06-12 20:01:27 +XorBoole Amaranth did you see the java suggestion for value types? 2016-06-12 20:01:30 +XorBoole pretty cute 2016-06-12 20:01:45 +Amaranth Not in detail 2016-06-12 20:02:09 +XorBoole allows for product value types, where the method signature expands to all its arguments 2016-06-12 20:02:27 pokechu22 Matsv: It's cached in the servers.dat file IIRC, let me double check 2016-06-12 20:02:51 +XorBoole i.e. @Value class A { B b; C c; }; has foo(A a) -> foo(B b, C c) 2016-06-12 20:03:08 pokechu22 Yea, open servers.dat with an NBT editor, find the server you want in the list, and then delete the icon tag 2016-06-12 20:03:22 Matsv pokechu22: oh yeah I see now. Didn't see it on the Dutch wiki page, but turns out that one is not updated 2016-06-12 20:03:26 +XorBoole bonus, proper tuples 2016-06-12 20:03:27 Matsv Thanks 2016-06-12 20:03:38 +XorBoole dunno how it'd work with generics though 2016-06-12 20:03:44 +XorBoole probably would force boxing 2016-06-12 20:04:22 +XorBoole you could do arrays by simply using multiple arrays, and by extension it wouldn't be very had to add type specialization 2016-06-12 20:04:52 +Amaranth Neat 2016-06-12 20:05:10 +Amaranth They gave themselves a requirement of solving generics in order to consider having proper value types 2016-06-12 20:05:21 +Amaranth So they must have some idea (and that's probably what is making it take so long) 2016-06-12 20:05:33 +XorBoole did I show you the toy hetrogenous array I made? 2016-06-12 20:05:44 +XorBoole https://gist.github.com/drXor/cec7b73db8f5cf03c5d8c5060aab1a0d 2016-06-12 20:06:06 +XorBoole Tuple(1,2,"Foo") has type Tuple[Int :: Int :: Foo :: *] 2016-06-12 20:06:14 +XorBoole s/Foo/String 2016-06-12 20:06:20 +XorBoole but you get the idea 2016-06-12 20:06:50 +Amaranth Reminds me of https://is.gd/tfk92R 2016-06-12 20:07:35 +XorBoole yeah that's essentially the idea 2016-06-12 20:08:39 +XorBoole could add a version of apply that takes a val int instead of a type int, and make it return a coproduct type of all the possible types 2016-06-12 20:19:32 <-- madaal (~madaal@104.131.167.64) a quitté #mcdevs 2016-06-12 20:21:33 <-- yorick (~yorick@oftn/oswg-member/yorick) a quitté (Quit: No Ping reply in 180 seconds.) 2016-06-12 20:22:50 --> yorick (~yorick@ip51cd0513.speed.planet.nl) a rejoint #mcdevs 2016-06-12 20:22:50 <-- yorick (~yorick@ip51cd0513.speed.planet.nl) a quitté (Changing host) 2016-06-12 20:22:50 --> yorick (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-06-12 20:35:29 +XorBoole Amaranth my favorite part of writting scala macros: they tend to crash the compiler 2016-06-12 20:36:20 +Amaranth lol 2016-06-12 20:36:49 +Amaranth I didn't manage that with Rust but I made a macro that doubled my benchmark performance but made my compiles take like 100x as long 2016-06-12 20:38:19 +XorBoole you've heard of the "block macro", right? 2016-06-12 20:38:23 * XorBoole jabs Thinkofname 2016-06-12 20:43:04 +XorBoole Amaranth IJ loves macros. http://puu.sh/pqegv/015fb48abe.png 2016-06-12 20:57:39 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 258 seconds) 2016-06-12 20:57:53 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-12 22:01:50 --> DJmaxZPL4Y (5a28ebb9@gateway/web/freenode/ip.90.40.235.185) a rejoint #mcdevs 2016-06-12 22:03:25 DJmaxZPL4Y Hi everyone ;) 2016-06-12 22:09:08 DJmaxZPL4Y I'm working on a Server and i'm implementing the Entities but there were some weirds things that i didn't understand. First why are ArmorStand a Living Entity ? and secondly why Shulker extends Golem ? (sorry if my english is bad because i'm French :/) 2016-06-12 22:26:31 redstonehelper that's the way they were implemented originally and it was never changed 2016-06-12 22:26:43 redstonehelper I suspect armorstands were made living entities so they could wear armor 2016-06-12 22:26:50 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-12 22:28:58 DJmaxZPL4Y Yes but i don't think that armorstands can have potion or has health 2016-06-12 22:29:17 redstonehelper they can have potion effects 2016-06-12 22:29:22 redstonehelper enchantments can apply to them 2016-06-12 22:29:31 redstonehelper I'm not sure if or how health works for them 2016-06-12 22:30:04 DJmaxZPL4Y Yes but is there an utility to give potion to a armorstand ? 2016-06-12 22:30:51 redstonehelper /entitydata and /summon 2016-06-12 22:31:01 redstonehelper and data on armorstand items 2016-06-12 22:32:34 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Ping timeout: 250 seconds) 2016-06-12 22:34:00 DJmaxZPL4Y oh okey i didn't now this. So yet i better understand the utility to make the armorstand as a living entity thank's ;) 2016-06-12 22:52:30 <-- DJmaxZPL4Y (5a28ebb9@gateway/web/freenode/ip.90.40.235.185) a quitté (Quit: Page closed) 2016-06-12 22:53:53 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-06-12 22:54:36 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-12 23:10:07 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-06-12 23:17:30 --> benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-06-12 23:18:31 <-- benbaptist__ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-06-12 23:53:27 --> nolanes (uid165523@gateway/web/irccloud.com/x-rthlviqwhwafkbsx) a rejoint #mcdevs 2016-06-12 23:54:03 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-06-12 23:54:10 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-13 01:56:35 -- r04r est maintenant connu sous le nom zz_r04r 2016-06-13 01:56:37 <-- nolanes (uid165523@gateway/web/irccloud.com/x-rthlviqwhwafkbsx) a quitté (Quit: Connection closed for inactivity) 2016-06-13 01:59:26 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Ping timeout: 272 seconds) 2016-06-13 02:02:05 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 250 seconds) 2016-06-13 02:10:18 --> UUID00 (~UUID00@cgn-nat-188-64-24-248.simobil.net) a rejoint #mcdevs 2016-06-13 02:14:01 <-- UUID00 (~UUID00@cgn-nat-188-64-24-248.simobil.net) a quitté (Client Quit) 2016-06-13 02:16:56 +Fenhl redstonehelper: armor stands have health. A heart to be specific. It's why you have to punch them twice 2016-06-13 02:17:24 redstonehelper I thought that worked like minecarts 2016-06-13 02:17:32 +Fenhl minecarts and boats work similarly 2016-06-13 02:17:44 redstonehelper huh, neat 2016-06-13 02:18:33 +Fenhl a minecart has 3 hearts, which means you can one-hit it with an iron or diamond sword (used to be stone as well before 1.9) 2016-06-13 02:26:04 <-- Extreme- (extreme7@gateway/shell/xshellz/x-kspeuxlvfqfetwpy) a quitté (Ping timeout: 244 seconds) 2016-06-13 03:58:03 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté 2016-06-13 05:27:42 --> Jailout2000 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2016-06-13 06:06:05 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-06-13 06:09:27 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2016-06-13 06:09:27 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-06-13 06:27:34 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-13 07:05:09 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Quit: into the real world!) 2016-06-13 07:08:13 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-13 08:05:27 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-06-13 08:38:48 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2016-06-13 08:38:48 -- Mode #mcdevs [+v kev009] par ChanServ 2016-06-13 09:02:14 -- zz_r04r est maintenant connu sous le nom r04r 2016-06-13 09:05:01 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-06-13 09:35:13 -- r04r est maintenant connu sous le nom zz_r04r 2016-06-13 11:16:10 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 244 seconds) 2016-06-13 11:20:10 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-13 11:25:37 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 246 seconds) 2016-06-13 12:38:07 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-13 12:45:52 <-- Matsv (~Mats@i.am.matsv.nl) a quitté (Quit: I accidentally pressed the wrong button) 2016-06-13 12:47:02 --> Matsv (~Mats@i.am.matsv.nl) a rejoint #mcdevs 2016-06-13 14:45:26 -- zz_r04r est maintenant connu sous le nom r04r 2016-06-13 14:59:32 ashka hi, I have a slight quirk with the query protocol from the official client, maybe somebody here knows what the issue is 2016-06-13 15:00:12 ashka basically when I refresh my server list in the client it will wait for precisely 5 seconds "pinging" before actually sending any packets to the server, does anybody know what is it waiting for ? 2016-06-13 15:03:57 redstonehelper refreshing server list or populating it initially? if it's only for refreshing I guess it's to prevent small-scale DoS attacks 2016-06-13 15:11:01 ashka redstonehelper: both, it's only happening for my server, other servers are working fine. I'm trying to track the issue, I guess it's network related and the node hosting the server has its network fine-tuned 2016-06-13 15:17:31 ashka same goes for connecting to the server, actually. 5sec wait in "Connecting to the server..." then it starts sending packets 2016-06-13 15:28:05 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 250 seconds) 2016-06-13 15:28:30 ashka from my tests the issue is with netty, so unrelated to the client, nvm 2016-06-13 15:32:48 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-13 15:33:40 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 260 seconds) 2016-06-13 16:17:03 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 240 seconds) 2016-06-13 16:50:47 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-13 16:51:29 <-- benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (Read error: Connection reset by peer) 2016-06-13 16:53:03 --> benbaptist (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-06-13 17:12:04 <-- Zaneo (~Zaneo@45.55.2.85) a quitté (Disconnected by services) 2016-06-13 17:12:49 --> Zaneo|Away (~Zaneo@45.55.2.85) a rejoint #mcdevs 2016-06-13 17:12:50 -- Mode #mcdevs [+v Zaneo|Away] par ChanServ 2016-06-13 17:38:35 --> Akaibu (uid118096@gateway/web/irccloud.com/x-iraywxxhjjfbkcix) a rejoint #mcdevs 2016-06-13 17:55:05 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-13 18:12:01 --> Jailout20001 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2016-06-13 18:15:26 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (Ping timeout: 240 seconds) 2016-06-13 18:36:45 --> TheNet (~TheNet@c-24-63-107-93.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-13 18:38:15 <-- TheNet (~TheNet@c-24-63-107-93.hsd1.ma.comcast.net) a quitté (Client Quit) 2016-06-13 18:42:31 <-- Jailout20001 (~Jailout20@unaffiliated/jailout2000) a quitté (Ping timeout: 258 seconds) 2016-06-13 18:45:36 --> Jailout2000 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2016-06-13 18:57:16 <-- yosafbridge (~yosafbrid@68.ip-149-56-14.net) a quitté (Ping timeout: 276 seconds) 2016-06-13 19:10:14 --> TehGARR (62dd8cee@gateway/web/freenode/ip.98.221.140.238) a rejoint #mcdevs 2016-06-13 19:13:34 TehGARR Hey guys, I'm having some trouble trying to send a packet to play the bonemeal/VILLAGER_ANGRY effect (green stars) on an entity. I understand that I can create a generic packet according to the protocol wiki and send that, but I'm trying to avoid using magic numbers since NMS provides properly-named packet classes (like PacketPlayOutExplosion and the such). 2016-06-13 19:14:08 TehGARR Unfortunately, I can't seem to locate the right packet to use for this. I tried PacketPlayOutEntityStatus but it fails silently. 2016-06-13 19:14:45 TehGARR If anyone happens to know what to use, or is able to point me towards appropriate NMS documentation, I would greatly appreciate it 2016-06-13 19:22:01 -- Zaneo|Away est maintenant connu sous le nom Zaneo 2016-06-13 19:26:58 --> Somebody (4dac4b13@gateway/web/freenode/ip.77.172.75.19) a rejoint #mcdevs 2016-06-13 19:27:43 Somebody Is there a way to make a player hit others? (Via nms or something, but controlled by the server) 2016-06-13 19:28:12 TehGARR I figured it out. This had to be done with PacketPlayOutWorldParticles (whose arguments, shamefully, are poorly documented), but I got it working. Thanks anyway. 2016-06-13 19:38:47 <-- Somebody (4dac4b13@gateway/web/freenode/ip.77.172.75.19) a quitté (Ping timeout: 250 seconds) 2016-06-13 19:54:26 --> yosafbridge (~yosafbrid@68.ip-149-56-14.net) a rejoint #mcdevs 2016-06-13 20:10:35 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-13 21:37:12 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Excess Flood) 2016-06-13 21:37:17 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (Ping timeout: 250 seconds) 2016-06-13 21:37:33 --> NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2016-06-13 21:39:40 --> Jailout2000 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2016-06-13 21:48:34 <-- TehGARR (62dd8cee@gateway/web/freenode/ip.98.221.140.238) a quitté (Quit: Page closed) 2016-06-13 21:59:36 <-- cebreidian (~c@c-73-224-87-206.hsd1.fl.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-06-13 22:17:31 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-06-13 22:27:37 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-iraywxxhjjfbkcix) a quitté (Quit: Connection closed for inactivity) 2016-06-13 23:49:53 --> Akaibu (uid118096@gateway/web/irccloud.com/x-dvyakwdhepmhkmkd) a rejoint #mcdevs 2016-06-13 23:58:04 --> Extreme (~Extreme@unaffiliated/extreme7) a rejoint #mcdevs 2016-06-14 01:00:43 <-- Extreme (~Extreme@unaffiliated/extreme7) a quitté (Ping timeout: 240 seconds) 2016-06-14 01:32:41 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Read error: Connection reset by peer) 2016-06-14 01:42:55 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-14 02:07:43 -- matthewprenger est maintenant connu sous le nom matthewprenger_ 2016-06-14 02:08:08 --> matthewprenger (~matthew@matthewprenger.com) a rejoint #mcdevs 2016-06-14 02:08:23 <-- matthewprenger_ (~matthew@198.245.61.214) a quitté (Quit: Goodbye) 2016-06-14 02:18:17 --> UUID00 (~UUID00@cgn-nat-188-64-26-32.simobil.net) a rejoint #mcdevs 2016-06-14 02:42:31 Not-b880 [Charge] Wallbraker pushed 1 commit to master [+0/-0/±13] https://git.io/voWPB 2016-06-14 02:42:33 Not-b880 [Charge] Wallbraker faa0c82 - charge: Flip the way dynamic vs static SDL works 2016-06-14 03:12:23 --> Extreme (~Extreme@unaffiliated/extreme7) a rejoint #mcdevs 2016-06-14 03:36:03 -- r04r est maintenant connu sous le nom zz_r04r 2016-06-14 04:24:43 <-- UUID00 (~UUID00@cgn-nat-188-64-26-32.simobil.net) a quitté (Ping timeout: 276 seconds) 2016-06-14 04:47:29 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-06-14 04:50:23 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 260 seconds) 2016-06-14 05:09:23 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-06-14 05:09:33 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-14 05:42:18 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté 2016-06-14 05:59:40 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (Ping timeout: 272 seconds) 2016-06-14 06:05:11 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-06-14 06:08:11 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 250 seconds) 2016-06-14 06:08:11 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-06-14 06:10:40 --> Jailout2000 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2016-06-14 06:19:02 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 258 seconds) 2016-06-14 06:33:36 --> Jailout20001 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2016-06-14 06:36:46 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (Ping timeout: 246 seconds) 2016-06-14 07:09:20 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 272 seconds) 2016-06-14 07:14:09 <-- Extreme (~Extreme@unaffiliated/extreme7) a quitté (Read error: Connection reset by peer) 2016-06-14 07:31:40 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-06-14 07:43:26 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 240 seconds) 2016-06-14 08:03:03 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2016-06-14 09:09:40 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 272 seconds) 2016-06-14 09:56:29 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2016-06-14 09:56:29 -- Mode #mcdevs [+v kev009] par ChanServ 2016-06-14 10:24:07 <-- Samfty (~Sam@atom.cloud.faunt.net) a quitté (Read error: Connection reset by peer) 2016-06-14 10:24:09 <-- WizardCM (~WizardCM@atom.cloud.faunt.net) a quitté (Quit: Oh noes it broke!) 2016-06-14 10:24:45 --> WizardCM (~WizardCM@atom.cloud.faunt.net) a rejoint #mcdevs 2016-06-14 10:27:35 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Excess Flood) 2016-06-14 10:28:00 --> NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2016-06-14 10:35:34 --> samfty (~Sam@atom.cloud.faunt.net) a rejoint #mcdevs 2016-06-14 10:59:08 --> mindcat (~mindcat@183.11.98.212) a rejoint #mcdevs 2016-06-14 11:06:14 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 264 seconds) 2016-06-14 11:07:18 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-14 11:11:18 <-- Grum (~grum@irc.grum.nl) a quitté (Ping timeout: 260 seconds) 2016-06-14 12:20:11 <-- MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a quitté (Ping timeout: 244 seconds) 2016-06-14 12:22:13 --> MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a rejoint #mcdevs 2016-06-14 12:31:10 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-14 12:35:14 <-- mindcat (~mindcat@183.11.98.212) a quitté (Quit: leaving) 2016-06-14 13:03:07 -- zz_r04r est maintenant connu sous le nom r04r 2016-06-14 13:13:56 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Read error: Connection reset by peer) 2016-06-14 13:17:28 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-14 14:02:26 <-- M4GNV5 (~M4GNV5@v22015123214830522.bestsrv.de) a quitté (Ping timeout: 240 seconds) 2016-06-14 14:20:22 --> M4GNV5 (~M4GNV5@v22015123214830522.bestsrv.de) a rejoint #mcdevs 2016-06-14 14:24:53 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 244 seconds) 2016-06-14 14:25:17 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-14 15:03:22 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-14 15:28:26 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2016-06-14 15:29:50 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-06-14 16:04:00 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 258 seconds) 2016-06-14 16:05:05 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-14 16:34:10 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-dvyakwdhepmhkmkd) a quitté 2016-06-14 16:52:46 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 246 seconds) 2016-06-14 16:58:05 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-14 17:01:31 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Ping timeout: 250 seconds) 2016-06-14 17:01:48 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-14 17:08:02 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Read error: Connection reset by peer) 2016-06-14 17:09:47 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-14 17:46:19 <-- Zaneo (~Zaneo@45.55.2.85) a quitté (Disconnected by services) 2016-06-14 17:47:05 --> Zaneo|Away (~Zaneo@45.55.2.85) a rejoint #mcdevs 2016-06-14 17:47:05 -- Mode #mcdevs [+v Zaneo|Away] par ChanServ 2016-06-14 17:58:14 <-- Flemmard (~flemmard@unaffiliated/flemmard) a quitté (Ping timeout: 258 seconds) 2016-06-14 18:01:39 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-06-14 18:02:49 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-14 18:23:55 <-- laxask_ (~lax@c213-89-112-5.bredband.comhem.se) a quitté (Ping timeout: 244 seconds) 2016-06-14 18:24:43 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2016-06-14 18:36:12 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-14 18:58:26 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Ping timeout: 264 seconds) 2016-06-14 20:31:58 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2016-06-14 20:31:58 -- Mode #mcdevs [+v Grum] par ChanServ 2016-06-14 20:47:56 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-14 20:54:21 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-06-14 20:55:07 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-14 20:59:38 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2016-06-14 21:09:44 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Quit: into the real world!) 2016-06-14 22:06:34 --> bildramer1 (~bildramer@p2003004D2B377800AC9BCCA14258DFA9.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-14 22:06:48 <-- bildramer (~bildramer@p2003004D2B377800606883989DF2BE22.dip0.t-ipconnect.de) a quitté (Disconnected by services) 2016-06-14 22:06:49 -- bildramer1 est maintenant connu sous le nom bildramer 2016-06-14 22:16:33 --> pokechu22 (322347c6@gateway/web/freenode/ip.50.35.71.198) a rejoint #mcdevs 2016-06-14 22:30:50 -- Zaneo|Away est maintenant connu sous le nom Zaneo 2016-06-14 22:31:23 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-06-14 22:31:58 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-14 23:00:18 <-- roblabot (~matrixirc@ns359985.ip-91-121-160.eu) a quitté (Ping timeout: 258 seconds) 2016-06-14 23:00:36 --> roblabot (~matrixirc@ns359985.ip-91-121-160.eu) a rejoint #mcdevs 2016-06-14 23:27:56 <-- Paprikachu (~pap@play2win.io) a quitté (Quit: SIGSEGV) 2016-06-14 23:28:12 --> Paprikachu (~pap@play2win.io) a rejoint #mcdevs 2016-06-14 23:40:43 <-- Paprikachu (~pap@play2win.io) a quitté (Quit: SIGSEGV) 2016-06-14 23:41:01 --> Paprikachu (~pap@play2win.io) a rejoint #mcdevs 2016-06-14 23:59:23 --> Extreme (~Extreme@unaffiliated/extreme7) a rejoint #mcdevs 2016-06-15 00:10:49 <-- Paprikachu (~pap@play2win.io) a quitté (Quit: SIGSEGV) 2016-06-15 00:18:09 Not-b880 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/vo4Lb 2016-06-15 00:18:10 Not-b880 [minecraft-data] mhsjlw f7da753 - follow ProtoDef style, formatting, remove unknown field names, fix broken protocol information (#143) * follow ProtoDef style, formatting, remove unknown field names, fix broken protocol information * fix enchant_list 2016-06-15 00:23:13 --> Set3 (49f6be0a@gateway/web/freenode/ip.73.246.190.10) a rejoint #mcdevs 2016-06-15 00:24:23 Set3 Hey last time I came here I had to leave. sorry about that. I need help with understanding the whole packets thing 2016-06-15 00:25:16 Set3 I'm not exactly an experienced programmer, but I know enough. 2016-06-15 00:38:10 rom1504 Set3: do you have any specific question ? 2016-06-15 00:41:40 Set3 Well I'm trying to figure out how to use "http://wiki.vg/Protocol". I understand that you need to send packets, but I don't understand how. 2016-06-15 00:45:02 Set3 I'm trying to use javascript (not sure if that's possible) to connect to servers. I think I have to use "var socket = new Websocket();" 2016-06-15 00:50:00 rom1504 you can use https://github.com/PrismarineJS/node-minecraft-protocol 2016-06-15 00:50:20 rom1504 in the browser you cannot directly connect to vanilla servers because the browser doesn't have tcp 2016-06-15 00:50:28 rom1504 but you can use node.js if you just want to do js 2016-06-15 00:50:32 Set3 ok 2016-06-15 00:52:56 Set3 I've always been confused on how to use those. Do I download something? 2016-06-15 00:53:57 rom1504 this https://nodejs.org/en/ 2016-06-15 00:54:19 rom1504 then on a new folder you can do npm install minecraft-protocol 2016-06-15 00:54:26 rom1504 and try one of the example 2016-06-15 00:56:00 Set3 ok cool thanks 2016-06-15 01:02:27 <-- Set3 (49f6be0a@gateway/web/freenode/ip.73.246.190.10) a quitté (Ping timeout: 250 seconds) 2016-06-15 01:21:53 -- r04r est maintenant connu sous le nom zz_r04r 2016-06-15 01:43:15 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-06-15 02:12:48 <-- Extreme (~Extreme@unaffiliated/extreme7) a quitté (Ping timeout: 252 seconds) 2016-06-15 02:28:03 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 240 seconds) 2016-06-15 02:28:51 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-15 02:31:04 Not-b880 [Charge] Wallbraker pushed 1 commit to master [+1/-0/±0] https://git.io/vo4lM 2016-06-15 02:31:05 Not-b880 [Charge] Wallbraker 630511b - charge: Add battery.txt file 2016-06-15 02:50:28 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 260 seconds) 2016-06-15 02:56:43 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 240 seconds) 2016-06-15 03:02:25 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-15 03:11:42 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Read error: Connection reset by peer) 2016-06-15 03:20:28 --> TBot709 (~TBot709@blk-212-81-74.eastlink.ca) a rejoint #mcdevs 2016-06-15 03:30:36 <-- TBot709 (~TBot709@blk-212-81-74.eastlink.ca) a quitté (Quit: Leaving) 2016-06-15 03:33:43 --> Paprikachu (~pap@play2win.io) a rejoint #mcdevs 2016-06-15 03:40:35 --> TBot709 (~TBot709@blk-212-81-74.eastlink.ca) a rejoint #mcdevs 2016-06-15 03:59:21 <-- Dykam_ (~Dykam@2a03:b0c0:0:1010::da:5001) a quitté (Quit: No Ping reply in 180 seconds.) 2016-06-15 04:00:41 --> Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a rejoint #mcdevs 2016-06-15 04:05:07 --> Extreme (~Extreme@unaffiliated/extreme7) a rejoint #mcdevs 2016-06-15 04:18:50 <-- winny (~winny@unaffiliated/winstonw) a quitté (Remote host closed the connection) 2016-06-15 04:20:24 --> winny (~winny@unaffiliated/winstonw) a rejoint #mcdevs 2016-06-15 04:36:10 <-- TBot709 (~TBot709@blk-212-81-74.eastlink.ca) a quitté (Read error: Connection reset by peer) 2016-06-15 05:00:17 <-- pokechu22 (322347c6@gateway/web/freenode/ip.50.35.71.198) a quitté 2016-06-15 05:02:53 <-- angal (angal@elmo.stole-your.pw) a quitté (Ping timeout: 260 seconds) 2016-06-15 05:09:53 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 260 seconds) 2016-06-15 06:00:29 --> angal (angal@elmo.stole-your.pw) a rejoint #mcdevs 2016-06-15 06:04:18 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-06-15 06:07:26 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2016-06-15 06:07:26 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-06-15 06:21:32 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-15 07:02:33 <-- Extreme (~Extreme@unaffiliated/extreme7) a quitté (Quit: Leaving) 2016-06-15 07:45:39 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 272 seconds) 2016-06-15 07:59:33 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2016-06-15 08:02:21 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Ping timeout: 258 seconds) 2016-06-15 08:02:21 -- NickG365_ est maintenant connu sous le nom NickG365 2016-06-15 08:24:50 --> Akaibu (uid118096@gateway/web/irccloud.com/x-dhojavrbecixcxec) a rejoint #mcdevs 2016-06-15 08:50:15 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 272 seconds) 2016-06-15 09:12:23 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-06-15 09:50:21 -- zz_r04r est maintenant connu sous le nom r04r 2016-06-15 09:58:10 --> TheNet (~TheNet@c-24-63-107-93.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-06-15 09:58:31 <-- TheNet (~TheNet@c-24-63-107-93.hsd1.ma.comcast.net) a quitté (Client Quit) 2016-06-15 11:18:44 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-15 12:17:14 <-- edk (edk@spy/edk0) a quitté (Quit: edk) 2016-06-15 12:17:58 --> edk (edk@spy/edk0) a rejoint #mcdevs 2016-06-15 12:23:01 <-- edk (edk@spy/edk0) a quitté (Changing host) 2016-06-15 12:23:01 --> edk (edk@freenode/staff/spy.edk) a rejoint #mcdevs 2016-06-15 12:23:34 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Read error: Connection reset by peer) 2016-06-15 12:25:10 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-15 12:37:37 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-dhojavrbecixcxec) a quitté (Quit: Connection closed for inactivity) 2016-06-15 13:31:26 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 264 seconds) 2016-06-15 13:37:11 --> enchi (~aeonchild@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-15 13:51:58 <-- UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a quitté (Ping timeout: 260 seconds) 2016-06-15 14:07:47 <-- killme (~killmePI@94.231.242.164) a quitté (Ping timeout: 244 seconds) 2016-06-15 14:13:23 --> killme (~killmePI@94.231.242.164) a rejoint #mcdevs 2016-06-15 14:52:29 <-- enchi (~aeonchild@defocus/yummy/enchilado) a quitté (Ping timeout: 250 seconds) 2016-06-15 15:04:00 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-06-15 16:14:08 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-06-15 16:41:26 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 240 seconds) 2016-06-15 16:59:19 --> Akaibu (uid118096@gateway/web/irccloud.com/x-sdzbwrbycyslewhj) a rejoint #mcdevs 2016-06-15 17:14:47 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-06-15 18:16:03 --> UUID00 (~UUID00@cpe-213-157-255-57.dynamic.amis.net) a rejoint #mcdevs 2016-06-15 18:32:23 --> Kripth04 (bc98ec85@gateway/web/cgi-irc/kiwiirc.com/ip.188.152.236.133) a rejoint #mcdevs 2016-06-15 18:32:56 <-- Kripth04 (bc98ec85@gateway/web/cgi-irc/kiwiirc.com/ip.188.152.236.133) a quitté (Client Quit) 2016-06-15 18:59:45 <-- Brandon15811__ (uid13052@gateway/web/irccloud.com/x-wcwycvpqfregerqr) a quitté (Ping timeout: 250 seconds) 2016-06-15 19:00:22 <-- hansihe (sid106603@gateway/web/irccloud.com/x-szgbvtojkxfhkxah) a quitté (Ping timeout: 250 seconds) 2016-06-15 19:00:34 --> Brandon15811__ (uid13052@gateway/web/irccloud.com/x-jjnntzmrudqueztl) a rejoint #mcdevs 2016-06-15 19:01:51 --> hansihe (sid106603@gateway/web/irccloud.com/x-folnesdimyxjwgpq) a rejoint #mcdevs 2016-06-15 19:05:03 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-15 19:22:14 <-- roblabot (~matrixirc@ns359985.ip-91-121-160.eu) a quitté (Remote host closed the connection) 2016-06-15 19:22:51 --> roblabot (~matrixirc@ns359985.ip-91-121-160.eu) a rejoint #mcdevs 2016-06-15 19:24:44 <-- BlackHole (~BlackHole@p2003007E4F4AB5001CBB1126FB653161.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2016-06-15 20:19:31 <-- Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a quitté (Quit: No Ping reply in 180 seconds.) 2016-06-15 20:19:50 --> pokechu22 (322347c6@gateway/web/freenode/ip.50.35.71.198) a rejoint #mcdevs 2016-06-15 20:20:49 --> Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a rejoint #mcdevs 2016-06-15 20:31:38 -- Jailout20001 est maintenant connu sous le nom Jailout2000 2016-06-15 21:56:13 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 272 seconds) 2016-06-15 22:41:18 --> BlackHole (~BlackHole@p2003007E4F4AB500D9EF300B8312C4D4.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-06-15 23:43:23 --> ProdigyOG (~Prodigy@104.236.0.117) a rejoint #mcdevs 2016-06-15 23:55:42 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Read error: Connection reset by peer) 2016-06-15 23:56:19 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2016-06-15 23:56:19 -- Mode #mcdevs [+v kev009] par ChanServ 2016-06-16 00:19:38 <-- M4GNV5 (~M4GNV5@v22015123214830522.bestsrv.de) a quitté (Ping timeout: 260 seconds) 2016-06-16 00:19:43 <-- Danielh90 (~Danielh90@96-35-32-205.dhcp.stls.mo.charter.com) a quitté (Quit: Leaving) 2016-06-16 00:23:08 <-- ProdigyOG (~Prodigy@104.236.0.117) a quitté (Ping timeout: 260 seconds) 2016-06-16 00:29:30 --> M4GNV5 (~M4GNV5@v22015123214830522.bestsrv.de) a rejoint #mcdevs 2016-06-16 01:03:12 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-06-16 01:04:39 --> jargan (jast@zoidberg.org) a rejoint #mcdevs 2016-06-16 01:07:31 --> I9hdkill_ (~quassel@mccluster.eu) a rejoint #mcdevs 2016-06-16 01:07:35 --> yorick__ (~yorick@ip51cd0513.speed.planet.nl) a rejoint #mcdevs 2016-06-16 01:07:35 <-- yorick__ (~yorick@ip51cd0513.speed.planet.nl) a quitté (Changing host) 2016-06-16 01:07:35 --> yorick__ (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-06-16 01:08:25 --> DemonWav_ (~DemonWav@69.197.179.106) a rejoint #mcdevs 2016-06-16 01:08:26 --> TobiX_ (tobias@zoidberg.org) a rejoint #mcdevs 2016-06-16 01:08:34 --> Fador_ (fador@hentai.fi) a rejoint #mcdevs 2016-06-16 01:10:56 --> Brandon1- (~Brandon15@195-154-86-162.rev.poneytelecom.eu) a rejoint #mcdevs 2016-06-16 01:11:09 --> fortytwo_ (~thomas@who.let.this.bloody.dropbear.in) a rejoint #mcdevs 2016-06-16 01:11:16 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Disconnected by services) 2016-06-16 01:11:21 -- DemonWav_ est maintenant connu sous le nom DemonWav 2016-06-16 01:11:25 --> MrARM_ (~MrARM@unaffiliated/mrarm) a rejoint #mcdevs 2016-06-16 01:11:33 --> Brandon15811___ (~Brandon15@195-154-86-162.rev.poneytelecom.eu) a rejoint #mcdevs 2016-06-16 01:11:35 <-- DemonWav (~DemonWav@69.197.179.106) a quitté (Changing host) 2016-06-16 01:11:35 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs