• 56

    posted a message on ★★★ SKCraft ★★★ | VANILLA + FORGE MODDED | Play with others, without theft! | Mature community | Since 2010




    • We're a long running Minecraft community (since the first versions of survival Minecraft)
    • We're a place where you can enjoy Minecraft with other players without having to deal with theft (we're not a PvP server)
    • We value the work of our players and you never have to fear about your creations ever being deleted (unless they're in clear violation of the rules)
    • We have friendly members and friendly staff who are usually happy to help
    • Our moderators are hand picked and we ensure that they're mature individuals who will not hassle players
    • We're run by a Minecraft mod author and we build our own mods and assemble our unique modpacks
    • You must apply to join the server (whitelist), but applications are very short, and you can invite your own friends and family members once you've been accepted
    • You don't need to pay real money for basic items to play the game; you get everything for free (we are independently funded)


    We run two servers.


    • Vincent is a survival server doesn't require client mods. You can join with any Minecraft client, and the server comes equipped with completely optional extra server side mods that let you automate aspects of the game.
    • Alice is a modded Forge server. It's like FTB or Tekkit, but we use a custom modpack that provides a mix of tech and magic with unique progression trees that let you explore often-neglected smaller mods. We also feature GregTech, but without the long load times.




    You can apply here: http://apply.skcraft.com/apply


    Responses usually take 1-2 days at most.


    Posted in: PC Servers
  • 1

    posted a message on WorldEdit - Do really big things in-game! In-game map editor and more
    Quote from LoRaM100»


    Trees didn't work for me sk (tried the first 3 - 6.1.1s), additionally the /descend command quit working.
    Lou


    Yeah, they have apparently never worked in the Forge version. The code for tree generation was completely missing.


    However, I have fixed this for the Forge 1.8 version and you can get the first download listed here: http://builds.enginehub.org/job/worldedit?branch=feature/forge1.8


    However, it currently doesn't let you undo trees.


    @Thorley_Enterprises Do what LoRaM100 said. worldedit.properties in config/worldedit should have some setting about brush max size.

    Posted in: Minecraft Mods
  • 1

    posted a message on WorldEdit - Do really big things in-game! In-game map editor and more

    You'll have to install Minecraft Forge: http://files.minecraftforge.net/

    Posted in: Minecraft Mods
  • 94

    posted a message on WorldEdit - Do really big things in-game! In-game map editor and more

    WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both single player and multiplayer.

    • Build grand and amazing things beyond what you could do before
    • Fix problems with your world while you play your game
    • Quickly create, replace or delete thousands of blocks in seconds
    • Level an entire mountain and replace it with natural looking terrain
    • Use hand-bound tools and brushes to quickly make changes
    • Generate spheres, cylinders, cuboids, forests, pumpkin patches, and snowy areas
    • Use your compass to quickly teleport to areas by left clicking or using /jumpto
    • Choose an area and have it instantly restored from backups
    • Copy areas, paste them, load them, and save them as .schematics

    WorldEdit has no impact on your game load time / server when not in use.

    Got questions? Follow @sk89q on Twitter or join us on IRC (irc.esper.net on #sk89q). Read the quick start guide too.



    Features

    • Delete everything in your selection: //set 0
    • Change all the blocks in an area to stone: //set stone
    • Set an area to 33% sand, 33% glass, 33% brick: //set sand,glass,brick
    • Set an area to 20% iron ore, 80% coal ore: //set 20%ironore,80%coalore
    • Set all selected blocks in Extreme Hills to workbenches: //set $extremehills workbench
    • Replace all grass with sand: //replace grass sand
    • Replace grass and sand with brick: //replace grass,sand brick
    • Replace everything not brick to sandstone: //replace !brick sandstone
    • Replace all blocks above grass with brick: //replace >grass brick
    • Replace all blocks below wool with brick: //replace <wool brick
    • Procedurally generate caves using 3D Perlin noise: //replace =perlin(0,x/2,y,z/2,0.05,3,0.8)<0.1 air
    • Make the selected area bumpy: //deform y+=0.2*sin(x*10)
    • Surround an area with fences: //walls fence
    • Copy your selection and paste it somewhere: //copy and //paste
    • Rotate your clipboard's contents by 90 degrees: //rotate 90
    • Turn your clipboard's contents upside down: //rotate 0 180
    • Flip your clipboard's contents: //flip
    • Save your clipboard's selection to a schematic file: //schematic save example
    • Load a schematic file: //schematic load example
    • Use your clipboard's contents as repeating pattern: //set #copy
    • Coat the ground with tall grass: //overlay tallgrass
    • Repeat a selected bridge section 5 times: //stack 5
    • Move the selected area 5 blocks down: //move 5 up
    • Smooth an area and remove bumps: //smooth
    • Generate a torus of major radius 0.75 and minor radius 0.25: //g stone (0.75-sqrt(x^2+y^2))^2+z^2 < 0.25^2
    • Generate a heart shape: //g wool:red (z/2)^2+x^2+(5*y/4-sqrt(abs(x)))^2<0.6
    • Generate a circular hyperboloid: //g stone -(z^2/12)+(y^2/4)-(x^2/12)>-0.03
    • Generate a rainbow torus://g wool data=(32+15/2/pi*atan2(x,y))%16; (0.75-sqrt(x^2+y^2))^2+z^2 < 0.25^2
    • Generate a sphere where you're standing: //sphere glass 4
    • Generate an ellipsoid where you're standing: //e wool 10,10
    • Generate a cylinder where you're standing: //cyl brick 10,10
    • Generate a pyramid where you're standing: //pyramid grass 4
    • Create a forest around you: /forestgen 20
    • Generate a bunch of pumpkin patches: /pumpkins 10
    • Regenerate an area: //regen
    • Fill holes with brick, without filling crevices: //fill brick 20
    • Fill holes with brick, while filling crevices: //fillr brick 20
    • Remove a pool of fluid of 20 radius: //drain 20
    • Fix water/lava lakes containing annoying flowing water: /fixwater 30
    • Simulate snowfall over an area of 30 blocks radius: /snow 30
    • Remove snow in an area of 30 blocks radius: /thaw 30
    • Remove fires in a radius of 20 blocks: /ex 20
    • Turn smoothstone and dirt into layers of grass, dirt, and stone: //green 30
    • Remove mobs in a 20 block radius: /butcher 20
    • Use "sphere brush" to place spheres where you look: /br sphere glass 5
    • Use "cylinder brush" to place cylinders where you look: /br cyl glass 5
    • Create a sphere brush that replaces bricks with glass: /br sphere glass 5 and /mask brick
    • Generate trees by right clicking on the ground: /tree oak
    • Delete trees by right clicking them: /deltree
    • Long range building tool: /lrbuild glass rock
    • Display information about blocks by right clicking them: /info
    • List chunks covered by your selection: /listchunks
    • Tell you information about the current chunk: /chunkinfo
    • Write scripts to change blocks in JavaScript
    • Restore sections of your world from backups using //restore

    Downloads

    Download for Bukkit
    Download for Forge

    Download for LiteLoader (unofficial)


    Questions

    How do I install WorldEdit?

    1. First, install Minecraft Forge.
    2. Download WorldEdit and put the file into your "mods" folder.
    3. Run your game or server!

    Where do I learn how to use WorldEdit?

    Read the quick start guide first. To learn how to use WorldEdit, read the wiki. Check YouTube for tutorials too!

    Where can I get my questions answered?

    You may visit our IRC channel (irc.esper.net on #sk89q) or ask @sk89q on Twitter.

    Where can I report bugs or request features?

    Visit our issue tracker. However, if you just have a question, ask in this thread.

    Can I include WorldEdit in my modpack?

    You are free to include WorldEdit, without having to asking for explicit permission.

    Can I download WorldEdit's source code?

    Visit our GitHub repository. WorldEdit is licensed under LGPLv3 and you can compile it with Maven.





    Posted in: Minecraft Mods
  • 1

    posted a message on WorldEdit - Do really big things in-game! In-game map editor and more
    Quote from Lonsdale1086»

    (which only works upto 1.7.2 ...) So do you have any plans to update anyway?

    It's planned.
    Posted in: Minecraft Mods
  • 1

    posted a message on WorldEdit - Do really big things in-game! In-game map editor and more
    It will be updated.

    But in the mean time, I managed to start a new project... https://docs.google.com/document/d/1VJ1WzHI-VUuoHEJz4SRHUbl-5XnsURbqP5fIi8B4Kyg/edit
    Posted in: Minecraft Mods
  • 1

    posted a message on Installing Bukkit on my own world- is it possible?
    If you want to use WorldEdit (only) for single player and MC 1.6.4, you can get a Forge version here:

    http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272389-worldedit-in-game-map-editor-testing-tool-for

    Here is a tutorial if you don't know how to mod:

    http://www.enginehub.org/worldedit/faq#multimc

    (Use the Forge version for 1.6.4.)
    Posted in: Server Support and Administration
  • 20

    posted a message on [Forge][Bukkit] WorldEdit - Edit your world in-game! [MC 1.8]
    WorldEdit is an in-game map editor that lets you build fast and smart. Why should you spend your time building a wall or excavating a hole when you can work on something creative?

    • Create more impressive and much larger builds with less time
    • Fix griefing and other issues without shutting down your server
    • Quickly create, replace or delete thousands of blocks in seconds
    • Level an entire mountain and replace it with natural looking terrain
    • Use hand-bound tools and brushes to quickly build mountains
    • Generate spheres, cylinders, cuboids, forests, pumpkin patches, and snowy areas
    • Use your compass to quickly teleport to areas by left clicking or using /jumpto
    • Choose an area and have it instantly restored from backups
    • Copy areas, paste them, load them, and save them as .schematics
    • Evaluate mathematical expressions such as //g stone (0.75-sqrt(x^2+y^2))^2+z^2 < 0.25^2
    • Many more! There are over 100 functions.

    Visit the main MCF thread

    Check out the main thread for WorldEdit for more information:

    http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272389-worldedit
    Posted in: Minecraft Tools
  • To post a comment, please .