Commit Graph
5 Commits
Author SHA1 Message Date
Jesse Boyd 01e082a1a4 Fix FallbackRegistrationListener 2017-09-02 18:09:53 +10:00
Jesse Boydandwizjany dd00bb13c6 Restrict command & structure block placement
You can't place these blocks without Op & Creative;
WorldEdit should also disable placement of them by default.
2017-06-08 10:01:23 -04:00
Jesse Boydandwizjany 4a8bba7a54 Some command fixes
Fix EditSession being created for commands that don't need it
Fix error from schematic list (when there are files in sub directories)
Fix dispatcher redundantly checking a huge number of permissions
2017-06-08 10:01:23 -04:00
Jesse Boyd 58094c72c3 * 2017-01-10 16:12:13 +11:00
Jesse Boyd ad7fdd19fb Vector and BlockVector should use the same hashCode
For example, the getChunks method returns a Set<Vector2D> which is
actually comprised of BlockVector2D, so using set.contains(some vector)
will always return false.

There's unlikely to be multiple entities on the same block, or above
y=256, so using the int coords is better.
2017-01-10 16:03:10 +11:00