GB_6 submitted a new resource: HomeGUI - Access your homes in an easy way! Read more about this resource...
Hi, nice plugin I set 10 homes (testing) and nothing appear when i use /home, no errors in console, 1.8.8 spigot and essentialsX
I Just replicated your exact problem with spigot 1.8.8: https://yivesmirror.com/grab/spigot/spigot-1.8.8-R0.1-SNAPSHOT.jar and EssentialsX : https://hub.spigotmc.org/jenkins/job/spigot-essentials/ And it worked perfectly. Please try using these jars and see if the problem still occurs. I think I know what must have happened. You were the very first to download this, and I uploaded the unfinished jar. I'm very sorry for the inconvenience.
Thanks for responding to my review so quickly! Yes that is what I mean but only like a couple of rows not all 54 slots.. maybe like 18.. or 9... also maybe you can add a rename option?
I could definitely add the iron bars but maybe as an option. And about the rename, I'll look into it seen as though essentials handles the homes. Anything is possible...
why would you even need more than 54 homes to begin with xD I don't think this supports multiple pages anyways
It doesn't support multiple pages, but it does support you configuring the whole 54 items to chose from as icons. As for the home limit, there is no home limit. Essentials + a permission plugin determines how many homes each player can set. The only limit is the GUI you could have 300 homes but only 54 of them will be displayed. I don't think alot of people would want more then 54 homes in a GUI. But if you really really want to I could look into it.
I don't even see myself using 3 rows of homes tbh xD. I would be fine if it was 18 as the limit in the GUI
Yeah I don't see myself or any server using over 18 homes. But the option to go over it is there and it wasn't that much more code at all to add in.
I do like the idea of multiple pages on the icons. If more people want this implemented ill definitely try it!
I'm also thinking maybe instead of the GUI opening blank when you have no homes set it can send you a message saying like.. "You don't have any homes currently! Please set one with /sethome [name]!" which can be changed in the config. also it's weird how the ordering of your homes are set.. like if I did /sethome test1 then /sethome test2.. /sethome test3.. /sethome test4.. /sethome test5.. /sethome test6.. /sethome test7.. /sethome test8.. /sethome test9.. this will fill the entire first row but even if I set it in this order it somehow doesn't work like that in the menu? it's ordered in the menu as Test4 Test5 Test3 Test2 Test1 Test8 Test9 Test6 Test7
I will add that 'no homes' message in. Essentials must order its homes weirdly on coords or something I can definitely change this. Damn I need to write this down.
well I'm not sure it's the coordinates issue because I set all 9 homes in the same exact spot. it's just not ordering them in the correct order. I don't think it's your plugin doing this because when I do /homes (an essential command to list your homes) it's in the same exact order as the GUI. I don't know if there's a fix for this or not.
Yeah I'm using the direct list essentials gives me. I could reorder in alphabetical order. Or based on what world or coordinates. I think time based would be difficult unless essentials stores that data somewhere. By the way thank you soo much for extensively testing my plugin!
The homes data is stored per player file in the userdata folder in essentials, if that's what you meant.