[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)
    Minecraft account:
    MCUSERNAME
    [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

    APhilosopher

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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..........
  4. Offline

    Michy382

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Permissions?
  5. Offline

    Hazel1

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

    H4d3s11

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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
  7. Offline

    DutchRastaCraft

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

    rocco576

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

    serpentic

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

    BoorMachine

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

    draigle

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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]
  12. Offline

    xXNeonWarriorXx

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

    CulturedPie

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    PERMISSIONS???
  14. Offline

    DeeWaD

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

    Agorden

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

    Prominer228

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    What is the permissions?
  17. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  18. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  19. Offline

    Prominer228

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

    martingooldik

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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 ? .
  21. Offline

    Curtis3321

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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?
  22. Offline

    Twitchvonfix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.
  23. Offline

    Twitchvonfix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Its a Client-Side mod.
  24. Offline

    disturbed13

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

    Tanite

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

    Oxey91123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    does this work on 1.3?
  27. Offline

    Treyflip

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    does it work on 1.3?
  28. Offline

    Portsanta

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

    darrenstraight

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

    worldedit.navigation.thru
    worldedit.navigation.jumpto
  30. Offline

    maller

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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)
    
  31. Offline

    Netzgeist

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Code:
    15:30:05 [WARNUNG] [WorldEdit] "WorldEdit v5.3" has registered a listener for or
    fected; please notify the authors [].
    org.bukkit.plugin.AuthorNagException
            at org.bukkit.plugin.java.JavaPluginLoader.createRegisteredListeners(Jav
            at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginMana
            at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.j
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
            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)
    15:30:05 [INFORMATION] Server permissions file permissions.yml is empty, ignorin
    15:30:05 [INFORMATION] CButD: CraftBukkit is Outdate, try to download new versio
    15:30:05 [INFORMATION] Done (2,264s)! For help, type "help" or "?"
  32. Offline

    Harry4of4

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Code:
    [WARNING] [WorldEdit] "WorldEdit v5.3" 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