Issues
- 0
forestgen/TreeGenerator missing new 1.7.x tree types
#818 opened by LadyCailinBot - 2
forestgen search below snow for dirt/grass blocks?
#819 opened by LadyCailinBot - 0
//undo not working`
#820 opened by LadyCailinBot - 4
Spigot-1193 - WorldEdit v5.5.9-SNAPSHOT:2907 - user command - crash
#821 opened by LadyCailinBot - 0
//center bug
#822 opened by LadyCailinBot - 2
Per-group max-selection permissions
#823 opened by LadyCailinBot - 0
Spoutcraft support
#824 opened by LadyCailinBot - 1
air -> air does not increment blocks changed count
#825 opened by LadyCailinBot - 0
Forge isAir() support
#826 opened by LadyCailinBot - 3
dispencers face wrong way after //paste
#827 opened by LadyCailinBot - 0
/deltree new block ids missing
#828 opened by LadyCailinBot - 4
Fill command
#829 opened by LadyCailinBot - 0
Create World interface, AbstractWorld abstract class, and pull methods upward
#830 opened by LadyCailinBot - 1
Won't make plots of land?
#831 opened by LadyCailinBot - 1
right click double input
#832 opened by LadyCailinBot - 8
/material alias /fill NEEDS to be removed in next update.
#833 opened by LadyCailinBot - 2
HELP ME!
#834 opened by LadyCailinBot - 2
Ability to regen without generating trees
#835 opened by LadyCailinBot - 2
Cannot Paste ItemFrames
#836 opened by LadyCailinBot - 0
Typo! (//curve)
#837 opened by LadyCailinBot - 32
Worldedit won't start
#838 opened by LadyCailinBot - 1
WorldEdit does not yet support MC 1.7.5 on Bukkit
#839 opened by LadyCailinBot - 1
The schematic feature does not load chest contents or sign text when schematic containing chest and sign is pasted in.
#841 opened by LadyCailinBot - 1
WorldEdit won't show up in-game.
#842 opened by LadyCailinBot - 0
Chest contents and signs are loaded from schematics in 1.7.5
#843 opened by LadyCailinBot - 0
Register events only if Platform.registerEvents() is called
#844 opened by LadyCailinBot - 0
Add support for installing multiple Platforms (i.e. Forge, Bukkit) simultaneously
#845 opened by LadyCailinBot - 0
Change platform registration method to PlatformManager.register()
#846 opened by LadyCailinBot - 0
Have PlatformManager choose a one platform for commands and events
#847 opened by LadyCailinBot - 0
Have mechanism for platforms to report capabilities
#848 opened by LadyCailinBot - 0
Choose different platforms for permission checks, world changing, etc. and merge into one delegate World, Player, etc.
#849 opened by LadyCailinBot - 0
Officially support Minecraft Forge as a platform
#850 opened by LadyCailinBot - 0
Update to ForgeGradle for compilation
#851 opened by LadyCailinBot - 0
Implement a proper entities API like with Blocks for all Extents
#852 opened by LadyCailinBot - 0
Implement Extent API to abstract worlds, schematics, copies, etc.
#853 opened by LadyCailinBot - 0
Get rid of old entity management variants (killMobs, removeEntities)
#854 opened by LadyCailinBot - 0
Reorganize packages to follow Java convention, except for blocks.* and regions.*
#855 opened by LadyCailinBot - 0
Move package worldedit.util.annotation to worldedit.internal.annotation
#856 opened by LadyCailinBot - 0
Create new Patterns and Masks interfaces to replace old one
#857 opened by LadyCailinBot - 0
Rewrite biome API to work more like block API (BaseBlock, etc.) and get rid of old biome constructs/enums
#858 opened by LadyCailinBot - 0
Rewrite clipboard code to use Extents and add to extent.clipboard package
#859 opened by LadyCailinBot - 0
Change visitors to only iterate over as many entries as possible until a time limit is reached
#860 opened by LadyCailinBot - 0
Figure out how to rewrite ellipse generation code to be visitor-based
#861 opened by LadyCailinBot - 0
Update RunContext to report whether the current operation should continue
#862 opened by LadyCailinBot - 1
Make a build for Minecraft 1.7 for Forge
#863 opened by LadyCailinBot - 0
Add support for Player.getUuid() -- perhaps make interface with getUuid()
#864 opened by LadyCailinBot - 0
Test running WorldEdit on both Forge and Bukkit at the same time using MCPC+
#865 opened by LadyCailinBot - 0
Replace handleXXXX() methods in WorldEdit with the internal event system
#866 opened by LadyCailinBot - 0
Add support for block loggers and block protection checking by allowing them to register an Extent that wraps changes made from EditSessions
#867 opened by LadyCailinBot - 0
Create Pattern/Block/Mask registries to replace methods in WorldEdit
#868 opened by LadyCailinBot