WorldEdit - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: WorldEdit (/thread-870.html) |
WorldEdit - NiLSPACE - 05-03-2013 This plugin allows you to easily manage the world, edit the world, navigate around or get information. It bears similarity to the Bukkit's WorldEdit plugin and aims to have the same set of commands,however, it has no affiliation to that plugin.
Permission from sk89q:
Saving schematic to cubeset:
Commands Biome Any biome specific commands.
Brush
Clipboard All the commands that have anything todo with a players clipboard.
Entities
Generation Commands that generates structures.
History Commands that can undo/redo past WorldEdit actions.
Navigation Commands that helps the player moving to locations.
Region Commands in this category will allow the player to edit the region he/she has selected using //pos[1/2] or using the wand item.
Schematic Commands that load or save schematic's
Scripting
Selection Commands that give info/help setting the region you have selected.
Special Commands that don't realy fit in another category.
Terraforming Commands that help you Modifying the terrain.
Tool Commands that activate a tool. If a tool is activated you can use it by right or left clicking with your mouse.
Permissions:
Download: Link RE: WorldEdit - tonibm19 - 05-03-2013 Very good plugin, the only bad I found is that there aren't /undo and /redo. Will you add it? RE: WorldEdit - NiLSPACE - 05-03-2013 Yes i want to add it but i don't know how i was thinking of every time you do something it saves a schematic but then it has to create a file every time you do something so thats not realy good :S RE: WorldEdit - tonibm19 - 05-03-2013 (05-03-2013, 06:03 AM)STR_Warrior Wrote: yes i want to add it but i don't know how i was thinking of every time you do something it saves a schematic but then it has to create a file every time you do something so thats not realy good :SLook at the CuboidPlus code. RE: WorldEdit - NiLSPACE - 05-03-2013 CuboidPlus is not using cBlockArea. This plugin is using that. Because of cBlockArea this plugin supports .schematics and is way faster. RE: WorldEdit - xoft - 05-03-2013 I'd only do Undo / Redo for the big operations, not for individual block changes. There's not that many of those. Also, I'd keep a "map" of PlayerName -> List of up to N BlockAreas of Undo; N being configurable in the settings. I don't think there'll be many players with WE rights, so this shouldn't grow too large. Also, one must not forget to clear the list for a player when that player disconnects (or maybe after a timeout; if they reconnect soon, keep their undo). RE: WorldEdit - NiLSPACE - 05-03-2013 Fun fact: This plugin can crash your minecraft client if you use a region that is too large. RE: WorldEdit - tonibm19 - 05-03-2013 I have a pluggin suggestion for you. Could you make a WorldGuard type plugin? It would be very usefull. RE: WorldEdit - NiLSPACE - 05-03-2013 I have no idea how to do that :S RE: WorldEdit - xoft - 05-03-2013 Crash, or freeze? I know that writing a big BlockArea will freeze the client for a while, but never seens a crash. |