Hi! I just thought about making a server, and after some looking around I sucessfully made a quite big map using an editor, the landscape is really crappy but hey, that's what players are for!
Anyways, I have a few questions:
- Water and lava doesn't flow, only sometimes, can't figure out why.
- I saw a server which had commands like /lava, /water (to make lava and water) but it seems it's not a standard command, or such. How can I implement this?
- Same goes for the commands /dense and /adminbreak (this way the blocks can be destroyed, but will instantly regenerate, which makes it possible to place "solid" blocks of all types, atleast somewhat), how do I do this?
That's the most "urgent" problems, I'd say, then I'm just interested in how to code this, or rather where. Where do I put the file(s)? Are there existing files that I can edit?
I know some Java, I'm sure I could figure something out if I just knew if there was something to continue on.
Thanks!
My dimensions are 512 x 192 x 512, so should be OK, right?
Will try that rebuild under it thing :) alittle too much work to do it all around the map though, don't you think? :/ how come they flow on "regular" maps? (the autogenerated maps made when the server can't find a server_level-file)
I know I need to script it, that was my question really, how do I do it?
I know you said you don't know how but maybe you know someone who can? :D
For other readers, I'm not asking for a working script, begging or such (that would be nice though, heh) but I'm really interested in coding one myself, just need some help getting started
I'd love to figure out some Java coding for minecraft too. I'm trying to make water you can spawn that doesn't spread to make like elevators and cool stuff of that sort. If someone could help us both out it would be much appreciated!
ive also been looking for this :P
do you really have to buy a script?
isnt there any nice pepoles here that can share one?
512x512x192 are not valid dimensions, try 512x512x128.
Also, if you want a free custom server, check this out. http://sourceforge.net/projects/minercpp/
I have the same questions. I really want to know how to code for minecraft. If anyone has a guide, or maybe a program for those commands, that would be helpful.
I made a server but any commands I type in, it says 'Your not a server admin!'. It also says that to everyone that's on my server. What should I do?
MCsharp is also pretty good.
I'm using it on my server and it has a lot of useful commands like water and lava
Yeah, how do i do the coding things and how do i get the script? IM REALLY CONFUSED!!!!! :P
everyone noes google = amazingness
everyone noes google = amazingness
WoM Coins: 2
1.Water and lava doesn't flow: Either because, your map dimensions are not multiples of 2 or 16 OR you aren't "activating" the water block. To activate it, delete and build right under the water block.