Quote:Taugeshtu, the branch has been mergedThanks a lot! And great cheers to you, new generation is lightning-fast! I also liked new finishers and Voronoi biomes a lot
Now, back to business)
I've figured out how to make a web plugin, handle form entries and so on, BUT!
I'm wondering, how do I get access to a world instance through a web plugin?
I assume there could be some sort of walk-around: setting some bool variable in web plugin script and then using it in "normal" plugin, but still: how do I get a world instance if there're no players online?
(I appologize for not digging sources still)
And one more thing: what if I have multiple worlds?
UPD:
Getting an instance solved! Through cRoot:Get():GetWorld().
But still, how do I get access to a specific world?
UPD2:
Regenerating chunk causes server to crash O_o