Commit Graph

38 Commits

Author SHA1 Message Date
MattBDev
02886b0387 Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
MattBDev
9f07894f28 Performance improvement based on case study by @me4502 2020-03-19 13:08:25 -04:00
Jesse Boyd
2c9f192baf
Merge remote-tracking branch 'upstream/master' into merge 2019-11-19 21:23:47 +00:00
wizjany
d763ab374c
Re-add delchunks command (#481)
The new command now writes a json file to WorldEdit's working directory with instructions on which chunks to delete, which is read by the plugin/mod at startup and calls the ChunkDeleter.
The chunk deleter parses the json and iterates the instructions, backing up .mca files as it goes and overwriting the offset headers with 0 wherever a chunk needs to be deleted.
This allows Minecraft to reclaim the space used for that chunk, as well as forcing it to be generated from scratch next time the area is loaded.
2019-06-22 14:20:14 -04:00
wizjany
fd1178a3d0 Fix item interact event. 2019-06-11 18:02:24 -04:00
wizjany
8022d8e911 Use ItemInteract for item right clicks in Sponge.
They don't fire for InteractBlock.

# Conflicts:
#	worldedit-sponge/src/main/java/com/sk89q/worldedit/sponge/SpongeWorldEdit.java
2019-06-06 13:22:18 -04:00
Jesse Boyd
f361619037
Merge remote-tracking branch 'upstream/master' into breaking 2019-04-03 16:53:34 +11:00
Matthew Miller
db1315e043 Refactor registries to entirely use the platform 2019-02-16 19:35:13 +10:00
gamerforEA
22f8372b89 Fix BlockType and ItemType registration for Sponge distributive 2019-02-03 03:51:36 -05:00
gamerforEA
ea0ca470f1 Fix Metrics injection 2019-02-03 03:51:15 -05:00
Matthew Miller
f3c633582e Finish removal of PlayerDirection, and partially added diagonal support back to commands. (Other minor changes to WorldEdit-Sponge and FAVS) 2019-02-02 08:43:57 -05:00
gamerforEA
66415dfa34 Fix BlockType and ItemType registration for Sponge distributive 2018-12-24 22:19:05 +04:00
gamerforEA
53ddc3fac0 Fix Metrics injection 2018-12-24 16:02:13 +04:00
Matthew Miller
02c6f11bb9 Added bStats 2018-09-20 22:59:42 +10:00
Matthew Miller
4d0df10f88 Fixed sessions not saving on shutdown 2018-08-19 13:01:08 +10:00
Jesse Boyd
1740c845d2
What are the dud BlockCategories? 2018-08-14 11:00:44 +10:00
kashike
d33e2e98aa registry changes 2018-08-04 11:43:40 +10:00
kashike
a48c319e7e package move 2018-08-04 11:43:40 +10:00
Matthew Miller
5f5a1797ad Remove legacy ServerInterface 2018-08-04 11:43:39 +10:00
Matthew Miller
20bf6e079b Continue the great purge 2018-08-04 11:43:38 +10:00
Matthew Miller
41a80064f5 I guarantee this is broken. Start some form of string ID for blocks 2018-08-04 11:43:14 +10:00
Me4502
e967ddf393 Switched to an adapter system. Currently has adapters for 1.10 and 1.11.
Currently, due to the small number of changes it's loading the 1.11 adapter for 1.10. This needs fixing.
2016-12-29 12:15:55 -05:00
Wyatt Childers
edb4c0b61a Disable left-click air task creation (in Sponge)
Following the lead of the Bukkit implementation in commit a5f5dc099b, disable left-click air task creation
2016-05-30 19:38:52 -04:00
Minecrell
fd0e400bcc Minor improvements to Sponge implementation
- Use SpongeGradle for setting plugin version from Gradle
- Use Guice to manage configuration
- Use event filter annotation for interact event
- Set plugin description and URL
- Remove some redundant parts in the Gradle config
2016-05-21 10:05:21 -04:00
Wyatt Childers
bc29bff072 Additional cleanup for the Sponge implementation 2016-05-18 23:04:29 -04:00
Wyatt Childers
27b6efefdb Use configurate for configuration 2016-05-18 19:27:38 -04:00
Wyatt Childers
da33245842 Perform some restructuring 2016-05-18 18:30:22 -04:00
Wyatt Childers
785a827f01 The SpongePermissionsProvider is not the SponePermissionsProvider 2016-05-18 18:18:14 -04:00
Wyatt Childers
baa3a0a8b5 Added WorldEdit CUI support 2016-05-18 17:59:52 -04:00
Wyatt Childers
2fd5c2f887 Check for the root cause instead of the source when handling the InteractBlockEvent 2016-05-01 15:02:51 -04:00
Wyatt Childers
96798bbb90 Fixed an issue where a block had to be clicked for WorldEdit to receive event information 2016-05-01 14:43:53 -04:00
Wyatt Childers
330523bac4 A BlockSnapot does not always have a location in the InteractBlockEvent 2016-04-16 17:19:40 -04:00
Wyatt Childers
a50e337224 A player is not always present when the InteractBlockEvent is fired anymore 2016-04-14 21:55:15 -04:00
Wyatt Childers
de0da7d3e9 Updated for support with Sponge Vanilla 2016-03-22 00:50:32 -04:00
Wyatt Childers
f09fff9491 Fixed setting blocks, entities, and implemented entity rotation 2016-02-05 19:33:49 -05:00
Wyatt Childers
61cba3ce07 Import cleanup 2016-02-02 19:28:05 -05:00
Wyatt Childers
c3c787bc9a Fixed the command system 2016-02-02 18:14:30 -05:00
Wyatt Childers
2db47f8fd4 Initial work on WorldEdit Sponge 2016-02-02 01:28:27 -05:00