update to 3.3.1

This commit is contained in:
okx-code
2018-11-18 09:49:06 +00:00
parent 4084c2819e
commit c90dccee0d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ plugins {
} }
group 'sh.okx' group 'sh.okx'
version '3.3-beta' version '3.3.1'
repositories { repositories {
mavenCentral() mavenCentral()
+1 -1
View File
@@ -36,7 +36,7 @@ public class Gui implements InventoryHolder {
ConfigurationSection config = plugin.getConfig().getConfigurationSection("gui"); ConfigurationSection config = plugin.getConfig().getConfigurationSection("gui");
ItemStack[] items = new ItemStack[config.getInt("rows") * 9]; ItemStack[] items = new ItemStack[config.getInt("rows") * 9];
ItemStack fill = getItem(plugin, "rankup", player, oldRank, rank); ItemStack fill = getItem(plugin, "fill", player, oldRank, rank);
ItemStack cancel = getItem(plugin, "cancel", player, oldRank, rank); ItemStack cancel = getItem(plugin, "cancel", player, oldRank, rank);
ItemStack rankup = getItem(plugin, "rankup", player, oldRank, rank); ItemStack rankup = getItem(plugin, "rankup", player, oldRank, rank);
+1 -1
View File
@@ -1,5 +1,5 @@
name: Rankup name: Rankup
version: 3.3-beta version: 3.3.1
main: sh.okx.rankup.Rankup main: sh.okx.rankup.Rankup
author: Okx author: Okx
depend: [Vault] depend: [Vault]