update to 3.3.1
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'sh.okx'
|
group 'sh.okx'
|
||||||
version '3.3-beta'
|
version '3.3.1'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
@@ -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,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]
|
||||||
|
|||||||
Reference in New Issue
Block a user