Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.51 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.51 KB

Material Bread logo

1.19 Paper minecraft plugin for selling areas (WorldGuard) using messenger (MySQL) with website.

To download the plugin you can follow the instruction at the bottom and build it by yourself, or use compiled by github. When you installed it to the plugins folder, you will need to change the config.yml to your database. Currently, you better to have two separete databases - first is to contain areas - their accessibility to sell and their price, and second for messenging with MySQL and plugin. You could make these in one, but we didn't tested it yet. For the plugin you need some dependencies:

  • xconomy
  • worldedit
  • worldguard When install wordedit/worldguard nothing has to be changed. But for xconomy you need to make some changes:
  1. Go to xconomy folder in your plugins folder.
  2. Open database.yml
  3. Change MySQL settings to the AreaSeller database. Now you have to have database with xconomy and the areas. And second with messenger.

To edit the plugin in your computer make this:

You need to install the stable version and build artifacts. To build them, you need to load your project in Intellij, then go to File->Project Structure, then go to Artifacts, click + at the top, Then choose JAR->From modules with dependencies. At the opened tab select the path (I made a path to server's plugin folder) and Include in project build.