101 (edited by VanessaE 2012-05-02 22:51:52)

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

http://digitalaudioconcepts.com/vanessa … t/home2.we

Slightly different positions this time (also a bit smaller of a box); still getting used to this sort of navigation.

102

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Update!
Changelog:

  • Fixed Bug //load test.we results in loading test.we.we

  • Added API

  • Added Error-Message when File could not be loaded

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

103

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Update again!
Changelog:

  • Fixed Error in Code which prevented Minetest from Starting

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Twice in one day, must be hard work for you.

<Pixelized> yup the mpaa has some pretty fast seeders =)

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Great evolution Sfan5 , love it ...

But there is an issue  for my case (serial server on single host issue)
Context:
  From a single host if I have multiple instance running (multiple world) on different port, I ve made a pattern to have for each world its respective game (mode def etc) but to avoid multiple copies of same mod I play a lot with a symbolic link ...
for instance I have a mod worldedit in game1 and game2 to provide worldedit respectively to world1 and world 2..
but currently both worldedit mod are symbolic link to a single worldedit folder located elsewhere...

Issue:
But when the mod want to create temp file it write them inside the mod folder ... so the two world shares the same temp files .... Outch ...

Solution:
I know that I may update it for world path instead of mod path , I would like you may fix it in your code by this way I do not have to fix again and again each time you release a version...

Thanks for your great mod :)

0.4  for serious builder click here
Dedicated Minetest redcrab server forum at http://minetestbb.suret.net

It's nice to be important but it is more important to be nice.

106

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

redcrab wrote:

Solution:
I know that I may update it for world path instead of mod path , I would like you may fix it in your code by this way I do not have to fix again and again each time you release a version...

Thanks for your great mod :)

(... And I changed it to modpath so it would run on 20120122-1.)

107

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

3rd Update Today!
Changelog:

  • Added //light which sets the Light-Level of the Blocks to 13

  • Schematics will now get saved in MAPDIR/schems

  • Added »worldedit« Privs (Note: weperms.txt will still work)

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Someone is working hard then.

<Pixelized> yup the mpaa has some pretty fast seeders =)

109

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

^^

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Love the //light command, I've been looking for a way to get rid of the weird persistent shadows.

The Mesecons Laboratory, a site dedicated to the art of Mesecons circuitry!

Latest article: Mesecons Basics.

111

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Should i make a //dark Command to?

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

What about having the //light command accept a light level to set instead? Like this:

//light 2

And omitting the level would mean 13:

//light

The Mesecons Laboratory, a site dedicated to the art of Mesecons circuitry!

Latest article: Mesecons Basics.

113 (edited by cosarara97 2012-05-19 14:44:58)

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Does the //light command override night? (Will there be light forever?)

EDIT: I can't get the light command to work D: I get a "n blocks lighted" message, but nothing happens...

:D

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

For me, it was lit until the lighting was recalculated.

The Mesecons Laboratory, a site dedicated to the art of Mesecons circuitry!

Latest article: Mesecons Basics.

115

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

cosarara97 wrote:

Does the //light command override night? (Will there be light forever?)

EDIT: I can't get the light command to work D: I get a "n blocks lighted" message, but nothing happens...

You must select a Region

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

This is very good mod.
So can you add something like a //sphere in MC ,that creates big ball , and parameters are material and radius ?

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

sfan5 wrote:
cosarara97 wrote:

Does the //light command override night? (Will there be light forever?)

EDIT: I can't get the light command to work D: I get a "n blocks lighted" message, but nothing happens...

You must select a Region

I do. I wrote "n", but the message says something like "1836 blocks lighted", depending on how big is the area...

:D

118 (edited by LolManKuba 2012-05-20 00:26:30)

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Lol!

20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-73) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-72) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-71) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-70) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-69) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-68) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-67) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-66) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-65) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-64) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-63) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-62) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,32,-61) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:wood" at (6,33,-74) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-73) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-72) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-71) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-70) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-69) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-68) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-67) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-66) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-65) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-64) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-63) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-62) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,33,-61) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:wood" at (6,34,-74) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-73) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-72) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-71) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-70) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-69) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-68) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-67) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-66) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-65) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-64) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-63) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-62) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,34,-61) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:wood" at (6,35,-74) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-73) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-72) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-71) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-70) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-69) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-68) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-67) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-66) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-65) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-64) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-63) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-62) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,35,-61) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:wood" at (6,36,-74) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-73) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-72) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-71) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-70) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-69) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-68) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-67) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-66) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-65) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-64) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-63) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-62) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,36,-61) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:wood" at (6,37,-74) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-73) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-72) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-71) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-70) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-69) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-68) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-67) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-66) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-65) (block (0,2,-5))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-64) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-63) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-62) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: ERROR[ServerThread]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (6,37,-61) (block (0,2,-4))
20:22:01: INFO[ServerThread]: Debug stacks:
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 4416: 
20:22:01: INFO[ServerThread]: #0  main
20:22:01: INFO[ServerThread]: DEBUG STACK FOR THREAD 5380: 
20:22:01: INFO[ServerThread]: #0  ServerThread::Thread
20:22:01: INFO[ServerThread]: #1  Server::Receive
20:22:01: INFO[ServerThread]: #2  Server::ProcessData
20:22:01: INFO[main]: Server: Saving players
20:22:05: INFO[main]: Server: Saving environment metadata
20:22:09: INFO[main]: Server: Stopping and waiting threads
20:22:09: INFO[ServerThread]: ServerMap: Unloaded 9 blocks from memory, of which 0 were written, 186 blocks in memory.
20:22:09: INFO[ServerThread]: Players:
20:22:09: INFO[ServerThread]: * singleplayer    RemoteClient 2: m_blocks_sent.size()=504, m_blocks_sending.size()=3, m_nearest_unsent_d=1, m_excess_gotblocks=0
20:22:09: INFO[ServerThread]: Server: MapEditEvents:
20:22:09: INFO[ServerThread]:   MEET_ADDNODE: - - - - - - - - - - - - - - 2100
20:22:20: INFO[ServerThread]: ServerMap: Written: 0 sector metadata files, 8 block files, 186 blocks in memory.
20:22:20: INFO[ServerThread]: ServerMap: Blocks modified by: 
20:22:20: INFO[ServerThread]:   setNodeNoCheck, setNode, setNode, setNode...: 4
20:22:20: INFO[ServerThread]:   setNodeNoCheck, setNode, setNode, setNodeNoCheck...: 4
20:22:20: INFO[ServerThread]: Server::ProcessData(): Cancelling: peer 2 not found
20:22:20: INFO[main]: Server: Threads stopped
20:22:20: VERBOSE[main]: ServerEnvironment::deactivateFarObjects(): deactivating object id=1 on inactive block (-1,1,-4)
20:22:20: VERBOSE[main]: ServerEnvironment::deactivateFarObjects(): object id=1 is not known by clients; deleting
20:22:20: VERBOSE[main]: ServerMap::~ServerMap
20:22:29: INFO[main]: ServerMap: Written: 0 sector metadata files, 167 block files, 186 blocks in memory.
20:22:29: INFO[main]: ServerMap: Blocks modified by: 
20:22:29: INFO[main]:   Timestamp older than 60s (step): - - - -  18
20:22:29: INFO[main]:   Timestamp older than 60s (step), Timestamp older than 60s (step): 10
20:22:29: INFO[main]:   Timestamp older than 60s (step), Timestamp older than 60s (step)...: 68
20:22:29: INFO[main]:   Timestamp older than 60s (step), setTimestamp: 5
20:22:29: INFO[main]:   Timestamp older than 60s (step), setTimestamp...: 33
20:22:29: INFO[main]:   setTimestamp: - - - - - - - - - - - - - - 25
20:22:29: INFO[main]:   setTimestamp, Timestamp older than 60s (step): 7
20:22:29: INFO[main]:   setTimestamp, setTimestamp: - - - - - - - 1
20:22:29: INFO[main]: ServerMap: Saved map to C:\Documents and Settings\HP_Administrator.YOUR-136F2019DC\My Documents\minetest-0.4.dev-20120408-win32\bin\..\worlds\Recording Minetest Texture Pack
20:22:29: INFO[main]: Server: Deinitializing scripting
20:22:32: INFO[main]: BanManager: saving to C:\Documents and Settings\HP_Administrator.YOUR-136F2019DC\My Documents\minetest-0.4.dev-20120408-win32\bin\..\worlds\Recording Minetest Texture Pack\ipban.txt
20:22:33: INFO[main]: Searching worlds...
20:22:33: INFO[main]:   In C:\Documents and Settings\HP_Administrator.YOUR-136F2019DC\My Documents\minetest-0.4.dev-20120408-win32\bin\..\worlds: 
20:22:33: INFO[main]: Parsing configuration file: "C:\Documents and Settings\HP_Administrator.YOUR-136F2019DC\My Documents\minetest-0.4.dev-20120408-win32\bin\..\worlds\Recording Minetest Texture Pack\world.mt"
20:22:33: INFO[main]: Recording Minetest Texture Pack 
20:22:33: INFO[main]: 1 found.
20:22:33: INFO[main]: Waiting for other menus
20:22:33: INFO[main]: Waited for other menus
20:22:33: INFO[main]: Created main menu
20:22:33: INFO[main]: locale has been set to:English_United States.1252
20:22:33: INFO[main]: locale has been set to:C

flipping out!

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Seems like you either are setting an invalid node or are doing an operation out of chunk load distance.

The Mesecons Laboratory, a site dedicated to the art of Mesecons circuitry!

Latest article: Mesecons Basics.

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

The light command still doesn't work for me (although the console says it does), is there any way to recalculate light in the whole world? Those shadows are really ugly...

:D

121

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

AFAIK theres to no Way to recalculate the light

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

122

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Sfan the light command won't work for me too

Sorry for my crappy english, im dutch :D

123

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

The light Command is experimantal, and may have no effect

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

Why you don't use minetest.register_chatcommand?

I'm creator of these mods: Locked sign, Locked furnace, Money. And I'm a developer of The RealTest Game.

125

Re: [Mod] WorldEdit [0.6] [worldedit] {GitHub}

I created WorldEdit before that Feature got added, and i'm too lazy to change it

My Mods: Nuke Mod WorldEdit Particles and working on Mesecons
Subscribe me on YouTube if you like my Stuff
My Minetest Builds for Windows