Skip to content

Commit

Permalink
NBT, amount, money functions, gui linking - 3.4.0
Browse files Browse the repository at this point in the history
Added nbt field, setnbt, setamount, new money functions moneywithdraw
and moneydeposit and made it so guis now link seamlessly.
  • Loading branch information
virustotalop committed Dec 1, 2018
1 parent 71236fb commit fc54a8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/clubobsidian/dynamicgui/gui/Gui.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ public Gui clone()
{
return SerializationUtils.clone(this);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -433,4 +433,4 @@ private Gui createGui(final Configuration yaml, final DynamicGuiPlugin plugin, f

return new Gui(guiName, guiTitle, rows, close, modeEnum, npcIds, slots, locations, functions, failFunctions);
}
}
}
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DynamicGui
main: com.clubobsidian.dynamicgui.plugin.bukkit.BukkitPlugin
version: 3.3.5
version: 3.4.0
author: VirusTotal
softdepend: [Vault, PlaceholderAPI, RedisBungee, PlayerPoints, Citizens, Rankup]
commands:
Expand Down

0 comments on commit fc54a8d

Please sign in to comment.