Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 66d7d0e

Browse files
committed
Merge branch of premium API v1.0.1'
2 parents 54fd6df + 2b02952 commit 66d7d0e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/org/primesoft/asyncworldedit/api/IAsyncWorldEdit.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ public interface IAsyncWorldEdit {
106106
*/
107107
double getAPIVersion();
108108

109+
110+
/**
111+
* Get the current version of the API
112+
* detailed in format x.y.z
113+
* @return
114+
*/
115+
byte[] getDetailAPIVersion();
116+
109117
/**
110118
* Get the map manipulation utils
111119
* @return

src/org/primesoft/asyncworldedit/api/configuration/IPermissionGroup.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ public interface IPermissionGroup {
101101
* @return
102102
*/
103103
boolean isBarApiProgressEnabled();
104+
105+
/**
106+
* Is the undo disabled
107+
* @return
108+
*/
109+
boolean isUndoDisabled();
104110

105111
/**
106112
* Use chat to display progress

0 commit comments

Comments
 (0)