Skip to content

Commit 4e8fc7b

Browse files
committed
Added gui module, basic implementation of GUI system.
Added support for: - resizable GUIs (with sizes multiple of 9); - typed GUIs (created from **InventoryType** Bukkit enum); - multiple contents on one slot; - contents ordered for priorities and requirements.
1 parent a406ac7 commit 4e8fc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'it.angrybear'
9-
version = '2.3'
9+
version = '3.0'
1010

1111
allprojects {
1212
apply plugin: 'java-library'

0 commit comments

Comments
 (0)