[EDIT/SEC/ADMN] WorldEdit - World editing/de-griefing [BukkitDev]

Discussion in 'Plugin Releases' started by sk89q, Jan 3, 2011.

Thread Status:
Not open for further replies.
     
  1. Offline

    sk89q

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    [IMG]

    _______

    WorldEdit is an in-game map editor that is useful for both:
    • Creative: Build super structures you've only previously dreamed up in days instead of months. Build from far away with Minecraft's most powerful brushes. Copy, paste, and repeat structures with ease! Generate spheres and cylinders. Write useful build scripts in JavaScript!
    • Survival: Remove a griefer's lava, rollback to previous versions of the world, build a NPC village for your server, regenerate chunks, fix broken pools of water, move buildings -- fix problems quickly and easily! Administrate your server efficiently.
    Play single player? There is also a single player version.



    Some of the things that WorldEdit can do include:
    • Build far away with WorldEdit's original brush tools
    • Mine instantly with the super pickaxe
    • Use your compass to quickly teleport to areas by left clicking or using /jumpto
    • Replace a giant area with a block of your choice
    • Choose an area and have it instantly restored from backups
    • Level an entire mountain and replace it with natural looking terrain (with brush tools)
    • Smooth an entire mountain quickly
    • Generate spheres, cylinders, cuboids, forests, pumpkin patches, and snowy areas
    • Copy areas, paste them, load them, and save them (compatible with MCedit)
    • Kill mobs, nearby or across the world, and remove entities (arrows, items, etc.)
    • Find out which chunks were in a region, look up your current chunk
    • Count the statistical variation of blocks inside an area
    • Ascend through ceilings, pass through walls
    • Tie in with WorldGuard to protect areas
    • Make everything you do that's repetitive not repetitive
    [IMG]

    [IMG] WorldEdit(via BukkitDev)

    If you find WorldEdit useful, [IMG]

    [IMG]

    Check out my server too!
    [IMG]

    [IMG]

    This post has been edited 10 times. It was last edited by sk89q Mar 3, 2012.
  2.  
  3. Offline

    Greylocke

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    you might try using relative directions instead of compass directions: left, right, front, back (l,r,f,b)
  4. Offline

    CubieX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    It says: "unknown direction".

    Of course it's possible to work with those shifted directions if known, but it's a bit annoying always having to consider this manual correction while working with WorldEdit. :confused:
  5. Offline

    Greylocke

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I had the same issue until a new WE version added the relative directions. You might want to make sure that you've got the latest version. I'm currently running 5.0 and l/r/f/b all function as valid directions. Just make sure that you're facing reasonably square with the compass points when you use the directional commands.
  6. Offline

    CubieX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    OK, tried it with v. 5.0.
    It works and it's also handy that negative values can be used on rotating. Like //rotate -90
    So it's a nice workaround. But the wrong mapping is still there and should be fixed....
  7. Offline

    wiseguy1538

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    how r you supposed to get the area that you have selected highlighted im just curious it just seem to make it easier
  8. Offline

    GamersLegion

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Cant find permissions anyone have a link? :cool:
  9. Offline

    General_Nono

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When I try to do //set 0 this error comes!
    And I getting this message:"Please report this error (see console)"
    And that's the console error:
    Code:
    [17:51:17] Marvin: 17:49:38 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    >
    17:49:38 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    >
    17:49:38 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
    >
    17:49:38 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    >
    17:49:38 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    >
    17:49:38 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    >
    17:49:38 [SEVERE] at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
    >
    17:49:38 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:725)
    >
    17:49:38 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)
    >
    17:49:38 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:777)
    >
    17:49:38 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:386)
    >
    17:49:38 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    >
    17:49:38 [SEVERE] at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:39)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:234)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit.java:1251)
    >
    17:49:38 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:419)
    >
    17:49:38 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:501)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:114)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:183)
    >
    17:49:38 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:514)
    >
    17:49:38 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:616)
    >
    17:49:38 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    >
    17:49:38 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    >
    17:49:38 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.commands.RegionCommands.set(RegionCommands.java:68)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.EditSession.setBlocks(EditSession.java:1177)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.EditSession.setBlock(EditSession.java:264)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.EditSession.getBlock(EditSession.java:367)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.EditSession.rawGetBlock(EditSession.java:428)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.bukkit.BukkitWorld.copyFromWorld(BukkitWorld.java:339)
    >
    17:49:38 [SEVERE] at com.sk89q.worldedit.bukkit.BukkitWorld.getContainerBlockContents(BukkitWorld.java:643)
    >
    17:49:38 [SEVERE] at org.bukkit.craftbukkit.inventory.CraftInventory.getItem(CraftInventory.java:30)
    >
    17:49:38 [SEVERE] java.lang.NullPointerException
    Can enyone help me with this error?
    When I try to do //set 0 this error comes
  10. Offline

    GamersLegion

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    try an unistall a few plugins shut down the server and take plugin by plugin out. some plugins cause server errors like your seeing
  11. Offline

    Nentify

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't know what you're trying to do, but in this example, I'll use //stack. If you have a few blocks you want to paste 5 times after each other in one direction, I tend to use "me". You just simply select the blocks, face the direction you want it to paste in and "//stack 5 me". It's that simple to quickly paste things. :p
  12. Offline

    CubieX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks for the explanation. But I'm actually not looking for some tricks on using WorldEdit.
    I just say that the assignment has been wrong since Notch changed "North" and I see no reason why the author should stick with the wrong absolute directions in the new WE version.
    Thus I asked if he intends to correct it, in case he just missed this little change. Thats all. ;)
  13. Offline

    sovietboy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  14. Offline

    Ewe Loon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    sk89q, I know your busy, but would it be possible to lookinto adding a //command to set the random seed value for the world
  15. Offline

    cidiantoby

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok this is my problem. I have tried to use world edit to regen a region and it regenerates different that what it was before. i checked Multiverse and the server properties and the seed HAS NOT changed. What else would cause this issue. If the original spawn moves does that cause a shift in the rest of the world?
  16. Offline

    Timo0o

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How can I display the selected region in Game (multiplayer)? (seen at the 1st video)
    Please help ^^

    This post has been edited 1 time. It was last edited by Timo0o Jan 23, 2012.
  17. Offline

    Micah333

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Was the world generated pre 1.1 and you're now playing 1.1? The biomes changed a bit (eg. sometime's I'll regen where dirt should be, but now it's sand, but still the same volume).
  18. Offline

    Micah333

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You have to install the client-side mod to see your selection.
    Timo0o likes this.
  19. Offline

    Taugust

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I got a problem, when my players use a wooden axe, they get the message ''First position'' i know its normal for an admin, but my players shouldnt get it? please reply!
  20. Offline

    cidiantoby

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yea i jsut did some research of my own and thats whats happening.. very annoying that the map generation will never stay the same and curently that PermaGenerator isnt suported for 1.1 and looks like it removes alot of stuff from 1.0 maps
  21. Offline

    Bakuhatsu

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @sk89q Dev build 906 (and multiple earlier) ignores "no-double-slash: true".
  22. Offline

    Feartide

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Help!

    Whenever I run my server, I get this message:

    20:26:48 [SEVERE] Error occurred while enabling WorldEdit v5.1.1 (Is it up to date?): javax/script/ScriptException
    java.lang.NoClassDefFoundError: javax/script/ScriptException
    at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:79)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:970)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:190)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:173)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:355)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:342)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:174)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)

    I downloaded the latest version of WorldEdit, and my world and server are both 1.1. Whenever I type any WorldEdit command (//wand), nothing happens. Does anyone know how to fix this?

    This post has been edited 1 time. It was last edited by Feartide Jan 24, 2012.
  23. Offline

    Timo0o

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've installed it and the Modloader(1.1.0) but I get a Blackscreen (even with a freh minecraft.jar (Version 1.1.0))
  24. Offline

    davvem

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Guys, check the title! It isint updated for 1.1.0 yet, it's still 1.0.1! That's why it wont work for some.
  25. Offline

    FrostWind

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    So I was doing a server restart and all of a sudden I get this

    [SEVERE] Error occurred while enabling WorldEdit v5.1.1 (Is it up to date?): while parsing a block mapping; expected <block end>, but found BlockMappingStart

    I also get the same message for worldgaurd. Is there a way to fix this?
  26. Offline

    Endimmion

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What happened with the 5.1.1 version? It has disappeared from bukkitdev and Worldedit appear as inactive
  27. Offline

    [qwerty]

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    By any chance does this plugin make more chunk errors if you regenerate them WorldEdit on version 1.1? Seems like 1.1 has countless erros.
  28. Offline

    apachepilotmpe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hey, ive been running my server for a while, and my users like this plugin, but we're worried about someone griefing with it. Ive tried to set up permissions for certain groups, using permissionsex, but ive had no luck. is there something im missing here? this is a section from the permissions i have so far (slightly formatted, in my file they are correctly indented):


    Code:
    default:
    default: true
     
    permissions:
    - CommandBin.warp
    - CommandBin.tp
    - CommandBin.spawn
     
    builder:
     
    permissions:
    - CommandBin.setwarp
    - CommandBin.sethome
     
    inheritance:
    - default
     
    prefix: '&2[Builder]'
    suffix: ':'
     
    creditbuilder:
     
    permissions:
    - worldedit.region.set
     
    prefix: '&2[Credited Builder]'
    suffix: ':'
     
    admin:
     
    permissions:
    - '*'
     
    prefix: '&6[Admin]'
    suffix: ':'
    

    I want to make sure that "default" and "Builder" cant use worldedit, but the permissions file seems to have no relevance to worldedit. i need some help ASAP. thanks

    This post has been edited 1 time. It was last edited by apachepilotmpe Jan 28, 2012.
  29. Offline

    jjp5

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    is it possible to get of forest whith this plugin?
  30. Offline

    Cha0sPudd1ng

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi,

    I want this Plugin for my server.

    When get it Update for CB 1818? :)
  31. Offline

    drewbzz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    love this plug in but not the naggers asking can ya world edit this out for me OMG dig :p
  32. Offline

    Malo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yes, you can do forests... /forestgen
Thread Status:
Not open for further replies.

Share This Page