Setup - Drawethree/X-PrivateMines GitHub Wiki

📦 Installation Steps (Plugin Installing):

  1. Upload the plugin .jar file into the /plugins folder of your server.
  2. Place the sample schematic file pmine.schem into /plugins/XPrivateMines/schematics/.
  3. Make sure you have all required dependencies - helper, WorldGuard, Vault and FastAsyncWorldEdit compatible with your server version
  4. Start your server — the plugin will generate all necessary files and folders automatically.
  • Note: Java 17 and above is required

📦 Installation Steps (Plugin Configuring):

  1. Check out config.yml, you can setup lot of things! Most importantly, do not touch last-x and last-z, these variables are used by the plugin itself to properly calculate locations of pasting the schematic!
  2. schematic-settings in config.yml are configured properly for the default schematic provided with this download. If you want to configure your specific schematic, it is advised to paste it and keep spawn at 0;100;0 so the first one is centered and based on that you can setup region / mine positions x,y,z (these are offsets)
  3. You can optionally pre-gen private mines by command /pmine pregen [schematic_name] [amount] - This will make sure to not paste schematic everytime player needs to create a mine, instead there will be bunch generated and ready directly to use!
  4. You can translate all messages and configure gui items if you want (config.yml + guis.yml)