-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Ján Kluka edited this page Aug 5, 2025
·
5 revisions
- Upload the plugin .jar file into the
/pluginsfolder of your server. - Place the sample schematic file
pmine.scheminto/plugins/XPrivateMines/schematics/. - Make sure you have all required dependencies -
helper,WorldGuard,VaultandFastAsyncWorldEditcompatible with your server version - Start your server — the plugin will generate all necessary files and folders automatically.
- Note: Java 17 and above is required
- Check out
config.yml, you can setup lot of things! Most importantly, do not touchlast-xandlast-z, these variables are used by the plugin itself to properly calculate locations of pasting the schematic! -
schematic-settings in
config.ymlare 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 at0;100;0so the first one is centered and based on that you can setup region / mine positions x,y,z (these are offsets) - 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! - You can translate all messages and configure gui items if you want (
config.yml+guis.yml)