[Modpack] WorldEdit [worldedit]

Post Reply
User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

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.
Last edited by VanessaE on Wed May 02, 2012 22:51, edited 1 time in total.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

Update!
Changelog:
  • Fixed Bug //load test.we results in loading test.we.we
  • Added API
  • Added Error-Message when File could not be loaded
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

Update again!
Changelog:
  • Fixed Error in Code which prevented Minetest from Starting
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

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

User avatar
redcrab
Member
Posts: 833
Joined: Tue Dec 13, 2011 13:45
Location: France
Contact:

by redcrab » Post

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.

tiny

by tiny » Post

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.)

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

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)
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

Someone is working hard then.

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

^^
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Temperest
Member
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Post

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

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

Should i make a //dark Command to?
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Temperest
Member
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Post

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
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.

cosarara97
Member
Posts: 180
Joined: Tue Nov 01, 2011 18:53

by cosarara97 » Post

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...
Last edited by cosarara97 on Sat May 19, 2012 14:44, edited 1 time in total.
:D

Temperest
Member
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Post

For me, it was lit until the lighting was recalculated.
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

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
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Jenkings
Member
Posts: 13
Joined: Thu May 17, 2012 09:02
Location: Czech republic

by Jenkings » Post

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 ?
Take a look at two players games web portal

cosarara97
Member
Posts: 180
Joined: Tue Nov 01, 2011 18:53

by cosarara97 » Post

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

User avatar
LolManKuba
Member
Posts: 939
Joined: Fri Feb 10, 2012 22:36
Location: Ontario, Canada
Contact:

by LolManKuba » Post

Lol!

Code: Select all

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!
Last edited by LolManKuba on Sun May 20, 2012 00:26, edited 1 time in total.

Temperest
Member
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Post

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

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.

cosarara97
Member
Posts: 180
Joined: Tue Nov 01, 2011 18:53

by cosarara97 » Post

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

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

AFAIK theres to no Way to recalculate the light
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
Stef
Member
Posts: 394
Joined: Wed Apr 04, 2012 10:46
Location: Belgium

by Stef » Post

Sfan the light command won't work for me too
Sorry for my crappy english, im dutch :D

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

The light Command is experimantal, and may have no effect
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

User avatar
kotolegokot
Member
Posts: 131
Joined: Mon Jul 02, 2012 17:03
Location: Russia, Ishim

by kotolegokot » Post

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.

sfan5
Moderator
Posts: 4094
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5
Location: Germany

by sfan5 » Post

I created WorldEdit before that Feature got added, and i'm too lazy to change it
Mods: Mesecons | WorldEdit | Nuke & Minetest builds for Windows (32-bit & 64-bit)

Post Reply

Who is online

Users browsing this forum: No registered users and 23 guests