Changelog

  • v1.3
  • Fixed lots of errors
  • Made error logging better if theres a mistake in the config
  • Added getting player count through BungeeCord
  • Added getting player count from a multiverse world
  • Added getting player count from a worldguard region
  • Cleaned up the help message
  • Added tab completions to the command
  • Modified some stuff that should save a lot of lag when you have lots of items
  • Added /animatedmenu edit that allows you to edit your menu in-game!
  • v1.2
  • Added possibility for separate config files, set a config value called 'SeparateFiles' to true if you want separate menus
  • The menus will be read from a folder in the plugin's folder, called 'menus'
  • You will have to create it and add .yml files in it
  • Now has support for getting a server's player count/max player count:
  • Add to lore/name/item amount: 'ping-online/<ip>:<port>' for online count
  • And for max players: 'ping-max/<ip>:<port>'
  • Added support for unicode characters in item name/lore/menu title:
  • Use '%unicode:<unicodeId>%' to get a unicode character
  • v1.1
  • Fixed the last tiny bug in the reload command
  • Fixed a small bug someone reported
  • Added PlayerPoints support by request (See default config or configuration tutorial page for a how-to)
  • Added Material changer: Change material on each frame (See default config or configuration tutorial page for a how-to)
  • Big note: changed command to /animatedmenu due to compitability issues, if u want to use a shortcut, go to config.yml and enter 'Alias: <aliasname>'
  • v1.0.1
  • Fixed bug that when stepping on pressure plate the inventory opens
  • Added that when there is no permission plugin, people that aren't op can still open the inventory with /am open or the item
  • v1.0
  • Finally(100% sure) fixed the reload command!
  • Now supports multiple inventories!(see default config for tutorial)
  • Config now fully functional!
  • Fixed some nasty bugs including 'server: ' that used to error in console
  • The above thing means no more console spam!(unless invalid config)
  • Added custom inventory opener command!(add a 'Command: `COMMANDNAME`' at an inventory)
  • Added economy support!(requires vault, see default config for tutorial)
  • Added image uploader! :
  • Start a lore with 'file: ' to let it add an image(it reads from a folder called `images` in the plugins folder(you have to create it) and reads .png files, make sure to only put the name of the image, not .png)
  • v0.9.5
  • Fixed that the first item doesn't show up(I think it was something I didn't see right, it worked already...).
  • You can now set max frames per-item!
  • You can also do unlimited frames per-item!
  • Changed the item type handler:
  • Material: stone, Amount: 1 and Data-Value: 0 changed into
  • Material: stone:1:0
  • v0.9
  • Added more frames - configurable amount up to 16
  • Customize the amount of rows
  • Unlimited commands per-item
  • Unlimited item lore lines
  • Place items wherever you want in the inventory
  • Open sound + pitch customisation
  • Fixed reload command
  • Added broadcast possibility: Start with 'broadcast: ' to send a message(colorable) to the whole server!
  • Added player messaging: Start with 'message: ' to send a message to the clicker only
  • Item permissions
  • Command permissions(/am open+/am reload)
  • AnimatedMenu commands now work through console(except for /am open of couse).
  • v0.8.1
  • You can now customize the item amount
  • Commands can now be ran by console: start the command with 'console: '
  • Players can be sent to a BungeeCord server: start the command with 'server: '
  • Added %p that changes to the player's name, useful for commands ran by console