[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

    MacklinB

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Suggestion for /repl command: The /repl command should support percentages in the same way that giving block percentages for setting/replacing a region works. Theoretically, when you right click with the bound item, it would replace the block in accordance to the set percentages. For example if I typed "/repl 33%98,33%98:1,33%98:2" the next single block would be replaced randomly; chosen between the first three types of stone brick - in this case all having the same chance of occurring. Additionally if I put "/repl 25%89" without the other 75% , every 1/4 of the right clicks that I make would result in the block on the crosshair being replaced with a glowstone block, while others would be ignored. This would be really neat, and useful for making constructions look more "natural" - for example when creating ruins and derelict buildings.
  4. Offline

    APhilosopher

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i wanted to ask if it is a known bug when using world edit at heigth 255 it tells you it will not function above 254 AND if you use it at 254 it will crash the server

    sometimes it doesnt totaly crash just lags up very badly, i have had this problem with world edit ever since the mc update that added the extra heigth

    yes im using the most recent version of 5.3
  5. Offline

    APhilosopher

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    also btw it is ONLY the right click (second position) that will not allow at 255, left click (first position ) CAN be done at 255..........
  6. Offline

    Michy382

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Permissions?
  7. Offline

    Hazel1

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Good Plugin. Tricky to get used to but a good one, and very helpful. Well done, thumbs up! [diamond]
  8. Offline

    H4d3s11

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    During try to change Biome

    Code:
    23:35:57 [SCHWERWIEGEND] java.lang.NullPointerException
    23:35:57 [SCHWERWIEGEND]        at org.bukkit.craftbukkit.CraftWorld.setBiome(CraftWorld.java:522)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.worldedit.bukkit.BukkitWorld.setBiome(BukkitWorld.java:228)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.worldedit.commands.BiomeCommands.setBiome(BiomeCommands.java:134)
    23:35:57 [SCHWERWIEGEND]        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    23:35:57 [SCHWERWIEGEND]        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    23:35:57 [SCHWERWIEGEND]        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    23:35:57 [SCHWERWIEGEND]        at java.lang.reflect.Method.invoke(Unknown Source)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:522)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:182)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:113)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:509)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:425)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit.java:1250)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:204)
    23:35:57 [SCHWERWIEGEND]        at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:44)
    23:35:57 [SCHWERWIEGEND]        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    23:35:57 [SCHWERWIEGEND]        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    23:35:57 [SCHWERWIEGEND]        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    installed plugins: Miner, WeatherGod, DeathCube, ServerSaver,
    WorldEdit, PermissionsEx, Modifyworld, DragonTravel, RepairDispenser, MultiHome,
    ChatManager

    Craftbukkkit 1.2.5 R4.0

    ... wouldbe awesome if anyone knows more about that error ;)

    Greetings from H4d3s11
  9. Offline

    DutchRastaCraft

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there a way to undo a //set lava from another person?
    Because he griefed my whole server --'
  10. Offline

    rocco576

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Its not working for my server, any plugins that it does not work with?
  11. Offline

    serpentic

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I can't see cuboids. no region or something. it makes the building really hard
  12. Offline

    BoorMachine

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Essentials plugin has a /sudo command which forces a player command, for example /sudo playername /undo.
  13. Offline

    draigle

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    THIS IS THE BEST PLUGIN IN THE FREKIN WORLD! THANK U TAHNK U TAHNK U! these are for you![diamond][diamond][diamond][cake][cake][cake][gold][gold][gold][sheep]
  14. Offline

    xXNeonWarriorXx

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I got the plugin installed on my server but when i do //wand it says Unknown command
  15. Offline

    CulturedPie

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    PERMISSIONS???
  16. Offline

    DeeWaD

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    HELP! I intalled the plugin and I started the server and then I write //wand... Nothing happens It just says "Unknown Command"
  17. Offline

    Agorden

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ummm how do i install it? theres more than the jar...
  18. Offline

    Prominer228

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What is the permissions?
  19. Offline

    Snipes01

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

    Snipes01

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

    Prominer228

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

    martingooldik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey , world edit is workin perfecly to me , but if im selecting some area i dont see this graphics of the selected area like in video , can somebody tell me how to make it works ? .
  23. Offline

    Curtis3321

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hello, i have a question, if i copy and paste some signs with essentials shop signs on, will the information still be on them signs upon paste?
  24. Offline

    Twitchvonfix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey, idk what happened to my worldedit but it says i made a selection and that i "changed (x) blocks," but nothing changed. could somone help me?

    EDIT: I fixed it. it was a plotme thing

    This post has been edited 1 time. It was last edited by Twitchvonfix Aug 2, 2012.
  25. Offline

    Twitchvonfix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Its a Client-Side mod.
  26. Offline

    disturbed13

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    on my server i get this
    whats going on?
    im just trying to copy a selection
  27. Offline

    Tanite

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Anyone tried this on 1.3? :D
  28. Offline

    Oxey91123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    does this work on 1.3?
  29. Offline

    Treyflip

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    does it work on 1.3?
  30. Offline

    Portsanta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What is the permission node for the navigation tool bound to the compass? It isn't listed on the permissions page...
  31. Offline

    darrenstraight

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Unless it's changed, it's:

    worldedit.navigation.thru
    worldedit.navigation.jumpto
  32. Offline

    maller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Not on build #2283 and up.

    Code:
    2012-08-04 12:43:16 [INFO] [WorldEdit] Enabling WorldEdit v1187-0d279e7
    2012-08-04 12:43:16 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-08-04 12:43:16 [WARNING] [WorldEdit] "WorldEdit v1187-0d279e7" has registered a listener for org.bukkit.event.player.PlayerChatEvent on method "public void com.sk89q.worldedit.bukkit.WorldEditListener.onPlayerChat(org.bukkit.event.player.PlayerChatEvent)", but the event is Deprecated. Server performance will be affected; please notify the authors [].
    org.bukkit.plugin.AuthorNagException
        at org.bukkit.plugin.java.JavaPluginLoader.createRegisteredListeners(JavaPluginLoader.java:302)
        at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:507)
        at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:111)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:357)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:263)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:245)
        at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:380)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    
Thread Status:
Not open for further replies.

Share This Page