mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 20:16:41 +00:00
Added WECUI protocol version support. Eventually, this will disable WECUI until the user updates, but not yet.
This commit is contained in:
@ -20,6 +20,10 @@
|
||||
package com.sk89q.worldedit.cui;
|
||||
|
||||
public interface CUIEvent {
|
||||
|
||||
// The required protocol versions for communicating with the CUI
|
||||
public static final int MIN_PROTOCOL = 0, CURRENT_PROTOCOL = 0;
|
||||
|
||||
public String getTypeId();
|
||||
|
||||
public String[] getParameters();
|
||||
|
Reference in New Issue
Block a user