Animated Menu
I WILL NO LONGER BE UPDATING THE PLUGIN ON HERE. IF YOU WANT THE LATEST VERSION, PLEASE VISIT THE SPIGOT PAGE AT https://www.spigotmc.org/resources/animated-menu.4690
Have you ever been on hypixel, SKGA or another server that has an animated server selector? Are you a server owner and have always wanted that too but don't how to code? Then this plugin is for you!
Thanks for 3k+ downloads!
Features:
- Unlimited inventories!
- Customize your inventory name
- Open your menu with a configured item!
- Open your inventory with a configured command!
- Animated item lores!
- Customize the animation delay per-item!
- Customize the amount of rows of your inventory
- Unlimited frames per-item
- Unlimited lore lines per item
- Customize the item ID+Data value
- Customize the item's name
- Disables item movement in the inventories
- Run (unlimited) commands on item click
- Place items wherever you want in the inventory
- Open sound + pitch customisation
- Set permissions + permission messages per item
- Set price + not enough money message per-item(requires vault)
- Set points cost + not enough points message per-item(requires PlayerPoints)
- Change material on each frame!
- Get a server's (max) player count!
- Separate files for each inventory!
- Supports unicode characters!
- Accurate error logging!
- Get player count of a bungeecord server/multiverse world/worldguard region
- Supports tab completion
Commands:
- /animatedmenu - Displays the help menu
- /animatedmenu open [name] - Gives a list of inventories / opens the specified menu
- /animatedmenu edit [name] - Edit a menu in-game!
- /animatedmenu reload - reloads the plugin
Permissions:
- animatedmenu.command.help - use /am
- animatedmenu.command.reload - use /am reload
- animatedmenu.command.open - use /am open [inventory]
- animatedmenu.open - open an inventory using an item
- animatedmenu.economy.bypass - bypass item vault price
- animatedmenu.points.bypass - bypass points price
Configuration file layout
- Visit http://dev.bukkit.org/bukkit-plugins/animated-menu/pages/configuration-layout/
- For a tutorial on the new config layout(from v1.0)
Video's
- English
- Currently, theres no English tutorial, so I'd love it if someone would make it!
- Portuguese
- http://youtu.be/wNg74CQhRFk (credits to AbsintoJPl for the video)
Changelog
- Visit http://dev.bukkit.org/bukkit-plugins/animated-menu/pages/changelog/ for the changelog.
PlaceHolders
- If you want a list of placeholders, visit http://dev.bukkit.org/bukkit-plugins/animated-menu/pages/placeholders/
-
View User Profile
-
Send Message
Posted Dec 16, 2014http://pastebin.com/qv4ubGQv Please help.
@henk131313
This is my menu: http://pastebin.com/YNuR3MqT
-
View User Profile
-
Send Message
Posted Dec 14, 2014@qVotka
It's in the changelog: Add to lore/name/item amount: 'ping-online/<ip>:<port>' for online count And for max players: 'ping-max/<ip>:<port>'
@ELSaitam
I will work on that :)
-
View User Profile
-
Send Message
Posted Dec 13, 2014How can i get a servers player count ?
-
View User Profile
-
Send Message
Posted Dec 13, 2014@ELSaitam
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)
-
View User Profile
-
Send Message
Posted Dec 11, 2014@henk131313
could you add in lores or names of the menu items to say the amount of players per world and Max, linked with the Multiverse-Core plugin. can you add it? :D
What is the folder named "images"?
-
View User Profile
-
Send Message
Posted Dec 11, 2014Nice plugin.
-
View User Profile
-
Send Message
Posted Dec 11, 2014@qVotka
I already added that, it will be added in the next update ^_^
@DarknessxFazer
Before I create too quickly, do u mean that the menu opener changes after a certain delay?
-
View User Profile
-
Send Message
Posted Dec 10, 2014Can we add target servers player count to item lore?
-
View User Profile
-
Send Message
Posted Dec 7, 2014@Stealth007
It looks like u forgot to set a material on a certain frame, have a good look at your config.
-
View User Profile
-
Send Message
Posted Dec 7, 2014Im getting this exception all the time, 100 times a second. Im using spigot 1.8 and im not sure what's happening. Does anybody know what to do?
11:22:16 [WARNING] [AnimatedMenu] Task #38 for AnimatedMenu v1.1 generated an exception 11:22:16 java.lang.NullPointerException 11:22:16 at me.megamichiel.AnimatedMenu.Main$1.run(Main.java:100) [?:?] 11:22:16 at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:22:16 at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:22:16 at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:697) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:22:16 at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:22:16 at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:627) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:22:16 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:530) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:22:16 at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
And also this,
11:29:05 [WARNING] [AnimatedMenu] Task #36 for AnimatedMenu v1.1 generated an exception 11:29:05 java.lang.NullPointerException 11:29:05 at me.megamichiel.AnimatedMenu.Main$1.run(Main.java:100) [?:?] 11:29:05 at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:29:05 at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:29:05 at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:697) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:29:05 at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:29:05 at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:627) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:29:05 at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:530) [spigot1649.jar:git-Spigot-da32fe1-3c4a02e] 11:29:05 at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
-
View User Profile
-
Send Message
Posted Dec 3, 2014@henk131313
Basically the menu item icon changes certain time frame and can be config in config files this would be a good feature
-
View User Profile
-
Send Message
Posted Dec 2, 2014@stuvanya
I think it's because you have forgotten to set the material for a specific frame of an item, cause that is the line in the code.
@DarknessxFazer
Could you explain that a little bit more? I don't quite understand what u mean
-
View User Profile
-
Send Message
Posted Dec 1, 2014Helllo, i put it in plugins folder with latest version of vault, i using Spigot 1.7.9 R0.2 implementing API version of 1.7.10, and it generated an exeption: 1. [10:12:06] [Server thread/WARN]: [AnimatedMenu] Task #3 for AnimatedMenu v1.1 generated an exception
2. java.lang.NullPointerException
3. at me.megamichiel.AnimatedMenu.Main$1.run(Main.java:100) [?:?]
4. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
5. at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
6. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
7. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
8. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
9. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95]
10. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.j
-
View User Profile
-
Send Message
Posted Nov 23, 2014@henk131313 Is it possible if you could add random items just like the lore thing? better example is in mineplex theres one Item menu that changes per minigame example One in the chamber is a bow and Dragon escape is a dragon egg etc.. is it possible if you could add this feature? I'm sure people would love this aswell.
-
View User Profile
-
Send Message
Posted Nov 21, 2014@henk131313
Thank you henk131313 :) . It would be good to add that through nth of an item within the menu lore for example say the money that you have or if that person has access to use this menu item, I hope that you understand what I mean, since I don't speak very well English :/
-
View User Profile
-
Send Message
Posted Nov 19, 2014@ELSaitam
You DON'T need to put the Close: true under the commands, just anywhere at the item. So NOT under commands.
@ericgolde555
I saw there is no way to do so, so I added it. It will be in the next update.
-
View User Profile
-
Send Message
Posted Nov 15, 2014@henk131313 It worked! Thankyou soo much :]
-
View User Profile
-
Send Message
Posted Nov 13, 2014@JJawesome99
I see what you're struggling with, the 90 number is the data value, try this: Material: monster-egg:1:90
-
View User Profile
-
Send Message
Posted Nov 11, 2014Hey, is there a way in which i can allow the material in one of the menu's to be a Spawn Egg for a pig. I have tried numerous ID's which do not work such as Pig_spawn, spawn_pig, and the list goes on and around another 10 combinations, yet i just cant find the ID for the item. I Google'd the Pig ID and it is spawn_egg:90. However when i try and use it since the ID involves numbers it simply does not work. Please help.
-
View User Profile
-
Send Message
Posted Nov 10, 2014is there way to do Unicode characters? if so please let me know! if not can u please add it. I think it can be a great help to servers using this plugin :)