[Server] VanessaE's Creative Server [5.4.0]

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Zephyrus1497 wrote:Can i have the privs plz? if i get them i will not grief nor will i destroy other peoples property.
Default Priviliges: home, fly, noclip, shout, fast -- Interact is not granted by default. You must have a forum account in order to gain interact privilege. If you do not have a forum account, you must first create one using exactly the same user ID as you wish to use on the server - watch your typing, as your user ID is case-sensitive. Then request here or catch me on IRC and I will set it.
Coding;
1X coding
3X debugging
12X tweaking to be just right

Zephyrus1497
New member
Posts: 8
Joined: Wed Dec 12, 2012 15:00

by Zephyrus1497 » Post

vanessa can i plz have the interact priv and ca can i plz have thi skin?
http://www.minecraftskins.com/search/ar ... r-chief/2/
its the one that has 35 next to it
thanks Zephyrus1497 same name in minetest too

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

Granted interact and installed skin for Zephyrus1497.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
Dopium
Member
Posts: 233
Joined: Sat Jun 09, 2012 15:43
Location: Australia

by Dopium » Post

Can you please change my skin again :)

http://www.minecraftskins.info/creeper.html
Running @1.19 MHz, 128 bytes of RAM and interchangeable 4kb ROM carts!

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

VanessaE wrote:

VanessaE's Server

Map of the Server
Full-size map: Click here!
Preview:
Image
Now This is useful maube you should update it every couple of days.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Also can you make a map of Hades.
Here are some mods you should look at.

Money. You probobly don't need this on your server but still test it out please.
http://minetest.net/forum/viewtopic.php?id=4111

Clock. It would be a useful mod.
http://minetest.net/forum/viewtopic.php?id=807
Last edited by jojoa1997 on Mon Dec 17, 2012 11:11, edited 1 time in total.
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
Obiewan1111
Member
Posts: 198
Joined: Fri Dec 14, 2012 20:30
Location: Salisbury, Wiltshire, England

by Obiewan1111 » Post

Can I have this skin please? Thanks..

http://tinypic.com/view.php?pic=23w1sud&s=6
Youtube Channel; Minetest Gaming Videos

Is suggesting the Offtopic Section and getting it added an achievement? I guess it is!

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

Skins installed/updated for Dopium and Obiewan1111.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

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

Courtesy of redcrab, here is the code for the custom /spawn command I added today (modified slightly):

Code: Select all

minetest.register_on_chat_message(function(name, message, playername, player)
        local cmd = "/spawn"
        if message:sub(0, #cmd) == cmd then
                if message == '/spawn' then
                        local player = minetest.env:get_player_by_name(name)
                        minetest.chat_send_player(player:get_player_name(), "Teleporting to spawn...")
                        player:setpos({x=-138, y=24, z=100})
                        return true
                end
        end
end)
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

can you post a map of my village i need to do some planning. the area is circled.

Image
Coding;
1X coding
3X debugging
12X tweaking to be just right

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

Jojoa: click the 'full size' link in the first post, download the image, then use an image editor (GIMP, paint.net, etc) to crop to that area and zoom in. That's as detailed as this type of map can get.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

ok
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

VanessaE wrote:Jojoa: click the 'full size' link in the first post, download the image, then use an image editor (GIMP, paint.net, etc) to crop to that area and zoom in. That's as detailed as this type of map can get.
Is it possible to create one for hades
Coding;
1X coding
3X debugging
12X tweaking to be just right

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

I don't think so. I don't know at all how to render such a thing. Your best bet would probably be to fly into the ground just above the area and take one or more screenshots and use those.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

Zephyrus1497
New member
Posts: 8
Joined: Wed Dec 12, 2012 15:00

by Zephyrus1497 » Post


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

Skin updated for Zephyrus1497.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
Ade96
Member
Posts: 94
Joined: Sun Jun 24, 2012 15:48
Location: Finland

by Ade96 » Post

Hey, I would like to request protection for my house and other stuff. Here are the coordinates: 340,30000,-420 to 525,-30000,-555
P.S. I moved away from the old place so I deleted the old protection post.
If you're interested, here are some screenshots of my Redcrab's server's medieval town: http://ade96.imgur.com/ (Updated 8th of December)

User avatar
Obiewan1111
Member
Posts: 198
Joined: Fri Dec 14, 2012 20:30
Location: Salisbury, Wiltshire, England

by Obiewan1111 » Post

Ade96 wrote:Hey, I would like to request protection for my house and other stuff. Here are the coordinates: 340,30000,-420 to 525,-30000,-555
P.S. I moved away from the old place so I deleted the old protection post.
Ask her when you are both online in the server, therefore that way it'll be easier, because you both have to be on to protect.
Youtube Channel; Minetest Gaming Videos

Is suggesting the Offtopic Section and getting it added an achievement? I guess it is!

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Obiewan1111 wrote:
Ade96 wrote:Hey, I would like to request protection for my house and other stuff. Here are the coordinates: 340,30000,-420 to 525,-30000,-555
P.S. I moved away from the old place so I deleted the old protection post.
Ask her when you are both online in the server, therefore that way it'll be easier, because you both have to be on to protect.
Ade what is your ingame name I could request it for you
Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Coding;
1X coding
3X debugging
12X tweaking to be just right

User avatar
Obiewan1111
Member
Posts: 198
Joined: Fri Dec 14, 2012 20:30
Location: Salisbury, Wiltshire, England

by Obiewan1111 » Post

jojoa1997 wrote:
Obiewan1111 wrote:
Ade96 wrote:Hey, I would like to request protection for my house and other stuff. Here are the coordinates: 340,30000,-420 to 525,-30000,-555
P.S. I moved away from the old place so I deleted the old protection post.
Ask her when you are both online in the server, therefore that way it'll be easier, because you both have to be on to protect.
Ade what is your ingame name I could request it for you
That's impossible, unless you're implying for you to log his account. Which isn't needed.
Youtube Channel; Minetest Gaming Videos

Is suggesting the Offtopic Section and getting it added an achievement? I guess it is!

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

Obiewan1111 wrote:
jojoa1997 wrote:
Obiewan1111 wrote:
Ask her when you are both online in the server, therefore that way it'll be easier, because you both have to be on to protect.
Ade what is your ingame name I could request it for you
That's impossible, unless you're implying for you to log his account. Which isn't needed.
I meant that if I see Vanessa I can tell here
Coding;
1X coding
3X debugging
12X tweaking to be just right

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

Area protection granted for Ade96 (for the revised coordinates).
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
xavier108
Member
Posts: 227
Joined: Sat Nov 24, 2012 06:05
IRC: Ezlif
Location: Black Mesa Facility

by xavier108 » Post

Can i have some priviledges please
Ezlif :D

Post Reply

Who is online

Users browsing this forum: No registered users and 21 guests