Recent content by Sexy Fat Man

  1. Sexy Fat Man

    Question Is there a standard for data saving and if so using what?

    Fair enough. Looked at other plugins they utilize sql/jdbc for databases and/or local sql dbs. I also dont recommend suggesting JSON as it is prone to corruption/data loss in big operations. But thanks.
  2. Sexy Fat Man

    Plugin Release Simple Trashcan | A command based gui trashcan

    Simple Trashcan is a very basic trashcan system that allows users to delete their unwanted items. All this really does is create a new inventory, display the inventory to the player and that is it after they execute the command and/or one of its aliases. Open source...
  3. Sexy Fat Man

    Question Is there a standard for data saving and if so using what?

    For example is it a standard to use a local db in the form of sqlite or externals like mongoDB etc? If there is, could you point me towards any useful resources and also any plugins/packages that could be used to interaction between the mod and the database?
  4. Sexy Fat Man

    Question Plugins that allow for creation of menu items?

    Was wondering if there is a plugin people could recommend that allows for easy/easier creation of menus or any kind of menu creation. Command, Item, entity etc doesn't exactly matter to me.