Even at 100 MB that is highly unlikely. Each Scoreboard takes up about 712 bytes. However they are most likely stored in an array which would...
Thats great to hear! If you have any trouble with it dont hesitate to ask :)
Thanks! The library gives an easy way to persist objects in non-relational databases. It handles everything from creating tables to inserting,...
It does not store any objects in the database unless the object is explicitly saved. You can choose which objects you want saved.
I have been using this in a few of my plugins before and have found that when the server is reloaded the enchantment can no longer be typecasted...
kreashenz To get around the formatting issues with the code tags you can copy the contents of your post then switch into the plain text editor...
That is always an alternative; however, some plugins do use the command map to get a list of registered commands. By running commands in the...
Glad you like it! Yes that would make it more compatible with any modifications. I will update the tutorial.
Hey everyone! Recently I have been working on a more generic command manager that allows for dynamic categories and subcommands. In the process...
Not to be offensive but your quotes seem a little immature and not helpful. The development environment is not going to matter in this case. Java...
Try pasting your entire source for the onCommand method as well as the errors that you are receiving. It is more likely an error with some other...
Doing this makes localization much simpler and I recommend everyone to use it or adopt their own way of externalizing strings! Eclipse actually...
I personally think it would be better to extend the Enchantment class. You can then add simple listeners to check if the enchantment is present...
I would use the object approach. HashMaps may be good when you only have one value to save/load; however, when you have multiple values per...
Introduction: PersistenceLib is an easy to use Object Relational Mapping tool for storing your POJO's in any type of database! It features...
Separate names with a comma.