Issues
- 0
Create World interface, AbstractWorld abstract class, and pull methods upward
#830 opened by LadyCailinBot - 0
Figure out how to combine sessions for the same player from multiple platforms
#840 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
Add new Location in worldedit.util
#884 opened by LadyCailinBot - 1
Add API for handling structure generation in a way that supports third-party mods
#885 opened by LadyCailinBot - 1
Fix generation of Javadocs
#886 opened by LadyCailinBot - 1
use-inventory mode, Inventory Bugs
#887 opened by LadyCailinBot - 8
getArea() and Polygonal2DRegion - don't return real value.
#888 opened by LadyCailinBot - 7
Conflict Worldedit & OverPermissions
#890 opened by LadyCailinBot - 2
Update WorldEdit's JNBT Spec to fit Mojang's new Spec
#891 opened by LadyCailinBot - 3
quickshot.js craftscript doesnt work
#892 opened by LadyCailinBot - 2
Blocks already partially changed in "BEFORE_CHANGE" stage in EditSessionEvent
#893 opened by LadyCailinBot - 3
Super Pickaxe block changes not being passed through EditSessionEvent
#894 opened by LadyCailinBot - 0
Extent.setBlock(Vector, BaseBlock, boolean) should take flags instead
#895 opened by LadyCailinBot - 0
Error //setbiome
#896 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 - 0
Create SessionManager to abstract session management from WorldEdit class
#869 opened by LadyCailinBot - 0
Replace SessionCheck with a more appropriate session check mechanism
#870 opened by LadyCailinBot - 0
Remove usage of WorldVector and variants
#871 opened by LadyCailinBot - 0
Check to make sure that CraftBook and WorldGuard still work after the changes
#872 opened by LadyCailinBot - 0
Clean up file headers and force them using checkstyle plugin
#873 opened by LadyCailinBot - 1
The max blocks changed check counts air->air changes
#874 opened by LadyCailinBot - 1
Add support for checking what operations are currently running
#875 opened by LadyCailinBot - 1
Implement API for getting "named" masks and patterns, such as to get a mask for all fluids
#876 opened by LadyCailinBot - 1
Add support for third-party fluids with WorldEdit
#877 opened by LadyCailinBot - 3
Change code to lookup block IDs, etc. rather than have them hardcoded
#878 opened by LadyCailinBot - 0
Create API for getting mappings and being able to pass mappings around
#879 opened by LadyCailinBot - 0
Add support for upcoming Minecraft changes (UUID addition, magic ID deprecation)
#881 opened by LadyCailinBot - 4
Implement localization/locale handling classes
#882 opened by LadyCailinBot - 1
Add support for localizing WorldEditException
#883 opened by LadyCailinBot