Not really worth the $2, the most is probably free. You're literally giving out a feature that doesn't even take 10 mins to make. Longest part is probably fetching from config.
When married, create a file with the family name (ex: Plugin/families/smiths.yml). Then create a children list which would store in side the family file and once the size of the list = maxChildren then call it back to "Full". Check if player is married, if not allow them to join a family and add...
I suggest learning a bit through books or online to gain the basics and then start on small projects and when you struggle don't be afraid to get help from others. Just don't ask to be spoonfed and learn from the information given and not the code itself.
if (e.getClickedInventory() == null) return; if (e.getClickedInventory().getName().equalsIgnoreCase(name)) { // if (item == null) return; if (!item.hasItemMeta()) return; }
Just check through clicked Inventories and the item. If what they are clicking is returning the value null, it'll...
Emilio's core isn't broken, you just have to import it's lib files into your project and in your server. The libs folder should also be track in your start.sh or .bat. It should search for the folder libs and load all the jars from there. If you bought it from the rightful owner they should have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.