Today, we are releasing the all-new V2 version of our CraftingStore plugin.
The plugin has been created from the ground up to support more server versions in the near future.
Notes before installing: - The plugin does NOT support the prefix field in the config, we will build a new web dashboard with all plugin settings.
- The plugin is released under "BETA" status, there might be bugs. We tested the plugin on Spigot, Bukkit, and BungeeCord. Please report bugs through our ticket center (not in the comments). If you have breaking issues, please use the 1.5 version of the plugin (stable release) and report the problem.
Notable changes: - Support for sub-categories
- Build from the ground up, all general code (like handling incoming payments, sockets, etc.) is done in the core and is pure Java. This way we can support other platforms like BungeeCord, Sponge, Nukkit, etc. more easily.
- Use of a global system to support the correct items in the /buy menu on all versions.
- Use of a new socket system that will not use global variables (as such, it will not intervene with other plugins using the same library).