mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 04:26:42 +00:00
Binding improvements
WIP towards deprecating parsers and unifying the command bindings Allow registering dynamic bindings - Supports nesting bindings
This commit is contained in:
@ -64,7 +64,7 @@ import java.util.List;
|
||||
/**
|
||||
* Binds standard WorldEdit classes such as {@link Player} and {@link LocalSession}.
|
||||
*/
|
||||
public class WorldEditBinding extends BindingHelper {
|
||||
public class WorldEditBinding {
|
||||
|
||||
private final WorldEdit worldEdit;
|
||||
|
||||
|
Reference in New Issue
Block a user