2018-03-17 18:37:13 --> barneygale (~barneygal@90.196.184.225) a rejoint #mcdevs 2018-03-17 18:39:37 barneygale Hi all. How does the minecraft server store empty chunk sections in a chunk column? Does it initialize the 4096 air blocks, or does it just place some marker at that chunk section? 2018-03-17 18:40:17 pokechu22 It stores null if I recall correctly... I think. One sec 2018-03-17 18:40:58 barneygale Thanks pokechu22! 2018-03-17 18:40:59 pokechu22 Yeah, it stores null (but there's a field named `NULL_BLOCK_STORAGE` which is set to null, so looking at the code it looks like it's storing a different marker) 2018-03-17 18:41:21 +ammar2 do you mean on file or in memory? 2018-03-17 18:41:25 barneygale In-memory 2018-03-17 18:41:59 +ammar2 it used to be that it stored 4096, but I believe they implemented something along the lines of what mikeprimm did for sparse chunk storage 2018-03-17 18:42:08 pokechu22 There's also code to detect an all-air section and not send it, even if it's not null (but that can cause issues with lighting stuff) 2018-03-17 18:45:04 barneygale Thanks both! 2018-03-17 18:51:39 +ammar2 barneygale: https://gist.github.com/ammaraskar/e197bc6c6f24e4acbb15c222884c7c70 2018-03-17 18:51:43 +ammar2 here's mikeprimm's old post on it 2018-03-17 18:51:57 +ammar2 I dunno if this link works for you https://www.spigotmc.org/threads/lighternibblearrays-big-reduction-in-chunk-memory-use.191/ but I put it up there just in case 2018-03-17 18:52:11 +ammar2 I believe it was merged into bukkit, not sure if it made its way into vanilla 2018-03-17 18:53:29 barneygale I think for simplicity's sake I'm just going to allocate empty block/light arrays where the server doesn't send me a chunk section. It makes things easier if there's a (Multi) Block Change packet later 2018-03-17 18:53:45 barneygale And I'll optimize later if it needs it 2018-03-17 19:04:29 barneygale Did I hear that in 1.13 encoded block IDs will no longer be (blockId << 4) | metadata? 2018-03-17 19:04:53 barneygale Ah yes, the pre-release protocol page says so! 2018-03-17 19:06:36 pokechu22 Yep, that's the case, they're flattened down and there are some cases where there are more than 16 block states 2018-03-17 20:00:43 --> itsme__ (~textual@x4d04cb8a.dyn.telefonica.de) a rejoint #mcdevs 2018-03-17 20:03:31 <-- itsme_ (~textual@x4d04d496.dyn.telefonica.de) a quitté (Ping timeout: 256 seconds) 2018-03-17 20:41:42 barneygale In the 'Spawn Mob' packet, what's the difference between the Pitch and Head Pitch? I would have thought these would be the same. Is the field perhaps Head Yaw? 2018-03-17 21:26:31 <-- barneygale (~barneygal@90.196.184.225) a quitté (Remote host closed the connection) 2018-03-17 23:37:34 <-- itsme__ (~textual@x4d04cb8a.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-18 00:47:04 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-03-18 00:47:11 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-18 01:32:27 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-18 01:34:05 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-18 03:29:17 Andrio Um 2018-03-18 03:29:39 Andrio this.headPitch = (byte)((int)(entityIn.rotationYawHead * 256.0F / 360.0F)); 2018-03-18 03:30:06 Andrio That's silly. 2018-03-18 04:16:54 <-- clonejo (~clonejo@shakik3.shakik.de) a quitté (Quit: WeeChat 1.9.1) 2018-03-18 04:18:01 --> clj (~clonejo@shakik3.shakik.de) a rejoint #mcdevs 2018-03-18 05:32:26 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-18 05:34:10 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-18 05:42:26 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-18 05:42:55 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-18 06:22:16 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-18 06:22:27 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-18 06:29:48 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-18 06:32:29 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-03-18 06:32:29 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-18 08:17:19 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-kyhuxsrsgjsqtydf) a quitté (Ping timeout: 240 seconds) 2018-03-18 08:17:35 <-- Not-6754 (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a quitté (Ping timeout: 240 seconds) 2018-03-18 08:19:49 --> Brandon15811 (sid13052@gateway/web/irccloud.com/session) a rejoint #mcdevs 2018-03-18 08:19:50 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/session) a quitté (Changing host) 2018-03-18 08:19:50 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-fdokpgikeaidxkhn) a rejoint #mcdevs 2018-03-18 08:22:21 <-- tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a quitté (Ping timeout: 260 seconds) 2018-03-18 08:24:40 --> tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a rejoint #mcdevs 2018-03-18 08:48:29 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-18 08:48:35 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-18 09:04:44 <-- EW8GU (admin@ho.by) a quitté (Ping timeout: 246 seconds) 2018-03-18 09:08:20 <-- AlphaBlend (Vector@cpe-66-74-178-84.socal.res.rr.com) a quitté 2018-03-18 10:07:57 --> blackdog476 (~notquasse@2a01:4f8:210:20ca::2) a rejoint #mcdevs 2018-03-18 10:08:21 blackdog476 hi. 2018-03-18 10:10:51 timmyRS hello 2018-03-18 10:13:11 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2018-03-18 10:13:29 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-18 11:07:26 --> EW8GU (admin@ho.by) a rejoint #mcdevs 2018-03-18 12:45:46 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-18 12:47:24 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-18 13:45:22 <-- Proximyst (~Proximyst@47.ip-149-202-55.eu) a quitté (Quit: looking at the BIRBS) 2018-03-18 14:22:56 --> Proximyst (~Proximyst@47.ip-149-202-55.eu) a rejoint #mcdevs 2018-03-18 14:54:22 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2018-03-18 18:01:29 <-- bildramer1 (~bildramer@p200300ED83CE1400AC9BCCA14258DFA9.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2018-03-18 18:02:29 --> bildramer (~bildramer@p200300ED83CE1400D8B280E7E0E301FB.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-18 20:06:41 --> barneygale (~barneygal@90.196.184.225) a rejoint #mcdevs 2018-03-18 20:07:47 barneygale I'm receiving an 'Entity Properties' packet in my client with the entity ID set to 1. This doesn't correspond to any entities the server has told me about so far (via Join Game and the Spawn X packets). Is entity ID 1 some special case? 2018-03-18 20:14:57 barneygale In fact, I think I've mucked up something elsewhere 2018-03-18 22:27:16 barneygale Yep, had some packets with the wrong IDs! 2018-03-18 23:19:57 kashike oops :p 2018-03-19 00:23:09 barneygale Does 'Vehicle Move (clientbound)' mean 'The vehicle you're in has moved'? 2018-03-19 00:23:44 barneygale I'm guessing so as it doesn't have an entity ID field 2018-03-19 00:24:25 pokechu22 Pretty sure yes 2018-03-19 00:30:22 --> OkAlt_ (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-03-19 00:31:02 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 268 seconds) 2018-03-19 01:34:35 --> Coldblackiceqf (~tqhxl@47.254.40.225) a rejoint #mcdevs 2018-03-19 01:34:37 <-- Coldblackiceqf (~tqhxl@47.254.40.225) a quitté (Client Quit) 2018-03-19 02:05:50 <-- iczero (iczero@unaffiliated/iczero) a quitté (Quit: rip) 2018-03-19 02:07:06 --> iczero (iczero@unaffiliated/iczero) a rejoint #mcdevs 2018-03-19 02:22:09 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 246 seconds) 2018-03-19 02:46:45 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-19 02:49:35 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-03-19 02:49:35 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-19 03:08:22 <-- simpleauthority (~simple@i.am.an.algorithmjunkie.com) a quitté (Quit: Bye ya hoebags) 2018-03-19 03:13:55 --> simpleauthority (~simple@i.am.an.algorithmjunkie.com) a rejoint #mcdevs 2018-03-19 05:36:15 <-- barneygale (~barneygal@90.196.184.225) a quitté (Ping timeout: 240 seconds) 2018-03-19 06:07:46 --> AlphaBlend (Vector@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2018-03-19 06:34:05 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-19 06:35:18 <-- pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a quitté (Quit: Restarting weechat) 2018-03-19 06:37:36 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2018-03-19 06:37:36 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-19 06:45:38 --> pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a rejoint #mcdevs 2018-03-19 08:21:27 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-19 08:21:39 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-19 09:50:19 --> barneygale (~barneygal@90.196.184.225) a rejoint #mcdevs 2018-03-19 10:10:32 timmyRS Also make sure you're reading the documentation for the right version. I thought the client sent me something completely unexpected and wasted 30 minutes just because the packet ID has changed. :/ 2018-03-19 10:11:06 timmyRS I think that was when they changed heartbeat and heartbeat only in one version. That confused me so much. 2018-03-19 10:35:07 <-- barneygale (~barneygal@90.196.184.225) a quitté (Ping timeout: 240 seconds) 2018-03-19 10:44:17 <-- Andrio (Andrio@questers-rest.andriocelos.ml) a quitté (K-Lined) 2018-03-19 10:44:30 --> Andrio (Andrio@questers-rest.andriocelos.ml) a rejoint #mcdevs 2018-03-19 10:48:11 --> itsme_ (~textual@x4d04cff8.dyn.telefonica.de) a rejoint #mcdevs 2018-03-19 12:16:11 <-- itsme_ (~textual@x4d04cff8.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-19 13:44:21 --> HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-03-19 14:12:25 HurricanKai How woud i go about Converting from world to Chunk pos? i currently have this https://hastebin.com/aqayuzipej.cs , but it seems very wrong 2018-03-19 14:17:45 Andrio Divide X and Z by 16 and use the floor function? 2018-03-19 14:18:26 Andrio The % operator also won't do. 2018-03-19 14:18:39 Andrio -3 % 16 gives -3, not 13 2018-03-19 14:18:47 HurricanKai oh 2018-03-19 14:18:48 HurricanKai crap 2018-03-19 14:18:52 HurricanKai right 2018-03-19 14:18:57 Andrio You can add 16 to get 13. 2018-03-19 14:19:31 HurricanKai so to get the chunk pos i do World / 16, and to get the Block pos relative to that i add 16?? 2018-03-19 14:19:55 Andrio Only if it's negative you'd need to add 16 2018-03-19 14:20:08 Andrio For non-negative numbers, % alone would work fine. 2018-03-19 14:20:31 Andrio the other solution would be (world pos - chunk pos * 16) 2018-03-19 14:20:51 HurricanKai and that woud always work? 2018-03-19 14:20:56 HurricanKai even with negatives? 2018-03-19 14:21:05 Andrio Yes. 2018-03-19 14:21:13 HurricanKai ok, thanks, gonna try 2018-03-19 15:00:20 +ammar2 there's also Math.floorMod which doesn't take the sign of the dividend 2018-03-19 15:16:12 HurricanKai not in C# ^^ 2018-03-19 15:18:47 MiniDigger Can you do a bit shift in c# 2018-03-19 15:19:00 HurricanKai yeah, shure 2018-03-19 15:19:19 HurricanKai woud be pretty hard to implement anything MC related without lol 2018-03-19 15:22:23 MiniDigger Then you can just do x >> 4 and z >> 4 instead of using modulo 2018-03-19 15:22:44 HurricanKai that woud work, thanks 2018-03-19 16:00:02 <-- GingerGeek (~Zed@unaffiliated/gingergeek) a quitté (Quit: Follow ma Twitter: @GingerGeek) 2018-03-19 16:02:42 --> Kennyvv (~quassel@D47FB0AD.cm-9-1a.dynamic.ziggo.nl) a rejoint #mcdevs 2018-03-19 16:11:33 --> barneygale (~barneygal@90.196.184.225) a rejoint #mcdevs 2018-03-19 16:13:42 <-- barneygale (~barneygal@90.196.184.225) a quitté (Remote host closed the connection) 2018-03-19 16:59:37 --> NEOelder (~NEOelder@88.157.146.246) a rejoint #mcdevs 2018-03-19 17:08:09 <-- HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Read error: Connection reset by peer) 2018-03-19 17:08:23 --> HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-03-19 17:34:38 --> kenny_ (~quassel@D47FB0AD.cm-9-1a.dynamic.ziggo.nl) a rejoint #mcdevs 2018-03-19 17:37:24 <-- Kennyvv (~quassel@D47FB0AD.cm-9-1a.dynamic.ziggo.nl) a quitté (Ping timeout: 264 seconds) 2018-03-19 18:15:41 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-19 18:17:36 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2018-03-19 18:17:36 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-19 18:31:04 <-- pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a quitté (Quit: Rebooting pi) 2018-03-19 18:32:01 HurricanKai http://wiki.vg/Protocol#Position "val = read_unsigned_long();" this isnt actually working, you have to use a Signed Long. 2018-03-19 18:41:25 --> pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a rejoint #mcdevs 2018-03-19 19:27:48 <-- NEOelder (~NEOelder@88.157.146.246) a quitté (Quit: Leaving) 2018-03-19 19:54:40 --> P6M6G9katnip (~efhvjpt@46.8.126.237) a rejoint #mcdevs 2018-03-19 19:54:41 <-- P6M6G9katnip (~efhvjpt@46.8.126.237) a quitté (Remote host closed the connection) 2018-03-19 20:11:53 <-- HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Remote host closed the connection) 2018-03-19 20:12:13 --> HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-03-19 20:16:55 <-- kev009 (~kev009@ip72-222-200-59.ph.ph.cox.net) a quitté (Remote host closed the connection) 2018-03-19 20:18:59 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 240 seconds) 2018-03-19 20:20:45 --> kev009 (~kev009@ip72-222-200-59.ph.ph.cox.net) a rejoint #mcdevs 2018-03-19 20:20:45 -- Mode #mcdevs [+v kev009] par ChanServ 2018-03-19 20:23:28 <-- HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 276 seconds) 2018-03-19 21:21:33 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-03-19 22:56:00 <-- EW8GU (admin@ho.by) a quitté (Ping timeout: 240 seconds) 2018-03-19 22:58:24 --> EW8GU (admin@ho.by) a rejoint #mcdevs 2018-03-20 01:16:05 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2018-03-20 01:20:12 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-03-20 03:32:34 <-- kenny_ (~quassel@D47FB0AD.cm-9-1a.dynamic.ziggo.nl) a quitté (Ping timeout: 256 seconds) 2018-03-20 04:49:46 --> momothereal (~root@189.ip-144-217-160.net) a rejoint #mcdevs 2018-03-20 04:52:07 momothereal Hey, in regards to the new state IDs in 1.13. I understand how the range size of state IDs is determined (combinations of the state values). How is each state combination assigned an ID though? Something like XOR concatination? 2018-03-20 04:52:25 momothereal concatenation* 2018-03-20 04:53:25 pokechu22 Bitwise or, more or less... actually, no, that's not it since some have a number of combinations that aren't a power of 2 2018-03-20 04:53:27 pokechu22 hm. 2018-03-20 04:53:48 pokechu22 Oh, just or but multiplication, not shifts 2018-03-20 04:55:21 pokechu22 Not super helpful, I know, just going by guesses now as I don't have time to really look into it 2018-03-20 04:59:24 momothereal Thanks for the guidance, we'll look more into it 2018-03-20 04:59:31 momothereal Long time before release anyway :p 2018-03-20 05:01:04 pokechu22 IIRC the data exporter in vanilla should show some full combinations, you should hopefully be able to figure it out from that 2018-03-20 06:33:08 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-20 06:36:09 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 246 seconds) 2018-03-20 06:36:09 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-20 07:45:09 <-- momothereal (~root@189.ip-144-217-160.net) a quitté (Quit: Lost terminal) 2018-03-20 09:09:27 <-- Yamakaja (~yamakaja@vps.pub.yamakaja.me) a quitté (Ping timeout: 246 seconds) 2018-03-20 09:10:30 --> Yamakaja (~yamakaja@vps.pub.yamakaja.me) a rejoint #mcdevs 2018-03-20 12:11:10 -- Fador_ est maintenant connu sous le nom Fador 2018-03-20 12:11:18 -- Mode #mcdevs [+v Fador] par ChanServ 2018-03-20 14:00:49 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-03-20 14:01:08 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-20 14:23:15 --> Black_Hole (~BlackHole@p200300E753D094002D5ACE16F51AB982.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-20 14:27:17 <-- Black-Hole (~BlackHole@p200300E753D0940064587837456B7A87.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2018-03-20 15:26:55 xandaros "// optional; sending it will result in an error" 2018-03-20 15:26:57 xandaros brilliant! 2018-03-20 15:40:31 timmyRS Is it only me or has the 137 total number of users here not changed at all... like ever? 2018-03-20 16:07:08 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2018-03-20 16:32:30 --> itsme (~textual@x4d04db18.dyn.telefonica.de) a rejoint #mcdevs 2018-03-20 16:46:11 <-- itsme (~textual@x4d04db18.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-20 17:02:25 --> Jode (~Jode@104.156.249.192) a rejoint #mcdevs 2018-03-20 17:24:00 <-- Jode (~Jode@104.156.249.192) a quitté (Ping timeout: 240 seconds) 2018-03-20 17:26:25 --> Jode (~Jode@stu-176-151-171-184.champlain.edu) a rejoint #mcdevs 2018-03-20 17:48:29 --> Jode_ (~Jode@thejosh.me) a rejoint #mcdevs 2018-03-20 17:48:34 <-- Jode (~Jode@stu-176-151-171-184.champlain.edu) a quitté (Quit: Leaving) 2018-03-20 17:58:31 --> itsme (~textual@x4d04db18.dyn.telefonica.de) a rejoint #mcdevs 2018-03-20 18:07:21 <-- Jode_ (~Jode@thejosh.me) a quitté (Quit: ZNC 1.6.3+deb1 - http://znc.in) 2018-03-20 18:07:42 --> Jode (~Jode@2001:19f0:5:13bf:5400:ff:fe84:218b) a rejoint #mcdevs 2018-03-20 18:24:22 <-- Jode (~Jode@2001:19f0:5:13bf:5400:ff:fe84:218b) a quitté (Quit: ZNC 1.6.3+deb1 - http://znc.in) 2018-03-20 18:24:46 --> Jode (~Jode@thejosh.me) a rejoint #mcdevs 2018-03-20 18:32:37 <-- itsme (~textual@x4d04db18.dyn.telefonica.de) a quitté (Quit: My Mac Pro has gone to sleep. ZZZzzz…) 2018-03-20 18:49:27 --> progwml6 (~progwml6@4.26.34.162) a rejoint #mcdevs 2018-03-20 19:23:40 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-20 19:23:46 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-20 19:33:29 <-- progwml6 (~progwml6@4.26.34.162) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-20 19:36:40 --> progwml6 (~progwml6@4.26.34.162) a rejoint #mcdevs 2018-03-20 19:37:44 <-- progwml6 (~progwml6@4.26.34.162) a quitté (Client Quit) 2018-03-20 19:38:14 --> progwml6 (~progwml6@4.26.34.162) a rejoint #mcdevs 2018-03-20 19:52:32 <-- progwml6 (~progwml6@4.26.34.162) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-20 20:01:24 -- ThomasMonroe est maintenant connu sous le nom TMcSquared 2018-03-20 20:03:57 --> progwml6 (~progwml6@4.26.34.162) a rejoint #mcdevs 2018-03-20 20:52:24 --> itsme (~textual@x4d04d131.dyn.telefonica.de) a rejoint #mcdevs 2018-03-20 21:06:26 --> HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-03-20 21:14:29 HurricanKai anyone knows why systems like couldron (culdron?? idk) are rearly used? means, Plugin & Mod in one? 2018-03-20 21:14:45 HurricanKai is it just too hard to setup? or maintain? 2018-03-20 21:15:10 <-- progwml6 (~progwml6@4.26.34.162) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-20 21:15:42 Mustek HurricanKai: Scrapped block that was originally intended to brew potions 2018-03-20 21:16:00 Mustek Now it has some basic functions like collecting water and cleaning dyed items 2018-03-20 21:16:13 HurricanKai i ment the Server 2018-03-20 21:16:21 HurricanKai the Forge & Bukkit thingi 2018-03-20 21:16:32 Mustek oh, Spigot is the go-to thing 2018-03-20 21:16:48 HurricanKai but that doesnt support Mods too 2018-03-20 21:16:53 Mustek Serverside, yes 2018-03-20 21:16:59 Mustek clientside, not sure, but doubtful 2018-03-20 21:17:03 HurricanKai Cauldron is Forge & Bukkit together 2018-03-20 21:17:06 Mustek use Forge for clientside mods 2018-03-20 21:17:19 Mustek It's no good if it's not maintained 2018-03-20 21:17:30 HurricanKai but forge requires Forge to be the server (or at least a server that supports Forges format) to work on Multiplayer 2018-03-20 21:18:41 HurricanKai actually, im outdated it seems, Thermos 2018-03-20 21:18:41 HurricanKai is the new Mod & Plugin thing. thought, it also says no longer deveeloped? wtf? is that so bad to have? mods & Plugins? 2018-03-20 21:26:37 jamierocks no, they're all illegal 2018-03-20 21:26:46 HurricanKai wut? 2018-03-20 21:26:53 jamierocks mixing gpl code + proprietary code is a no-no 2018-03-20 21:27:04 HurricanKai what are you talking about? 2018-03-20 21:27:08 jamierocks especially given a dcma on the craftbukkit code 2018-03-20 21:27:22 jamierocks when cauldron and all of its derivatives use 2018-03-20 21:27:39 jamierocks plugins + mods nothing wrong 2018-03-20 21:27:47 jamierocks just bukkit really 2018-03-20 21:27:50 HurricanKai i do not think they actually copyed the code, i think they just implemented the Forge Packets into Craftbukkit 2018-03-20 21:27:58 jamierocks sponge is where all the cool plugins is at 2018-03-20 21:28:10 jamierocks regardless - can't mix bukkit code with mc 2018-03-20 21:28:24 HurricanKai and as far as i know, the time the Fork was created, both Craftbukkit & Forge where open-sourced? 2018-03-20 21:28:45 Mustek the bukkit dmca thing wasn't Mojang, that was someone who provided code to Bukkit, then went apeshit after Mojang took ownership 2018-03-20 21:28:48 jamierocks doesnt matter 2018-03-20 21:29:00 HurricanKai sponge is just like Liteloader ;d the nice little guy at the side 2018-03-20 21:29:14 HurricanKai hmm 2018-03-20 21:29:21 jamierocks on the side to what? 2018-03-20 21:29:42 HurricanKai the room, the community if i say so 2018-03-20 21:29:55 HurricanKai (maybe im just a random guy who did modding 2 years ago, but hey) 2018-03-20 21:31:59 jamierocks sponge is not a little on the side 2018-03-20 21:32:21 jamierocks sponge is definately the most feature complete plugin api minecraft has ever had 2018-03-20 21:32:29 jamierocks and the cleanest api design to suit 2018-03-20 21:33:09 jamierocks [20:26:48] HurricanKai: i do not think they actually copyed the code, i think they just implemented the Forge Packets into Craftbukkit 2018-03-20 21:33:15 jamierocks thats not how cauldron worked 2018-03-20 21:33:20 HurricanKai is it? 2018-03-20 21:33:25 HurricanKai isnt * 2018-03-20 21:33:27 jamierocks mcpc worked by implementing mods ontop craftbukkit 2018-03-20 21:33:35 jamierocks cauldron implemented bukkit ontop forge 2018-03-20 21:33:44 HurricanKai and that was... bad? 2018-03-20 21:34:05 jamierocks the issue is that Bukkit, the API component, is GPL 2018-03-20 21:34:34 jamierocks CraftBukkit is illegal because you cannot mix GPL libraries with propriatry code (the mc server) 2018-03-20 21:35:14 HurricanKai hmm, hmm, ok 2018-03-20 21:35:41 jamierocks I mean any mix of gpl + propriatray code is a gpl violation 2018-03-20 21:50:41 HurricanKai hmm, the client sometimes seems to send a Use Item (0x20) instead of a Player Block Placement (0x1F)? it seems to happen most if i run around, placing random blocks? 2018-03-20 22:34:41 MiniDigger > CraftBukkit is illegal because you cannot mix GPL libraries with propriatry code < nowadays craftbukkit is just a bunch of patches plus original code so it's just fine 2018-03-20 22:49:37 --> Matsv (~Matsv@i.am.matsv.nl) a rejoint #mcdevs 2018-03-20 23:01:15 pokechu22 My guess is that it's sending use item because you're just looking at air with nothing to place against 2018-03-20 23:21:39 --> jrabe (jrabe@janikrabe.com) a rejoint #mcdevs 2018-03-20 23:25:24 <-- jrabe (jrabe@janikrabe.com) a quitté #mcdevs ("Leaving") 2018-03-21 00:22:52 -- TMcSquared est maintenant connu sous le nom ThomasMonroe 2018-03-21 01:13:17 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:08:43 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 256 seconds) 2018-03-21 02:12:58 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-03-21 02:41:03 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-21 02:41:31 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:41:51 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:42:22 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:42:39 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:43:06 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:43:26 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:44:07 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:44:13 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:44:53 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:45:01 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:45:27 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:45:48 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:46:24 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:46:35 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:47:01 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:47:22 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:48:01 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:48:10 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:48:48 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:48:57 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:49:26 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:49:44 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:50:24 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:50:32 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:51:09 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:51:19 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:51:58 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:52:06 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:52:45 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:52:53 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:53:31 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:53:41 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:54:20 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:54:28 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:55:06 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:55:15 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 02:56:04 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 02:56:04 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-21 03:01:23 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-21 04:13:47 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2018-03-21 04:28:12 <-- itsme (~textual@x4d04d131.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-21 04:57:42 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-21 06:31:58 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-21 06:35:32 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 276 seconds) 2018-03-21 07:36:44 <-- angal (angal@gateway/shell/panicbnc/x-nnurnsjatkegzfak) a quitté (Ping timeout: 255 seconds) 2018-03-21 07:38:29 <-- Yamakaja (~yamakaja@vps.pub.yamakaja.me) a quitté (Quit: Bai bai) 2018-03-21 07:42:59 --> Yamakaja (~yamakaja@195.201.91.89) a rejoint #mcdevs 2018-03-21 08:14:39 <-- chibill (~chibill@2602:306:ce43:b390:3008:eeff:fe67:2b44) a quitté (Ping timeout: 252 seconds) 2018-03-21 08:18:00 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2018-03-21 08:22:00 --> angal (angal@gateway/shell/panicbnc/x-kuhvqrytqhsktzen) a rejoint #mcdevs 2018-03-21 10:50:37 --> bildramer1 (~bildramer@p200300ED83CE140098BD7EB05435C500.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-21 10:53:15 <-- bildramer (~bildramer@p200300ED83CE1400D8B280E7E0E301FB.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2018-03-21 11:06:09 --> bildramer (~bildramer@p200300ED83CE1400D893336F2D0B4AFF.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-21 11:08:27 <-- bildramer1 (~bildramer@p200300ED83CE140098BD7EB05435C500.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2018-03-21 11:17:36 --> bildramer1 (~bildramer@p200300ED83CE140094A7448B6E6613EA.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-21 11:21:32 <-- bildramer (~bildramer@p200300ED83CE1400D893336F2D0B4AFF.dip0.t-ipconnect.de) a quitté (Ping timeout: 276 seconds) 2018-03-21 11:24:12 --> bildramer (~bildramer@p200300ED83CE1400F4D84A8A86059646.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-21 11:26:35 <-- bildramer1 (~bildramer@p200300ED83CE140094A7448B6E6613EA.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2018-03-21 12:24:56 --> bildramer1 (~bildramer@p200300ED83CE1400F4D84A8A86059646.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-21 12:25:34 <-- bildramer (~bildramer@p200300ED83CE1400F4D84A8A86059646.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2018-03-21 12:43:02 <-- MeltedLux (MeltedLux@help.lux.melted.me) a quitté (Ping timeout: 256 seconds) 2018-03-21 14:02:06 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-21 14:03:00 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-03-21 14:03:00 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-21 15:07:00 <-- Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 248 seconds) 2018-03-21 15:09:07 <-- ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 248 seconds) 2018-03-21 15:10:38 --> Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-03-21 15:11:08 --> ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-03-21 15:26:11 <-- ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 248 seconds) 2018-03-21 15:26:12 <-- Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 248 seconds) 2018-03-21 15:27:10 --> Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-03-21 15:27:40 --> ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-03-21 16:52:26 timmyRS status.mojang.com says everything's fine, but I just started minecraft and I get invalid session everywhere 2018-03-21 18:03:27 --> itsme_ (~textual@x4d04d131.dyn.telefonica.de) a rejoint #mcdevs 2018-03-21 18:28:52 pokechu22 Close and reopen the launcher to make sure that you've got a current session? 2018-03-21 18:38:59 <-- AndrewPH (Butts@omega.classicube.net) a quitté (Ping timeout: 276 seconds) 2018-03-21 18:40:17 <-- McLive (~McLive@2a05:bec0:20:1::9) a quitté (Ping timeout: 276 seconds) 2018-03-21 18:40:55 --> McLive (~McLive@2a05:bec0:20:1::9) a rejoint #mcdevs 2018-03-21 18:41:02 --> AndrewPH (Butts@omega.classicube.net) a rejoint #mcdevs 2018-03-21 18:41:02 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2018-03-21 18:42:45 <-- itsme_ (~textual@x4d04d131.dyn.telefonica.de) a quitté (Quit: My Mac Pro has gone to sleep. ZZZzzz…) 2018-03-21 18:54:45 timmyRS Yeah I did that 2018-03-21 18:55:42 timmyRS But it seems to be fixed now 2018-03-21 19:09:37 --> itsme_ (~textual@x4d04d131.dyn.telefonica.de) a rejoint #mcdevs 2018-03-21 20:01:13 --> itsme__ (~textual@x4d04eeeb.dyn.telefonica.de) a rejoint #mcdevs 2018-03-21 20:04:16 <-- itsme_ (~textual@x4d04d131.dyn.telefonica.de) a quitté (Ping timeout: 256 seconds) 2018-03-21 20:33:25 <-- tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a quitté (Quit: Bleh?) 2018-03-21 20:57:48 jamierocks [21:33:39] MiniDigger: > CraftBukkit is illegal because you cannot mix GPL libraries with propriatry code < nowadays craftbukkit is just a bunch of patches plus original code so it's just fine 2018-03-21 20:58:14 jamierocks depends on whether you think that the gpl's non-mixing with proprietary code stretches to patches 2018-03-21 21:03:32 <-- itsme__ (~textual@x4d04eeeb.dyn.telefonica.de) a quitté (Quit: My Mac Pro has gone to sleep. ZZZzzz…) 2018-03-21 21:15:57 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 246 seconds) 2018-03-21 21:27:20 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2018-03-21 21:32:48 --> itsme_ (~textual@x4d04eeeb.dyn.telefonica.de) a rejoint #mcdevs 2018-03-21 21:40:35 MiniDigger I think that that would fall under fair use but ianal 2018-03-21 21:42:35 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 240 seconds) 2018-03-21 21:50:57 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2018-03-21 21:56:00 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 264 seconds) 2018-03-21 22:04:24 --> Krenair (~alex@znc.alexmonk.uk) a rejoint #mcdevs 2018-03-21 22:04:24 <-- Krenair (~alex@znc.alexmonk.uk) a quitté (Changing host) 2018-03-21 22:04:24 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2018-03-21 22:44:32 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 248 seconds) 2018-03-21 22:52:42 --> Krenair_ (~alex@znc.alexmonk.uk) a rejoint #mcdevs 2018-03-21 22:59:00 <-- Krenair_ (~alex@znc.alexmonk.uk) a quitté (Ping timeout: 264 seconds) 2018-03-21 23:03:17 --> Krenair_ (~alex@znc.alexmonk.uk) a rejoint #mcdevs 2018-03-21 23:13:13 <-- itsme_ (~textual@x4d04eeeb.dyn.telefonica.de) a quitté (Quit: My Mac Pro has gone to sleep. ZZZzzz…) 2018-03-21 23:32:50 <-- Krenair_ (~alex@znc.alexmonk.uk) a quitté (Ping timeout: 268 seconds) 2018-03-21 23:33:57 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2018-03-21 23:34:06 --> itsme_ (~textual@x4d04eeeb.dyn.telefonica.de) a rejoint #mcdevs 2018-03-22 00:16:33 <-- itsme_ (~textual@x4d04eeeb.dyn.telefonica.de) a quitté (Quit: My Mac Pro has gone to sleep. ZZZzzz…) 2018-03-22 00:29:15 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 240 seconds) 2018-03-22 00:35:00 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2018-03-22 00:41:40 --> itsme_ (~textual@x4d04eeeb.dyn.telefonica.de) a rejoint #mcdevs 2018-03-22 00:44:51 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 260 seconds) 2018-03-22 00:54:05 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2018-03-22 00:59:26 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 260 seconds) 2018-03-22 01:09:03 --> Guest85132 (~alex@znc.alexmonk.uk) a rejoint #mcdevs 2018-03-22 01:14:36 <-- Guest85132 (~alex@znc.alexmonk.uk) a quitté (Ping timeout: 260 seconds) 2018-03-22 01:21:36 --> Krenair_ (~alex@znc.alexmonk.uk) a rejoint #mcdevs 2018-03-22 01:46:27 <-- pokechu22 (~pokechu22@c-67-201-254-60.reshall.wwu.edu) a quitté (Quit: Taking a train. Back in several hours.) 2018-03-22 04:03:28 <-- itsme_ (~textual@x4d04eeeb.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-22 04:56:20 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-22 05:15:35 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-22 06:31:00 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-22 06:34:24 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 265 seconds) 2018-03-22 06:34:24 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-22 06:57:48 --> pokechu22 (~pokechu22@50.35.71.199) a rejoint #mcdevs 2018-03-22 08:27:02 <-- McLive (~McLive@2a05:bec0:20:1::9) a quitté (*.net *.split) 2018-03-22 08:27:02 <-- EW8GU (admin@ho.by) a quitté (*.net *.split) 2018-03-22 08:27:02 <-- AlphaBlend (Vector@cpe-66-74-178-84.socal.res.rr.com) a quitté (*.net *.split) 2018-03-22 08:27:03 <-- simpleauthority (~simple@i.am.an.algorithmjunkie.com) a quitté (*.net *.split) 2018-03-22 08:27:03 <-- iczero (iczero@unaffiliated/iczero) a quitté (*.net *.split) 2018-03-22 08:27:03 <-- OkAlt_ (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (*.net *.split) 2018-03-22 08:27:03 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-fdokpgikeaidxkhn) a quitté (*.net *.split) 2018-03-22 08:27:03 <-- l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (*.net *.split) 2018-03-22 08:27:15 --> simpleauthority (~simple@i.am.an.algorithmjunkie.com) a rejoint #mcdevs 2018-03-22 08:27:18 --> AlphaBlend (Vector@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2018-03-22 08:27:23 --> l4mRh4X0r_ (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2018-03-22 08:27:24 --> McLive (~McLive@2a05:bec0:20:1::9) a rejoint #mcdevs 2018-03-22 08:27:51 -- l4mRh4X0r_ est maintenant connu sous le nom l4mRh4X0r 2018-03-22 08:28:02 --> iczero (iczero@unaffiliated/iczero) a rejoint #mcdevs 2018-03-22 08:28:06 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-gmkpdnfpdeddszxo) a rejoint #mcdevs 2018-03-22 08:28:10 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2018-03-22 08:33:08 --> EW8GU (admin@ho.by) a rejoint #mcdevs 2018-03-22 08:49:59 --> Dadido3_ (~quassel@p200300EF43C56100C92C4BF4398B22B5.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-22 08:52:41 <-- Dadido3 (~quassel@p200300EF43C561006931B8A911221D94.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2018-03-22 08:59:23 <-- I9hdkill (~quassel@2001:41d0:d:1cb7::) a quitté (Quit: No Ping reply in 180 seconds.) 2018-03-22 09:00:06 <-- Guest72167 (~vemacs@192.3.17.176) a quitté (Ping timeout: 260 seconds) 2018-03-22 09:00:43 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 265 seconds) 2018-03-22 09:00:48 --> yawkat` (~yawkat@cats.coffee) a rejoint #mcdevs 2018-03-22 09:01:30 --> I9hdkill (~quassel@2001:41d0:d:1cb7::) a rejoint #mcdevs 2018-03-22 09:01:37 <-- McLive (~McLive@2a05:bec0:20:1::9) a quitté (Ping timeout: 256 seconds) 2018-03-22 09:01:37 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (Ping timeout: 276 seconds) 2018-03-22 09:01:38 <-- fl4sh_ (~fl4sh@dock.jsje.de) a quitté (Ping timeout: 276 seconds) 2018-03-22 09:04:29 --> McLive (~McLive@2a05:bec0:20:1::9) a rejoint #mcdevs 2018-03-22 09:06:27 --> fl4sh_ (~fl4sh@trinity.jsje.de) a rejoint #mcdevs 2018-03-22 09:07:54 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2018-03-22 09:20:07 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-22 09:20:13 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-22 09:20:43 -- vemacs est maintenant connu sous le nom Guest77139 2018-03-22 10:50:01 <-- Black_Hole (~BlackHole@p200300E753D094002D5ACE16F51AB982.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2018-03-22 10:54:18 --> Black-Hole (~BlackHole@pD95FA4F2.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-22 10:59:48 <-- Black-Hole (~BlackHole@pD95FA4F2.dip0.t-ipconnect.de) a quitté (Ping timeout: 268 seconds) 2018-03-22 11:02:39 --> Black-Hole (~BlackHole@pD95FA3A3.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-22 11:38:36 <-- Guest77139 (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-22 11:41:23 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-22 11:41:38 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-22 11:42:08 -- vemacs est maintenant connu sous le nom Guest18928 2018-03-22 12:04:32 -- yawkat` est maintenant connu sous le nom yawkat 2018-03-22 12:24:46 --> HurricanKai_ (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-03-22 12:28:24 <-- HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 246 seconds) 2018-03-22 13:48:00 <-- Guest18928 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-22 13:50:08 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-22 13:50:20 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-22 13:50:50 -- vemacs est maintenant connu sous le nom Guest99834 2018-03-22 14:05:49 <-- Guest99834 (~vemacs@192.3.17.176) a quitté (Ping timeout: 276 seconds) 2018-03-22 14:07:59 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-22 14:11:10 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-22 14:12:47 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 263 seconds) 2018-03-22 14:12:47 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-22 14:33:13 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-22 14:33:43 -- vemacs est maintenant connu sous le nom Guest71972 2018-03-22 14:38:26 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-22 14:39:04 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-22 15:02:45 <-- Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 246 seconds) 2018-03-22 15:03:21 <-- ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a quitté (Ping timeout: 248 seconds) 2018-03-22 15:05:35 --> ScruffyRules (~Scruff@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-03-22 15:06:05 --> Zachoz (~Zachoz@2001:19f0:5800:8483:5400:ff:fe06:49ea) a rejoint #mcdevs 2018-03-22 15:26:42 <-- SupaHam (~SupaHam@supaham.com) a quitté (Ping timeout: 256 seconds) 2018-03-22 15:37:47 --> SupaHam (~SupaHam@supaham.com) a rejoint #mcdevs 2018-03-22 16:23:46 --> progwml6 (~progwml6@4.26.34.162) a rejoint #mcdevs 2018-03-22 16:24:49 <-- progwml6 (~progwml6@4.26.34.162) a quitté (Client Quit) 2018-03-22 17:00:28 <-- roblabla1 (~roblablar@roblab.la) a quitté (Remote host closed the connection) 2018-03-22 17:01:10 --> roblabla (~roblablar@roblab.la) a rejoint #mcdevs 2018-03-22 17:41:16 --> progwml6 (~progwml6@4.26.34.162) a rejoint #mcdevs 2018-03-22 18:00:41 <-- progwml6 (~progwml6@4.26.34.162) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-22 18:04:16 <-- SinZ_ (~sinz@steamdb/source2-guru/sinz) a quitté (Remote host closed the connection) 2018-03-22 18:53:24 --> progwml6 (~progwml6@4.26.34.162) a rejoint #mcdevs 2018-03-22 18:58:24 <-- progwml6 (~progwml6@4.26.34.162) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-22 19:46:39 -- Krenair_ est maintenant connu sous le nom Krenair 2018-03-22 19:46:40 <-- Krenair (~alex@znc.alexmonk.uk) a quitté (Changing host) 2018-03-22 19:46:40 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2018-03-22 20:06:54 <-- Guest71972 (~vemacs@192.3.17.176) a quitté (Ping timeout: 246 seconds) 2018-03-22 20:08:20 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-22 20:08:38 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-22 20:09:08 -- vemacs est maintenant connu sous le nom Guest13331 2018-03-22 20:30:08 <-- Byteflux (~byte@byteflux.net) a quitté (Ping timeout: 248 seconds) 2018-03-22 20:30:24 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2018-03-22 20:34:13 <-- Byteflux (~byte@byteflux.net) a quitté (Remote host closed the connection) 2018-03-22 20:41:40 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2018-03-22 20:57:58 <-- Guest13331 (~vemacs@192.3.17.176) a quitté (Ping timeout: 268 seconds) 2018-03-22 21:03:57 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-22 21:04:14 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-22 21:04:44 -- vemacs est maintenant connu sous le nom Guest41934 2018-03-22 21:40:35 --> MeltedLux (MeltedLux@help.lux.melted.me) a rejoint #mcdevs 2018-03-22 21:44:38 <-- Adam (Adam@unaffiliated/adam-) a quitté (Ping timeout: 240 seconds) 2018-03-22 21:46:17 --> Adam (Adam@unaffiliated/adam-) a rejoint #mcdevs 2018-03-22 22:38:01 <-- Adam (Adam@unaffiliated/adam-) a quitté (Ping timeout: 276 seconds) 2018-03-22 22:38:25 --> Adam (Adam@unaffiliated/adam-) a rejoint #mcdevs 2018-03-22 22:57:52 <-- EW8GU (admin@ho.by) a quitté (Ping timeout: 252 seconds) 2018-03-22 23:00:03 --> EW8GU (admin@ho.by) a rejoint #mcdevs 2018-03-22 23:35:54 <-- Guest41934 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-22 23:42:37 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-22 23:42:37 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-22 23:43:07 -- vemacs est maintenant connu sous le nom Guest34384 2018-03-22 23:47:36 <-- Guest34384 (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-22 23:51:16 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-22 23:57:04 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-23 00:02:53 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 00:17:36 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-23 00:19:18 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 00:23:24 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 00:29:49 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 00:32:40 --> barneygale (~barneygal@90.197.165.219) a rejoint #mcdevs 2018-03-23 00:40:08 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 00:40:37 -- vemacs est maintenant connu sous le nom Guest5213 2018-03-23 01:03:48 <-- Guest5213 (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-23 01:12:24 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 01:20:39 --> itsme (~textual@x55b51e00.dyn.telefonica.de) a rejoint #mcdevs 2018-03-23 01:22:38 <-- barneygale (~barneygal@90.197.165.219) a quitté (Ping timeout: 256 seconds) 2018-03-23 01:26:19 --> itsme__ (~textual@x590fc7c0.dyn.telefonica.de) a rejoint #mcdevs 2018-03-23 01:27:06 <-- itsme (~textual@x55b51e00.dyn.telefonica.de) a quitté (Ping timeout: 260 seconds) 2018-03-23 01:33:50 --> SinZ_ (znc@grimm.361zn.is) a rejoint #mcdevs 2018-03-23 01:36:09 <-- SinZ_ (znc@grimm.361zn.is) a quitté (Changing host) 2018-03-23 01:36:09 --> SinZ_ (znc@steamdb/source2-guru/sinz) a rejoint #mcdevs 2018-03-23 01:36:09 -- Mode #mcdevs [+v SinZ_] par ChanServ 2018-03-23 01:37:35 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2018-03-23 01:41:03 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 01:41:32 -- vemacs est maintenant connu sous le nom Guest35159 2018-03-23 01:50:15 --> tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a rejoint #mcdevs 2018-03-23 01:53:00 <-- Guest35159 (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-23 01:53:29 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 02:21:00 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-23 02:29:33 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 02:36:34 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 276 seconds) 2018-03-23 02:37:04 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 02:40:35 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 256 seconds) 2018-03-23 02:41:29 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 02:41:59 -- vemacs est maintenant connu sous le nom Guest9023 2018-03-23 02:45:56 <-- Guest9023 (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-23 02:47:05 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 02:49:48 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 02:50:08 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2018-03-23 02:52:24 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 03:00:26 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 260 seconds) 2018-03-23 03:03:13 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 03:08:37 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 264 seconds) 2018-03-23 03:14:07 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 03:18:27 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2018-03-23 03:18:48 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-03-23 03:19:28 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 276 seconds) 2018-03-23 03:19:38 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 03:21:27 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 03:25:39 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 03:32:28 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 276 seconds) 2018-03-23 03:34:24 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 240 seconds) 2018-03-23 03:35:26 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 260 seconds) 2018-03-23 03:36:53 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-03-23 03:38:38 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 03:40:31 <-- jast (jast@zoidberg.org) a quitté (Read error: Connection reset by peer) 2018-03-23 03:40:54 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2018-03-23 03:41:16 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2018-03-23 03:44:47 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 03:50:11 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 03:50:11 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 03:50:41 -- vemacs est maintenant connu sous le nom Guest95129 2018-03-23 03:55:14 <-- Guest95129 (~vemacs@192.3.17.176) a quitté (Ping timeout: 276 seconds) 2018-03-23 03:58:12 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-03-23 04:13:11 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 04:17:24 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2018-03-23 04:17:44 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-23 04:19:45 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 265 seconds) 2018-03-23 04:23:43 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 04:23:51 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 04:28:15 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2018-03-23 04:32:00 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-23 04:33:37 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-23 04:39:30 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-23 04:41:00 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-03-23 04:41:00 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-23 04:43:06 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 04:43:36 -- vemacs est maintenant connu sous le nom Guest71874 2018-03-23 04:46:38 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 256 seconds) 2018-03-23 04:49:52 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 248 seconds) 2018-03-23 04:50:00 <-- Guest71874 (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-23 04:58:18 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 05:01:49 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2018-03-23 05:04:10 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 05:04:46 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-23 05:06:45 <-- jast (jast@zoidberg.org) a quitté (Read error: Connection reset by peer) 2018-03-23 05:07:47 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 05:09:10 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 05:11:54 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 05:12:27 <-- itsme__ (~textual@x590fc7c0.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-23 05:17:43 <-- yosafbridge (~yosafbrid@68.ip-149-56-14.net) a quitté (Quit: Leaving) 2018-03-23 05:20:18 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 05:22:37 --> yosafbridge (~yosafbrid@68.ip-149-56-14.net) a rejoint #mcdevs 2018-03-23 05:33:12 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-23 05:34:50 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 05:39:52 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 276 seconds) 2018-03-23 06:07:03 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 265 seconds) 2018-03-23 06:10:53 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 06:11:12 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 06:11:42 -- vemacs est maintenant connu sous le nom Guest41788 2018-03-23 06:16:03 <-- Guest41788 (~vemacs@192.3.17.176) a quitté (Ping timeout: 268 seconds) 2018-03-23 06:16:24 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 264 seconds) 2018-03-23 06:19:11 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 06:52:33 --> Guest22971 (tobias@zoidberg.org) a rejoint #mcdevs 2018-03-23 06:55:59 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 06:56:22 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 06:56:52 -- vemacs est maintenant connu sous le nom Guest30350 2018-03-23 07:02:55 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 268 seconds) 2018-03-23 07:04:41 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 07:06:20 <-- Guest30350 (~vemacs@192.3.17.176) a quitté (Ping timeout: 276 seconds) 2018-03-23 07:18:58 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 07:29:36 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-23 07:35:40 <-- HurricanKai_ (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Remote host closed the connection) 2018-03-23 07:36:24 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2018-03-23 07:36:35 --> HurricanKai_ (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-03-23 07:44:47 <-- HurricanKai_ (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Remote host closed the connection) 2018-03-23 07:45:24 --> HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-03-23 07:51:00 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 07:51:10 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 07:51:39 -- vemacs est maintenant connu sous le nom Guest97847 2018-03-23 07:54:55 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 07:56:00 <-- Guest97847 (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-23 08:15:32 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 08:21:25 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 265 seconds) 2018-03-23 08:26:30 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 08:32:07 <-- Guest22971 (tobias@zoidberg.org) a quitté (Ping timeout: 276 seconds) 2018-03-23 08:43:13 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 08:50:52 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 256 seconds) 2018-03-23 08:57:13 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 09:02:12 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 256 seconds) 2018-03-23 09:06:11 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2018-03-23 09:06:35 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 09:06:47 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 09:07:17 -- vemacs est maintenant connu sous le nom Guest6284 2018-03-23 09:11:48 <-- Guest6284 (~vemacs@192.3.17.176) a quitté (Ping timeout: 268 seconds) 2018-03-23 09:12:56 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 09:21:54 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2018-03-23 09:24:58 --> barneygale (~barneygal@90.197.165.219) a rejoint #mcdevs 2018-03-23 09:34:00 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 268 seconds) 2018-03-23 09:36:07 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 09:36:18 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 09:36:23 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2018-03-23 09:40:36 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 260 seconds) 2018-03-23 09:45:24 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2018-03-23 10:02:42 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 10:04:32 <-- barneygale (~barneygal@90.197.165.219) a quitté (Ping timeout: 260 seconds) 2018-03-23 10:15:24 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2018-03-23 10:16:56 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 265 seconds) 2018-03-23 11:13:13 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 11:13:43 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 11:14:12 -- vemacs est maintenant connu sous le nom Guest34411 2018-03-23 11:29:24 <-- Guest34411 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 11:58:16 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 11:58:22 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 11:58:52 -- vemacs est maintenant connu sous le nom Guest43875 2018-03-23 12:10:27 <-- Guest43875 (~vemacs@192.3.17.176) a quitté (Ping timeout: 246 seconds) 2018-03-23 12:31:20 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 12:36:24 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-23 12:55:21 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 12:55:29 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 12:56:05 -- vemacs est maintenant connu sous le nom Guest33162 2018-03-23 12:59:54 <-- Guest33162 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 13:09:57 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2018-03-23 13:10:50 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-23 13:45:53 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 13:50:24 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 15:57:31 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 15:57:36 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 15:58:07 -- vemacs est maintenant connu sous le nom Guest8970 2018-03-23 16:04:01 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2018-03-23 16:04:30 <-- Guest8970 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 16:23:36 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 16:30:54 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 16:39:24 <-- Andrio (Andrio@questers-rest.andriocelos.ml) a quitté (Remote host closed the connection) 2018-03-23 16:42:04 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 16:47:54 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 16:55:06 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 16:55:26 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 16:55:59 -- vemacs est maintenant connu sous le nom Guest55973 2018-03-23 17:03:59 --> barneygale (~barneygal@90.197.165.219) a rejoint #mcdevs 2018-03-23 17:06:42 <-- Guest55973 (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-23 17:12:11 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 17:16:38 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 17:18:24 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (Ping timeout: 265 seconds) 2018-03-23 17:20:24 --> itsme_ (~textual@x4dbea67f.dyn.telefonica.de) a rejoint #mcdevs 2018-03-23 17:21:17 --> shoghicp (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2018-03-23 17:22:09 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 17:32:46 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-23 17:57:37 --> GeorgH93 (~GeorgH93@pD9FEB139.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-23 18:01:13 <-- itsme_ (~textual@x4dbea67f.dyn.telefonica.de) a quitté (Quit: My Mac Pro has gone to sleep. ZZZzzz…) 2018-03-23 18:06:42 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 18:06:48 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 18:07:18 -- vemacs est maintenant connu sous le nom Guest66512 2018-03-23 18:13:24 <-- Guest66512 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 18:27:45 <-- star (~star@c-76-16-146-255.hsd1.il.comcast.net) a quitté (Quit: The Lounge - https://thelounge.github.io) 2018-03-23 18:28:44 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 18:32:54 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 18:37:05 --> star (~star@c-76-16-146-255.hsd1.il.comcast.net) a rejoint #mcdevs 2018-03-23 18:43:48 --> itsme_ (~textual@x4dbea67f.dyn.telefonica.de) a rejoint #mcdevs 2018-03-23 19:13:16 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 19:13:24 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 19:13:53 -- vemacs est maintenant connu sous le nom Guest12562 2018-03-23 19:29:17 <-- Guest12562 (~vemacs@192.3.17.176) a quitté (Ping timeout: 276 seconds) 2018-03-23 19:51:19 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 19:53:32 <-- mrarm (~mrarm@unaffiliated/mrarm) a quitté (Quit: ZNC 1.6.4 - http://znc.in) 2018-03-23 19:53:33 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 19:54:03 -- vemacs est maintenant connu sous le nom Guest10077 2018-03-23 20:17:00 <-- Guest10077 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 20:18:22 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 20:19:56 --> HurricanKai_ (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-03-23 20:21:24 <-- HurricanKai (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 240 seconds) 2018-03-23 20:23:54 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 20:25:23 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 20:32:36 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-23 20:34:54 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 20:54:02 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 20:54:32 -- vemacs est maintenant connu sous le nom Guest87162 2018-03-23 21:00:54 <-- Guest87162 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-23 21:02:27 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 21:20:40 --> mrarm (~mrarm@unaffiliated/mrarm) a rejoint #mcdevs 2018-03-23 21:29:40 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-23 21:37:31 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-23 21:55:15 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 21:55:56 -- vemacs est maintenant connu sous le nom Guest20872 2018-03-23 21:59:42 <-- Guest20872 (~vemacs@192.3.17.176) a quitté (Ping timeout: 260 seconds) 2018-03-23 22:02:03 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 22:10:59 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-23 22:14:35 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-23 22:20:44 <-- timmyRS (~timmyRS@b1.nex.li) a quitté (Ping timeout: 252 seconds) 2018-03-23 22:32:01 <-- itsme_ (~textual@x4dbea67f.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-23 22:55:17 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 22:55:57 -- vemacs est maintenant connu sous le nom Guest36020 2018-03-23 23:22:24 <-- Guest36020 (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-23 23:25:18 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 23:34:59 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 276 seconds) 2018-03-23 23:41:15 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-23 23:49:34 <-- GeorgH93 (~GeorgH93@pD9FEB139.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2018-03-23 23:55:52 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-23 23:56:14 -- vemacs est maintenant connu sous le nom Guest64049 2018-03-24 00:34:24 <-- Guest64049 (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-24 00:40:50 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 00:41:10 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 00:41:40 -- vemacs est maintenant connu sous le nom Guest39496 2018-03-24 00:45:57 <-- Guest39496 (~vemacs@192.3.17.176) a quitté (Ping timeout: 260 seconds) 2018-03-24 00:47:34 --> bfncds (~chrx@c-73-158-44-204.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-03-24 00:47:43 bfncds hi 2018-03-24 00:48:29 <-- bfncds (~chrx@c-73-158-44-204.hsd1.ca.comcast.net) a quitté (Quit: Leaving) 2018-03-24 00:58:22 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 00:58:45 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 00:59:14 -- vemacs est maintenant connu sous le nom Guest78552 2018-03-24 01:01:35 <-- Thinkofname (~Think@ns3091419.ip-5-135-185.eu) a quitté (Quit: Leaving) 2018-03-24 01:02:33 --> Thinkofname (~Think@2001:41d0:8:c217::1) a rejoint #mcdevs 2018-03-24 01:02:34 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2018-03-24 01:20:16 <-- Guest78552 (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-24 01:24:55 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 01:32:18 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 268 seconds) 2018-03-24 01:34:26 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 01:37:11 <-- Thinkofname (~Think@2001:41d0:8:c217::1) a quitté (Ping timeout: 276 seconds) 2018-03-24 01:41:49 --> Thinkofname (~Think@ns3091419.ip-5-135-185.eu) a rejoint #mcdevs 2018-03-24 01:41:49 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2018-03-24 01:43:41 <-- barneygale (~barneygal@90.197.165.219) a quitté (Ping timeout: 276 seconds) 2018-03-24 01:49:10 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-24 01:50:27 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 01:57:32 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 01:58:02 -- vemacs est maintenant connu sous le nom Guest18644 2018-03-24 02:05:30 --> Andrio (Andrio@questers-rest.andriocelos.ml) a rejoint #mcdevs 2018-03-24 02:09:30 <-- Guest18644 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 02:12:30 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 02:23:44 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-24 02:25:02 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 02:35:54 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 02:41:04 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 02:56:02 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-24 02:57:06 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 02:58:52 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 02:59:22 -- vemacs est maintenant connu sous le nom Guest86538 2018-03-24 03:05:24 <-- Guest86538 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 03:21:08 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 03:36:12 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-24 03:39:40 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 03:44:46 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-24 03:46:11 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 03:52:00 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 03:57:42 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 04:03:12 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-24 04:10:43 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 04:11:05 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 04:11:35 -- vemacs est maintenant connu sous le nom Guest98505 2018-03-24 04:15:30 <-- Guest98505 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 04:19:14 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 04:28:24 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 04:38:07 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (Remote host closed the connection) 2018-03-24 05:11:48 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 05:11:54 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 05:12:23 -- vemacs est maintenant connu sous le nom Guest68448 2018-03-24 05:21:17 <-- Guest68448 (~vemacs@192.3.17.176) a quitté (Ping timeout: 260 seconds) 2018-03-24 05:24:19 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 05:25:32 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2018-03-24 05:31:24 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 05:31:50 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 05:43:46 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 256 seconds) 2018-03-24 05:53:52 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 05:59:24 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 06:03:53 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 06:04:11 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 06:04:40 -- vemacs est maintenant connu sous le nom Guest45733 2018-03-24 06:09:12 <-- Guest45733 (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-24 06:09:55 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 06:20:12 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 260 seconds) 2018-03-24 06:26:02 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-24 06:29:00 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-03-24 06:29:00 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-24 06:39:55 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 06:45:12 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-24 06:47:26 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 06:52:21 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-24 06:52:33 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-24 06:55:47 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 260 seconds) 2018-03-24 07:01:48 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-24 07:02:17 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-24 07:02:27 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 07:02:40 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 07:03:09 -- vemacs est maintenant connu sous le nom Guest18493 2018-03-24 07:07:08 <-- Guest18493 (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 07:25:36 <-- AlphaBlend (Vector@cpe-66-74-178-84.socal.res.rr.com) a quitté (Ping timeout: 248 seconds) 2018-03-24 07:26:33 --> AlphaBlend (Vector@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2018-03-24 07:28:23 --> HurricanKai__ (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-03-24 07:28:28 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2018-03-24 07:31:24 <-- HurricanKai_ (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 240 seconds) 2018-03-24 07:38:28 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-03-24 07:42:21 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-24 07:42:30 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 07:47:54 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 240 seconds) 2018-03-24 07:58:01 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 08:02:22 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 08:02:52 -- vemacs est maintenant connu sous le nom Guest55687 2018-03-24 08:07:11 <-- Guest55687 (~vemacs@192.3.17.176) a quitté (Ping timeout: 276 seconds) 2018-03-24 08:07:32 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 08:15:49 <-- vemacs|ded (~vemacs@192.3.17.176) a quitté (Ping timeout: 264 seconds) 2018-03-24 08:25:03 --> vemacs|ded (~vemacs@192.3.17.176) a rejoint #mcdevs 2018-03-24 09:02:40 -- vemacs|ded est maintenant connu sous le nom vemacs 2018-03-24 09:03:10 -- vemacs est maintenant connu sous le nom Guest33642 2018-03-24 10:42:31 --> UUID00 (~UUID00@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-03-24 10:43:21 <-- UUID00 (~UUID00@BSN-142-194-111.static.siol.net) a quitté (Read error: Connection reset by peer) 2018-03-24 10:43:41 --> UUID00 (~UUID00@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-03-24 11:14:45 <-- HurricanKai__ (~HurricanK@HSI-KBW-149-172-162-110.hsi13.kabel-badenwuerttemberg.de) a quitté (Quit: Leaving) 2018-03-24 12:49:39 --> Vanillagurl (~u291187@pa49-199-2-159.pa.vic.optusnet.com.au) a rejoint #mcdevs 2018-03-24 12:49:59 <-- Vanillagurl (~u291187@pa49-199-2-159.pa.vic.optusnet.com.au) a quitté #mcdevs 2018-03-24 15:41:41 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:45:48 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-24 15:46:20 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:47:21 --> barneygale (~barneygal@90.197.165.219) a rejoint #mcdevs 2018-03-24 15:51:34 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-24 15:52:06 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:52:22 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-24 15:53:01 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:53:09 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-24 15:53:47 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:53:56 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-24 15:54:35 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:54:44 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-24 15:55:22 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:55:31 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-24 15:56:10 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:56:18 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-24 15:56:54 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:57:06 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-24 15:57:44 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 15:57:53 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Client Quit) 2018-03-24 16:07:16 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 16:19:28 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-24 16:25:23 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 17:09:20 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2018-03-24 17:17:00 <-- barneygale (~barneygal@90.197.165.219) a quitté (Ping timeout: 240 seconds) 2018-03-24 18:21:34 --> progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a rejoint #mcdevs 2018-03-24 18:33:43 <-- progwml6 (~progwml6@pool-173-54-58-71.nwrknj.fios.verizon.net) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-24 19:37:07 --> itsme_ (~textual@x4e3514cf.dyn.telefonica.de) a rejoint #mcdevs 2018-03-24 19:54:24 <-- vemacs_ (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a quitté (Quit: ZNC - http://znc.in) 2018-03-24 19:54:58 --> vemacs (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a rejoint #mcdevs 2018-03-24 19:54:58 <-- vemacs (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a quitté (Changing host) 2018-03-24 19:54:58 --> vemacs (~vemacs@unaffiliated/vemacs) a rejoint #mcdevs 2018-03-24 20:33:28 <-- itsme_ (~textual@x4e3514cf.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-24 21:16:57 --> barneygale (~barneygal@90.197.165.219) a rejoint #mcdevs 2018-03-24 21:21:32 <-- barneygale (~barneygal@90.197.165.219) a quitté (Remote host closed the connection) 2018-03-25 00:19:53 --> itsme_ (~textual@x4e3514cf.dyn.telefonica.de) a rejoint #mcdevs 2018-03-25 01:00:12 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Read error: Connection reset by peer) 2018-03-25 01:06:56 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2018-03-25 01:08:59 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-03-25 01:21:36 <-- itsme_ (~textual@x4e3514cf.dyn.telefonica.de) a quitté (Quit: My Mac Pro has gone to sleep. ZZZzzz…) 2018-03-25 03:23:17 xandaros What does the client send when using a block (e.g. a chest)? Just Use Item and the server does a raytrace to figure out what you are looking at? Seems unlikely, but I can't seem to find a packet for using blocks 2018-03-25 03:33:50 Andrio Seems to be the packet referred to as 'CPacketPlayerTryUseItemOnBlock' in Forge and 'Player Block Placement' on wiki.vg 2018-03-25 03:50:27 --> itsme_ (~textual@x4e3514cf.dyn.telefonica.de) a rejoint #mcdevs 2018-03-25 04:00:57 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2018-03-25 04:13:42 xandaros Hmm, interesting. Thanks 2018-03-25 04:46:00 --> ScarabCoder (~Mutter@104.220.194.14) a rejoint #mcdevs 2018-03-25 04:47:54 ScarabCoder Is there a place where I can suggest a small client side packet feature? 2018-03-25 04:59:56 +ammar2 uhh not really, you're at the whims of the minecraft gods 2018-03-25 05:00:05 +ammar2 if its an actual bug you can try reporting it on the issue tracker 2018-03-25 05:00:20 +ammar2 I dunno if mojira does feature requests, probably not 2018-03-25 05:00:31 ScarabCoder Well I suppose I could track it as a bug and suggest a valid fix 2018-03-25 05:01:12 ScarabCoder Basically a packet that is sent to the client that marks blocks in an area as unbreakable, mainly for spawn chunks 2018-03-25 05:01:57 ScarabCoder As at the moment, of a block is broken and the server doesn’t accept it it’s not very clean (disappears and reappears) 2018-03-25 05:04:42 +ammar2 aah that sounds like a decent idea, a little hint for the client side prediction 2018-03-25 05:04:55 +ammar2 the spawn protection feature exists in the vanilla server, right? 2018-03-25 05:05:15 +ammar2 it has a higher chance of being accepted as a bug if the problem is in the base game 2018-03-25 05:06:28 ScarabCoder Right, I had to think of a good problem it would solve 2018-03-25 05:07:17 ScarabCoder Would make plugins like WorldGuard protection much nicer looking. I can just imagine Mojang implementing this for given chunks instead of a coordinated area though 2018-03-25 05:18:54 <-- ScarabCoder (~Mutter@104.220.194.14) a quitté (Quit: Mutter: www.mutterirc.com) 2018-03-25 05:26:13 --> ScarabCoder (~Mutter@104.220.194.14) a rejoint #mcdevs 2018-03-25 05:29:35 <-- ScarabCoder (~Mutter@104.220.194.14) a quitté (Client Quit) 2018-03-25 05:30:41 --> ScarabCoder (~Mutter@104.220.194.14) a rejoint #mcdevs 2018-03-25 05:30:59 --> itsme (~textual@x4dbe6370.dyn.telefonica.de) a rejoint #mcdevs 2018-03-25 05:31:09 <-- ScarabCoder (~Mutter@104.220.194.14) a quitté (Client Quit) 2018-03-25 05:31:29 --> ScarabCoder (~Mutter@104.220.194.14) a rejoint #mcdevs 2018-03-25 05:31:36 <-- ScarabCoder (~Mutter@104.220.194.14) a quitté (Client Quit) 2018-03-25 05:33:24 <-- itsme_ (~textual@x4e3514cf.dyn.telefonica.de) a quitté (Ping timeout: 256 seconds) 2018-03-25 05:35:15 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-03-25 05:51:42 --> ScarabCoder (~Mutter@104.220.194.14) a rejoint #mcdevs 2018-03-25 05:59:57 <-- ScarabCoder (~Mutter@104.220.194.14) a quitté (Quit: Mutter: www.mutterirc.com) 2018-03-25 06:00:53 --> ScarabCoder (~Mutter@104.220.194.14) a rejoint #mcdevs 2018-03-25 06:00:59 <-- ScarabCoder (~Mutter@104.220.194.14) a quitté (Client Quit) 2018-03-25 06:12:19 <-- itsme (~textual@x4dbe6370.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-25 07:27:51 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-25 07:28:09 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-25 08:27:24 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-25 08:27:36 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-25 11:09:58 <-- justJanne (~justJanne@lithium.kuschku.de) a quitté (Quit: So, if you care to find me, look to the western sky. As someone told me lately, everyone deserves a chance to fly.) 2018-03-25 11:13:01 --> justJanne (~justJanne@lithium.kuschku.de) a rejoint #mcdevs 2018-03-25 12:29:14 <-- Matsv (~Matsv@i.am.matsv.nl) a quitté (Quit: Bye (:) 2018-03-25 12:46:48 --> Matsv (~Matsv@i.am.matsv.nl) a rejoint #mcdevs 2018-03-25 13:05:11 <-- Matsv (~Matsv@i.am.matsv.nl) a quitté (Quit: Bye (:) 2018-03-25 15:42:03 --> ishitatsuyuki_ (~quassel@unaffiliated/ishitatsuyuki) a rejoint #mcdevs 2018-03-25 15:42:12 <-- ishitatsuyuki_ (~quassel@unaffiliated/ishitatsuyuki) a quitté #mcdevs 2018-03-25 19:08:25 --> ScarabCoder (~Mutter@104.220.194.14) a rejoint #mcdevs 2018-03-25 19:14:32 <-- ScarabCoder (~Mutter@104.220.194.14) a quitté (Remote host closed the connection) 2018-03-25 19:42:08 --> timmyRS (~timmyRS@b1.nex.li) a rejoint #mcdevs 2018-03-25 23:33:01 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-25 23:33:36 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-25 23:43:19 --> ME1312 (~ME1312@cpe-71-72-87-2.columbus.res.rr.com) a rejoint #mcdevs 2018-03-25 23:43:32 <-- ME1312 (~ME1312@cpe-71-72-87-2.columbus.res.rr.com) a quitté (Client Quit) 2018-03-25 23:57:01 <-- EW8GU (admin@ho.by) a quitté (Ping timeout: 240 seconds) 2018-03-26 00:00:03 --> EW8GU (admin@ho.by) a rejoint #mcdevs 2018-03-26 01:21:14 <-- UUID00 (~UUID00@BSN-142-194-111.static.siol.net) a quitté (Ping timeout: 268 seconds) 2018-03-26 01:30:06 <-- darngeek (~darngeek@bouncer.pocketmine.net) a quitté (Ping timeout: 256 seconds) 2018-03-26 01:31:22 --> darngeek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2018-03-26 02:12:32 <-- LaxWasThere (~Lax@deathtopennies.org) a quitté (Quit: Parting is such a sweet sorrow) 2018-03-26 04:47:00 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2018-03-26 05:30:24 <-- darngeek (~darngeek@bouncer.pocketmine.net) a quitté (Ping timeout: 240 seconds) 2018-03-26 05:31:16 --> darngeek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2018-03-26 06:12:01 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-26 06:14:56 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2018-03-26 06:14:56 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-26 07:02:11 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-26 07:03:47 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-26 09:57:33 --> UUID00 (~UUID00@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-03-26 11:57:03 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-26 11:58:40 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-26 12:55:46 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-26 12:56:36 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-26 14:55:50 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-26 14:56:35 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-26 16:07:47 --> Myrax (~Dominic@193.240.250.190) a rejoint #mcdevs 2018-03-26 18:15:18 <-- Myrax (~Dominic@193.240.250.190) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-03-26 18:18:25 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-26 18:20:09 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-03-26 18:20:09 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-26 18:33:48 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2018-03-26 18:41:37 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-26 18:42:30 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-26 18:47:17 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2018-03-26 18:47:22 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-26 20:52:40 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-03-26 20:54:17 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-26 21:38:45 <-- I9hdkill (~quassel@2001:41d0:d:1cb7::) a quitté (Ping timeout: 245 seconds) 2018-03-26 21:44:55 --> Myrax (~Dominic@95.150.212.185) a rejoint #mcdevs 2018-03-26 21:48:39 --> I9hdkill (~quassel@2001:41d0:d:1cb7::) a rejoint #mcdevs 2018-03-26 22:49:25 <-- EW8GU (admin@ho.by) a quitté (Ping timeout: 246 seconds) 2018-03-27 00:53:01 --> EW8GU (admin@ho.by) a rejoint #mcdevs 2018-03-27 01:16:51 <-- Myrax (~Dominic@95.150.212.185) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-03-27 01:28:25 <-- UUID00 (~UUID00@BSN-142-194-111.static.siol.net) a quitté (Ping timeout: 264 seconds) 2018-03-27 02:48:37 <-- sudden (~lax@unaffiliated/laxask) a quitté (Ping timeout: 256 seconds) 2018-03-27 02:49:07 --> sudden (~lax@155.4.187.69) a rejoint #mcdevs 2018-03-27 02:49:07 <-- sudden (~lax@155.4.187.69) a quitté (Changing host) 2018-03-27 02:49:08 --> sudden (~lax@unaffiliated/laxask) a rejoint #mcdevs 2018-03-27 04:17:04 --> itsme_ (~textual@x4dbd9c5e.dyn.telefonica.de) a rejoint #mcdevs 2018-03-27 04:24:15 <-- itsme_ (~textual@x4dbd9c5e.dyn.telefonica.de) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-03-27 05:02:06 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2018-03-27 06:05:39 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-27 06:08:55 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 256 seconds) 2018-03-27 06:08:55 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-03-27 06:48:55 --> bildramer (~bildramer@p200300ED83CE140015701368E403C24D.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-27 06:50:31 <-- bildramer1 (~bildramer@p200300ED83CE1400F4D84A8A86059646.dip0.t-ipconnect.de) a quitté (Ping timeout: 265 seconds) 2018-03-27 06:53:07 <-- bildramer (~bildramer@p200300ED83CE140015701368E403C24D.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2018-03-27 06:53:38 --> bildramer (~bildramer@p2E514D92.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-03-27 08:25:14 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-03-27 08:25:39 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-03-27 09:40:04 --> UUID00 (~UUID00@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2018-03-27 10:40:38 <-- jast (jast@zoidberg.org) a quitté (Remote host closed the connection) 2018-03-27 10:40:45 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-27 11:12:38 --> Myrax (~Dominic@193.240.250.190) a rejoint #mcdevs 2018-03-27 12:36:48 <-- jast (jast@zoidberg.org) a quitté (Remote host closed the connection) 2018-03-27 12:37:07 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2018-03-27 15:21:48 <-- Myrax (~Dominic@193.240.250.190) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-03-27 15:27:28 --> Myrax (~Dominic@193.240.250.190) a rejoint #mcdevs 2018-03-27 16:29:06 <-- x10A94 (~x@hyper.is-a.cat) a quitté (Quit: You shouldn't ever see this) 2018-03-27 17:09:08 <-- Myrax (~Dominic@193.240.250.190) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-03-27 17:10:16 --> Myrax (~Dominic@193.240.250.190) a rejoint #mcdevs